Click here to Skip to main content
16,007,843 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSerial & Parrallel Communication! Pin
mostafa_pasha10-Jul-04 10:38
mostafa_pasha10-Jul-04 10:38 
GeneralRe: Serial & Parrallel Communication! Pin
palbano10-Jul-04 17:00
palbano10-Jul-04 17:00 
GeneralDebug Vs. Release Pin
Neelesh K J Jain10-Jul-04 10:30
Neelesh K J Jain10-Jul-04 10:30 
GeneralRe: Debug Vs. Release Pin
palbano10-Jul-04 10:34
palbano10-Jul-04 10:34 
GeneralRe: Debug Vs. Release Pin
Gary R. Wheeler10-Jul-04 13:57
Gary R. Wheeler10-Jul-04 13:57 
Questionhow to get #322776(Dialog) class 's handle Pin
GflPower10-Jul-04 8:51
GflPower10-Jul-04 8:51 
AnswerRe: how to get #322776(Dialog) class 's handle Pin
GflPower10-Jul-04 8:52
GflPower10-Jul-04 8:52 
GeneralRe: how to get #322776(Dialog) class 's handle Pin
PJ Arends10-Jul-04 9:19
professionalPJ Arends10-Jul-04 9:19 
I think you mean #32770.

You can use FindWindow() to find the window handle of a window with the dialog class, but you will need more information to find the window you are after as there is typically many dialogs open at the same time.
HWND hWnd = FindWindow(_T("#32770"), _T("Dialog Caption"));









"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" mYkel - 21 Jun '04

Within you lies the power for good - Use it!
GeneralRe: how to get #322776(Dialog) class 's handle Pin
Johan Rosengren10-Jul-04 9:21
Johan Rosengren10-Jul-04 9:21 
Generalwindow without a caption bar Pin
rezbipul10-Jul-04 8:39
rezbipul10-Jul-04 8:39 
GeneralRe: window without a caption bar Pin
PJ Arends10-Jul-04 9:13
professionalPJ Arends10-Jul-04 9:13 
GeneralRe: window without a caption bar Pin
ThatsAlok10-Jul-04 20:01
ThatsAlok10-Jul-04 20:01 
GeneralTab control clips its children Pin
Jörgen Sigvardsson10-Jul-04 7:18
Jörgen Sigvardsson10-Jul-04 7:18 
GeneralRe: Tab control clips its children Pin
PJ Arends10-Jul-04 9:11
professionalPJ Arends10-Jul-04 9:11 
GeneralRe: Tab control clips its children Pin
Jörgen Sigvardsson10-Jul-04 11:05
Jörgen Sigvardsson10-Jul-04 11:05 
GeneralRe: Tab control clips its children Pin
PJ Arends10-Jul-04 12:26
professionalPJ Arends10-Jul-04 12:26 
GeneralRe: Tab control clips its children Pin
peterchen10-Jul-04 21:55
peterchen10-Jul-04 21:55 
GeneralRe: Tab control clips its children Pin
Jörgen Sigvardsson10-Jul-04 23:11
Jörgen Sigvardsson10-Jul-04 23:11 
QuestionHow do I get extension button coords from IE? Pin
foxbat10-Jul-04 6:59
foxbat10-Jul-04 6:59 
GeneralCannot load strings from VC++String table Pin
femi ashiru10-Jul-04 6:44
femi ashiru10-Jul-04 6:44 
GeneralRe: Cannot load strings from VC++String table Pin
Johan Rosengren10-Jul-04 9:16
Johan Rosengren10-Jul-04 9:16 
GeneralRe: Cannot load strings from VC++String table Pin
femi ashiru10-Jul-04 15:53
femi ashiru10-Jul-04 15:53 
GeneralRe: Cannot load strings from VC++String table Pin
Johan Rosengren10-Jul-04 20:50
Johan Rosengren10-Jul-04 20:50 
Generalmenubar custom draw Pin
s o v a n n10-Jul-04 5:46
s o v a n n10-Jul-04 5:46 
GeneralRe: menubar custom draw Pin
Mike Dimmick10-Jul-04 7:44
Mike Dimmick10-Jul-04 7:44 

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.