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 Wanet Telecoms Ltd 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: gtok
  • Content: Threads
  • Order by date
  1. gtok

    Networked Printer Problems

    I have a small network setup usinf win98,win200 and now win xp. I have always had networked printers shared on the system using a batch file calling the net use commands eg net use lpt5: /DELETE net use lpt5: \\computername\sharedprinter /PERSITENT:YES trying this same line on the win xp machine...
  2. gtok

    Small Data Entry Program Example

    Hello: I am new to c++Builder and what i am looking for is a small example of a program that has 1 form used to read a dbase file and display a record with char fields,date fields, number fields and a autoincrement field that will allow the user to add/edit/delete/search a record. I would like...
  3. gtok

    Reading stored function pointer

    I need help on how to read and reset a value which points to a function here is an example on what i need //this is what i have now that sets up a global variable void setfunctionaddress(void (*myfuncaddress)(void)) { workarea[selected]->data = myfunctionaddress } void firstfunction(void)...
  4. gtok

    Connecting 2 LinkSys Routers USingWin98

    I currently trying to connect my home computer (win98,Linksys Router,Dsl Modem Static IP ADdress)with my office computers (win98,Linksys Router,DSL MOdem,Static IP Address).I am trying to find a way so the home and the office computers can as a wan just like a lan. I do understand I will need a...

Part and Inventory Search

Back
Top