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 bkrike 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: Geo45
  • Content: Threads
  • Order by date
  1. Geo45

    TASM, is there a free version?

    Hi im using borland turbo C and the C code im tring to do uses ASM. My complier has requested a TASM. but i cannot find a free version. does any one know where i can get a free one that will work with my compiler? compiler version: Turbo C++ 1.00 many thanx Geo The student will become the...
  2. Geo45

    ASM with C, to use the mouse?

    Hi I understand most of the code located in http://www.tek-tips.com/gviewthread.cfm/lev2/4/lev3/32/pid/205/qid/797275 but am unsure of the ASM mov ax,0003h int 33h I think that AX is a register, is it a general purpose one or is it just for the mouse? is this the same about the...
  3. Geo45

    Please Explain? use of Pages/lists with VBS

    Hi I have based the following code upon a ASP101.com (http://www.asp101.com/samples/viewasp.asp?file=db%5Fpaging%2Easp) tutoral. but what i gather is the page numbers start form 1, but with this code they have started from 0 this is part of my custom forum, for my website. it accesses an...
  4. Geo45

    Bind 9 with win2k, help me setup, plz!!!!

    Hi I am tring to set up a DNS server on a windows 2k computer I have download BIND 9.2.2 and installed this in winnt\system32\DNS folder Sofar i have created a rndc.key file in the etc folder and created the rndc.conf file but i am confussed on what to do next. the txt file says something...
  5. Geo45

    Runtime error 2427, Help

    Hi In a form I have added an option group and inside this, I added 4 option(radio) buttons. I have not changed any of the properties. Using a command button called cmdsearch, I see which button is selected and then it give a message. heres the code I have used, it works in VB but not ACCESS...
  6. Geo45

    Data base control via script

    In a form I have written a function, that edits a string passed to it and then it returns a new string the function is like this function name(inputstr as string) as string name = inputstr + " is cool" end function in the database file lets call it "DB1" it contains name...
  7. Geo45

    Strings

    OK I have a string varible called textstr, it stores a string that i only want part of Ie textstr = "hello" now I want to only shore the last 3 letters in the string so.. textstr = "llo" Please help Geo45
  8. Geo45

    windows logged in user

    I am using Win 2000 and Access 97 In the command prompt when you type in the command "set". It lists a couple of windows varibles, including the username How can I access that in Access97 so I can tell who is logged in IE. dave logs onto the computer starts up the database, the...
  9. Geo45

    Find out the Current user

    I am using Win 2000 and Access 97 In the command prompt when you type in the command "set". It lists a couple of windows varibles, including the username How can I access that in Access97 so I can tell who is logged in IE. dave logs onto the computer starts up the database, the...

Part and Inventory Search

Back
Top