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 strongm 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: code
  • Order by date
  1. code

    why does Win98 run out of GDI resources

    Hi, I have an application that run on win98. This application uses a lot of icons. But when I try to add more that a set no of icons the application crashes. I checked the code and all the GDI resources are released. But still I have this problem. Is there a way to moniter the GDI resource in...
  2. code

    How to suport unicode

    Hi, Check for all the windows API's that have been used. You should use the API's that have a post fix of W to them else there will be wrong outputs for unicode from ANSI API's. cheers C
  3. code

    Proxy stub DLL compiling using nmaken any one

    Hi, I have built an ATL 3.0 Server exe using ATL 3.0 com. Now my problem is that when I try to make the proxy/stub DLL using nmake it throws an error stating that 'cl' is not a command option. Does any one know how to solve this problem. I have not made any changes to the .mk file which was...
  4. code

    Using scrolls in MFC ?

    Hi, Try the ScrollWindow Api function call. You can do this taking the RECT of each of the controls and then scroll. Anand
  5. code

    Printing attachements in word

    I have attached documents in Micorsoft word using hyper link. When I print the main document , all the attached documents should also get printed. Do I have any macro for this thanks Sudhee
  6. code

    Paused The Execution?

    Have you tried using getchar() function for keyboard input. try using this command in place of Sleep. Anand

Part and Inventory Search

Back
Top