Window class, caption
-
Suppose there are multiple windows application opens. now I want to know the class and caption of all the open windows application .
Trioum
It could be your start point[^] :)
virtual void BeHappy() = 0;
-
It could be your start point[^] :)
virtual void BeHappy() = 0;
-
Suppose there are multiple windows application opens. now I want to know the class and caption of all the open windows application .
Trioum
Have you tried
EnumWindows()
?"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius
-
For each iterated window you could use the
GetClassName(..)
andGetWindowText(..)
functions :)virtual void BeHappy() = 0;
-
Suppose there are multiple windows application opens. now I want to know the class and caption of all the open windows application .
Trioum
loop for FindWindowEx, there is very good example of same in MSDN!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You