Thread
:
[Windows API] Tooltips w/o MFC
View Single Post
Re: [Windows API] Tooltips w/o MFC
(#
2
)
botman
Super Moderator
Status:
Offline
Posts: 280
Join Date: Jan 2004
Location: Plano, TX
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
..
botman
View Public Profile
Visit botman's homepage!
Find More Posts by botman