Click here to Skip to main content
15,918,976 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can't load string from resource DLL's string table Pin
s_k15-Jul-03 2:26
s_k15-Jul-03 2:26 
GeneralRe: Can't load string from resource DLL's string table Pin
Mike Dimmick15-Jul-03 2:38
Mike Dimmick15-Jul-03 2:38 
GeneralRe: Can't load string from resource DLL's string table Pin
s_k15-Jul-03 3:14
s_k15-Jul-03 3:14 
GeneralMDI Application Pin
SatyaDY15-Jul-03 0:14
SatyaDY15-Jul-03 0:14 
GeneralRe: MDI Application Pin
Neville Franks15-Jul-03 1:32
Neville Franks15-Jul-03 1:32 
GeneralToolbar in CDialog Pin
_crs_14-Jul-03 23:22
_crs_14-Jul-03 23:22 
GeneralRe: Toolbar in CDialog Pin
iceage15-Jul-03 0:04
iceage15-Jul-03 0:04 
GeneralRe: Toolbar in CDialog Pin
_crs_15-Jul-03 1:29
_crs_15-Jul-03 1:29 
GeneralRe: Windows Service Pin
Mike Dimmick15-Jul-03 2:16
Mike Dimmick15-Jul-03 2:16 
GeneralRe: Windows Service Pin
Xiangyang Liu 刘向阳15-Jul-03 2:22
Xiangyang Liu 刘向阳15-Jul-03 2:22 
GeneralRe: Windows Service Pin
Mike Dimmick15-Jul-03 3:14
Mike Dimmick15-Jul-03 3:14 
GeneralCheck which document is active Pin
eddymohd14-Jul-03 22:42
eddymohd14-Jul-03 22:42 
GeneralRe: Check which document is active Pin
Eugene Pustovoyt14-Jul-03 23:28
Eugene Pustovoyt14-Jul-03 23:28 
GeneralRe: Check which document is active Pin
eddymohd15-Jul-03 15:46
eddymohd15-Jul-03 15:46 
GeneralFind window under other window Pin
Eugene Pustovoyt14-Jul-03 21:02
Eugene Pustovoyt14-Jul-03 21:02 
GeneralRe: Find window under other window Pin
Ryan Binns14-Jul-03 23:14
Ryan Binns14-Jul-03 23:14 
GeneralRe: Find window under other window Pin
Eugene Pustovoyt14-Jul-03 23:52
Eugene Pustovoyt14-Jul-03 23:52 
GeneralRe: Find window under other window Pin
Ryan Binns15-Jul-03 0:13
Ryan Binns15-Jul-03 0:13 
WindowFromPoint() will find any visible window (child or not) that has the specified point in it. The only restrictions are that the window must be visible and enabled, and it will not return static text windows (it returns the parent of the static text window).

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: Find window under other window Pin
Eugene Pustovoyt15-Jul-03 0:43
Eugene Pustovoyt15-Jul-03 0:43 
GeneralRe: Find window under other window Pin
Ryan Binns15-Jul-03 0:54
Ryan Binns15-Jul-03 0:54 
GeneralRe: Find window under other window Pin
Eugene Pustovoyt15-Jul-03 0:59
Eugene Pustovoyt15-Jul-03 0:59 
GeneralRe: Find window under other window Pin
Ryan Binns15-Jul-03 1:12
Ryan Binns15-Jul-03 1:12 
Questionhow to create an import specification programmatically in MS Access. Pin
vcseeker14-Jul-03 20:37
vcseeker14-Jul-03 20:37 
Generalstruct handling Pin
Jerome Conus14-Jul-03 20:24
Jerome Conus14-Jul-03 20:24 
GeneralRe: struct handling Pin
Mike Nordell14-Jul-03 20:34
Mike Nordell14-Jul-03 20:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.