Click here to Skip to main content
15,913,944 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: BitBlt on Win98 / WinNT Pin
2-May-01 6:29
suss2-May-01 6:29 
GeneralRe: BitBlt on Win98 / WinNT Pin
Liam O'Hagan2-May-01 13:15
Liam O'Hagan2-May-01 13:15 
GeneralRe: BitBlt on Win98 / WinNT Pin
Christian Graus2-May-01 12:41
protectorChristian Graus2-May-01 12:41 
GeneralRe: BitBlt on Win98 / WinNT Pin
Liam O'Hagan2-May-01 13:16
Liam O'Hagan2-May-01 13:16 
GeneralDrag and Drop tree view items Pin
wfalby1-May-01 10:35
wfalby1-May-01 10:35 
GeneralRe: Drag and Drop tree view items Pin
Tomasz Sowinski2-May-01 1:17
Tomasz Sowinski2-May-01 1:17 
GeneralActivating window Pin
F.Dost1-May-01 9:08
F.Dost1-May-01 9:08 
GeneralRe: Activating window Pin
1-May-01 9:55
suss1-May-01 9:55 
Yeah its pretty easy,

use the SetActiveWindow (hwnd ) function.. You need to get the window handle for the window you want to activate though..

Do that by

hwnd = FindWindow(NULL, "Put the window title here")
SetActiveWindow (hwnd )



GeneralRe: Activating window Pin
Felix Cho1-May-01 11:35
Felix Cho1-May-01 11:35 
GeneralRe: Try this. Pin
Masaaki Onishi1-May-01 17:32
Masaaki Onishi1-May-01 17:32 
GeneralQuest on Flags... Pin
CMFC6.0VS.NETUser1-May-01 9:06
CMFC6.0VS.NETUser1-May-01 9:06 
GeneralRe: Quest on Flags... Pin
l a u r e n1-May-01 11:27
l a u r e n1-May-01 11:27 
GeneralRe: Quest on Flags... Pin
Michael Dunn1-May-01 16:29
sitebuilderMichael Dunn1-May-01 16:29 
GeneralRe: Quest on Flags... Pin
CMFC6.0VS.NETUser2-May-01 4:25
CMFC6.0VS.NETUser2-May-01 4:25 
Generalsimilar functions in vc++ for clreol and gotoxy Pin
1-May-01 8:55
suss1-May-01 8:55 
GeneralRe: similar functions in vc++ for clreol and gotoxy Pin
Christian Graus1-May-01 13:06
protectorChristian Graus1-May-01 13:06 
GeneralRe: similar functions in vc++ for clreol and gotoxy Pin
Tomasz Sowinski2-May-01 1:23
Tomasz Sowinski2-May-01 1:23 
GeneralHelp Topics Pin
kk91-May-01 8:46
kk91-May-01 8:46 
GeneralCOleControl and Office 200 Problem under NT4 Pin
Michael A Barnhart1-May-01 6:26
Michael A Barnhart1-May-01 6:26 
Generalw*fstream troubles Pin
Someone20021-May-01 5:43
Someone20021-May-01 5:43 
GeneralSimple Custom Control Question Pin
Mark Jones1-May-01 5:14
Mark Jones1-May-01 5:14 
GeneralRe: Simple Custom Control Question Pin
Michael A Barnhart1-May-01 7:36
Michael A Barnhart1-May-01 7:36 
GeneralRe: Simple Custom Control Question Pin
Mark Jones1-May-01 22:47
Mark Jones1-May-01 22:47 
GeneralRe: Simple Custom Control Question Pin
Tomasz Sowinski2-May-01 0:26
Tomasz Sowinski2-May-01 0:26 
GeneralRe: Simple Custom Control Question Pin
Mark Jones2-May-01 0:48
Mark Jones2-May-01 0:48 

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.