View Single Post
Re: [Windows API] Tooltips w/o MFC
Old
  (#2)
botman
Super Moderator
 
Status: Offline
Posts: 280
Join Date: Jan 2004
Location: Plano, TX
Default Re: [Windows API] Tooltips w/o MFC - 10-06-2004

In your CreateWindow() call you have...

Code:
0,0,		// left/top positions
Replace 0,0 with the client window's X,Y position.

botman

Last edited by botman; 10-06-2004 at 22:22..
  
Reply With Quote