Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
how to write resident programm in window
Name: qaiser Date: March 3, 2002 at 16:40:53 Pacific
Comment:
Hi Is any body can help me TSR programm in windows in c++.
Do you really want a TSR? Just use int 27 to put it into memory as per all TSR examples. You have to launch the TSR from autoexec before starting windows.
Alternatively, just put the program into your start menu, startup folder. If you use ::ShowWindow (handle, SW_HIDE), no popups appear so it appears to be like a TSR.
Summary: iam working on natural language processing. and all the programming is done in VB with sql server 2000 as back end. we r planning to store sentences in the form of binary trees. the problem is iam not...
Summary: hi everybody, we finished a large java program as a term project. we are going to demo it under win98. now we need a installation program, which can do the following things: 1. create a directory in C...