Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: UnfitElf
  • Content: Threads
  • Order by date
  1. UnfitElf

    Socket Class - Accept Forum

    Hi people, This is the first class that i have ever tried to do and i only started to understand the concept a few days ago, so if im doing anything all that is "bad" or "good" please post your comments. As far as i can tell from the limited testing that i have done all the client functions...
  2. UnfitElf

    When u log off or shutdown

    Hi people, I have a progrm that writes all its settings to the registry when the user closes the application.. what ive noticed is happening though is when the user logges off without closing the application nothing is written to the registry. Obiviously somehow windows is closing the app but...
  3. UnfitElf

    Windows Hooks - Mouse And Keyboard

    HI.. I want to creat a small programe that would allow me to record all mouse and keyboard activity.. I have looked for some SIMPLE :) samples and have found nothing that is realy simple enough for me.. is this just something that is very complex to do?? Thanks
  4. UnfitElf

    if (document.form.user.vlaue="a") PROB

    Hi all.. i started learning javascript about 2 days ago.. i have tryed to make a VERY simple Validate function.. here it is.. <SCRIPT TYPE=&quot;text/javascript&quot; LANGUAGE=&quot;JavaScript&quot;> <!-- function Validate() { if (document.form.user.vlaue=&quot;a&quot;) {...
  5. UnfitElf

    replacing text file with application

    hi all.. i an making a chat room in asp.. i have got a problem with using applications. For some reasion they r not doing what i think they would.. its like they are not retaining there value. I have done it with a text file as a temp thing to see if the rest of my code is working, and now...
  6. UnfitElf

    Hi all There is prob another way

    Hi all There is prob another way easier way to do what im trying to do but i cannot think of it ATM.. i want to get the comments of a that i have made chat room and then i want to write them out right? well you can only have like 5 or so messages then the page goes all screwed from the frame...
  7. UnfitElf

    something wrong with page.. but what??

    hi all.. I have made a login page and added a admin thing but it sin't working the way i thought. I have looked at it carefully but cannot see the prob. its prob something simple.. any help?? <html> <head> <title>Login Page</title> <% If request(&quot;BUTTON&quot;)=&quot;Submit&quot; &...
  8. UnfitElf

    hmmmm. dont know what to call this

    Hi all... I have just started to have a bit of fun with vbscript on the client. I want to call a function or a bit of vbscript code from my asp code. an example would be to say if request(&quot;BUTTON&quot;)=&quot;Submit&quot; Then 'i want to call the client vbscript code here how would i do...
  9. UnfitElf

    Delay console...

    Hi all... Just to anoy all of you (sorry) but i an using the Borland C++ builder not Microsoft Visual C++... It prob wont make any difference but ther are a few differences between Borland and Microsoft... i want to creat a simple delay.. i an writing out to the console and i want it to...
  10. UnfitElf

    Using ASP to execute SQL

    Hey all... I am creating a login page but i keep on getting this error: Source:Microsoft OLE DB Provider for ODBC Drivers,[Microsoft][ODBC Microsoft Access Driver] Missing semicolon(;) at end of SQL statement Now here is the code i have done... sSQL = &quot;INSERT INTO Users (Username...
  11. UnfitElf

    Returning a value when statement is true SQL and ASP

    Hi all.. First i would just like to say im a beginner at all this SQL stuff... BUT, i have a small prob. I am creating a login page in asp but am using a database so thats were the SQL come in. I need it to search the database and return the value 1 if the username is equal to the username in...
  12. UnfitElf

    Returning a value when statement is true SQL and ASP

    Hi all.. First i would just like to say im a beginner at all this SQL stuff... BUT, i have a small prob. I am creating a login page in asp but am using a database so thats were the SQL come in. I need it to search the database and return the value 1 if the username is equal to the username in...
  13. UnfitElf

    Error Message Meaning and ts.endofstream PROB

    Dose any body know what this error means?? Microsoft VBScript runtime error '800a0036' Bad file mode /clannzb/data.asp, line 37 Thanks for any help And If you look at the code bellow when i type text in to the text file TEMP_N_C.txt but i have a Carrage return in it it only reads the...

Part and Inventory Search

Back
Top