Click here to Skip to main content
15,903,388 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questiontext measurement in Win XP vs Win 2K Pin
Jim Crafton19-Jan-06 8:37
Jim Crafton19-Jan-06 8:37 
AnswerRe: text measurement in Win XP vs Win 2K Pin
basementman19-Jan-06 9:15
basementman19-Jan-06 9:15 
GeneralRe: text measurement in Win XP vs Win 2K Pin
Jim Crafton19-Jan-06 9:25
Jim Crafton19-Jan-06 9:25 
GeneralRe: text measurement in Win XP vs Win 2K Pin
basementman19-Jan-06 10:35
basementman19-Jan-06 10:35 
QuestionNew to Visual C++ and Win32 - How to bring up a window as activated? Pin
im_chc19-Jan-06 6:02
professionalim_chc19-Jan-06 6:02 
QuestionRe: New to Visual C++ and Win32 - How to bring up a window as activated? Pin
David Crow19-Jan-06 6:06
David Crow19-Jan-06 6:06 
QuestionRe: New to Visual C++ and Win32 - How to bring up a window as activated? Pin
im_chc20-Jan-06 21:06
professionalim_chc20-Jan-06 21:06 
AnswerRe: New to Visual C++ and Win32 - How to bring up a window as activated? Pin
FarPointer19-Jan-06 6:41
FarPointer19-Jan-06 6:41 
Hi ,
If you have created the excel through code then you can actually ask the COM interface to give the user the control and make it visible(if not visible),
Check this link also regarding Messages :-
http://www.flounder.com/messaging.htm[^]

Following code sets the yahoomessenger in the forground
HWND hwnd = ::FindWindow (NULL,"Yahoo! Messenger with Voice");<br />
::SetForegroundWindow (hwnd);



Regards,
FarPointer
QuestionAutomated testing? Pin
im_chc20-Jan-06 20:32
professionalim_chc20-Jan-06 20:32 
QuestionIncluding a class in an MFC project Pin
Lilith.C19-Jan-06 5:39
Lilith.C19-Jan-06 5:39 
AnswerRe: Including a class in an MFC project Pin
David Crow19-Jan-06 6:03
David Crow19-Jan-06 6:03 
QuestionReg: OS problem or Database problem?? Pin
Bhasker P19-Jan-06 5:32
Bhasker P19-Jan-06 5:32 
QuestionRe: Reg: OS problem or Database problem?? Pin
David Crow19-Jan-06 6:07
David Crow19-Jan-06 6:07 
QuestionAnother COM port question Pin
KellyR19-Jan-06 5:14
KellyR19-Jan-06 5:14 
AnswerRe: Another COM port question Pin
Prakash Nadar19-Jan-06 5:39
Prakash Nadar19-Jan-06 5:39 
GeneralRe: Another COM port question Pin
KellyR19-Jan-06 6:09
KellyR19-Jan-06 6:09 
GeneralRe: Another COM port question Pin
Prakash Nadar19-Jan-06 6:15
Prakash Nadar19-Jan-06 6:15 
GeneralRe: Another COM port question Pin
Toby Opferman19-Jan-06 9:24
Toby Opferman19-Jan-06 9:24 
GeneralRe: Another COM port question Pin
Anilkumar K V19-Jan-06 16:40
Anilkumar K V19-Jan-06 16:40 
QuestionRe: Another COM port question Pin
David Crow19-Jan-06 6:21
David Crow19-Jan-06 6:21 
AnswerRe: Another COM port question Pin
KellyR19-Jan-06 9:42
KellyR19-Jan-06 9:42 
Questionplease help me! Pin
dSolariuM19-Jan-06 4:23
dSolariuM19-Jan-06 4:23 
AnswerRe: please help me! Pin
toxcct19-Jan-06 4:44
toxcct19-Jan-06 4:44 
AnswerRe: please help me! Pin
Prakash Nadar19-Jan-06 5:07
Prakash Nadar19-Jan-06 5:07 
AnswerRe: please help me! Pin
stephen.hazel19-Jan-06 9:43
stephen.hazel19-Jan-06 9:43 

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.