Click here to Skip to main content
16,010,394 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalinstalling xerces in vc++ 03 - help! Pin
noh_se_nada28-Feb-08 2:58
noh_se_nada28-Feb-08 2:58 
Questiondynamisches Array ohne new erzeugen Pin
tobse28-Feb-08 2:50
tobse28-Feb-08 2:50 
GeneralRe: dynamisches Array ohne new erzeugen Pin
Cedric Moonen28-Feb-08 2:51
Cedric Moonen28-Feb-08 2:51 
GeneralRe: dynamisches Array ohne new erzeugen Pin
tobse28-Feb-08 3:05
tobse28-Feb-08 3:05 
GeneralRe: Dynamic array without New generate Pin
David Crow28-Feb-08 3:13
David Crow28-Feb-08 3:13 
Questionhow can i load bitmap on "command button"(ActiveX) [modified] Pin
varun0128-Feb-08 2:39
varun0128-Feb-08 2:39 
QuestionHow to get window list Pin
manish.patel27-Feb-08 23:32
manish.patel27-Feb-08 23:32 
AnswerRe: How to get window list Pin
Iain Clarke, Warrior Programmer28-Feb-08 2:26
Iain Clarke, Warrior Programmer28-Feb-08 2:26 
manish.patel wrote:
If possible then provide some code Snippets.


I refuse your demand!

I will however point you in the right direction... (OK, *a* direction). A B.E. in information technology can surely read documentation for the details.

You can use GetDesktopWindow to get the, um, desktop window.

Then either GetWindow with parameters GW_CHILD or GW_NEXT.

You can check with functions such as IsWindowVisible etc to filter out various states.

Alternately, you could use EnumChildWindows to do some of the work for you, at the expense of writing a second function.


Iain.

CPallini no longer cares if Iain Clarke appears or not. /sad

GeneralOT Pin
CPallini28-Feb-08 2:36
mveCPallini28-Feb-08 2:36 
GeneralRe: OT Pin
Iain Clarke, Warrior Programmer28-Feb-08 2:44
Iain Clarke, Warrior Programmer28-Feb-08 2:44 
AnswerRe: How to get window list Pin
Stephen Hewitt28-Feb-08 13:58
Stephen Hewitt28-Feb-08 13:58 
GeneralRe: How to get window list Pin
manish.patel28-Feb-08 17:00
manish.patel28-Feb-08 17:00 
AnswerRe: How to get window list Pin
ThatsAlok28-Feb-08 22:33
ThatsAlok28-Feb-08 22:33 
GeneralOn Double Click (onListBox item) Pin
bhat27-Feb-08 23:05
bhat27-Feb-08 23:05 
AnswerRe: On Double Click (onListBox item) Pin
Rajkumar R27-Feb-08 23:13
Rajkumar R27-Feb-08 23:13 
QuestionRegarding doubt? Pin
rowdy_vc++27-Feb-08 22:51
rowdy_vc++27-Feb-08 22:51 
AnswerRe: Regarding doubt? Pin
Michael Schubert28-Feb-08 2:48
Michael Schubert28-Feb-08 2:48 
GeneralRe: Regarding doubt? Pin
rowdy_vc++28-Feb-08 17:41
rowdy_vc++28-Feb-08 17:41 
AnswerRe: Regarding doubt? Pin
David Crow28-Feb-08 3:16
David Crow28-Feb-08 3:16 
GeneralRe: Regarding doubt? Pin
rowdy_vc++28-Feb-08 17:46
rowdy_vc++28-Feb-08 17:46 
GeneralRe: Regarding doubt? Pin
David Crow29-Feb-08 2:16
David Crow29-Feb-08 2:16 
QuestionCreateDesktop - how to change the wallpaper Pin
Jayapal Chandran27-Feb-08 22:18
Jayapal Chandran27-Feb-08 22:18 
QuestionRe: CreateDesktop - how to change the wallpaper Pin
Rajkumar R27-Feb-08 22:40
Rajkumar R27-Feb-08 22:40 
QuestionRe: CreateDesktop - how to change the wallpaper Pin
Jayapal Chandran27-Feb-08 22:57
Jayapal Chandran27-Feb-08 22:57 
GeneralRe: CreateDesktop - how to change the wallpaper Pin
Rajkumar R27-Feb-08 23:05
Rajkumar R27-Feb-08 23:05 

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.