getting hold on other window

  • Thread starter Thread starter shalender verma
  • Start date Start date
S

shalender verma

I am using VB6. I want to get the text in the tittle bar
of any opened window of other app. such as word,excel or
any app. appering at the back of my vb form. What i am
doing is i created a small size form and then i have
minimized that form. now i run any other app. then i
clicked on my minimized form, it will appear at the top &
in the front of the application i run later. AT this
moment i can see the tittle bar of the window at the back
& i want to get the text in the tittle bar without
clicking the app. or window at back.

please give me the solution to the prob.

thanks
 
Hi Shalender,

This is a VB.net newgroup as you could seen in your previous answers you
have got it is a very different language from VB6.

There are very much VB6 language newsgroups also,

They called often public.vb with a lot of special subjects.

You better place your questions in those newsgroups, because the first time
people will answer you here because most are very polite, but by keeping
doing it, some of us become a little bit sad.

Cor
 
I am using VB6. I want to get the text in the tittle bar
of any opened window of other app. such as word,excel or
any app. appering at the back of my vb form. What i am
doing is i created a small size form and then i have
minimized that form. now i run any other app. then i
clicked on my minimized form, it will appear at the top &
in the front of the application i run later. AT this
moment i can see the tittle bar of the window at the back
& i want to get the text in the tittle bar without
clicking the app. or window at back.

please give me the solution to the prob.

thanks

Since your using VB6, you might want to ask your questions in the VB6
specific groups...

microsoft.public.vb.general.discussion

would probably be a good place to start.
 
* "shalender verma said:
I am using VB6. I want to get the text in the tittle bar
of any opened window of other app. such as word,excel or
any app. appering at the back of my vb form. What i am
doing is i created a small size form and then i have
minimized that form. now i run any other app. then i
clicked on my minimized form, it will appear at the top &
in the front of the application i run later. AT this
moment i can see the tittle bar of the window at the back
& i want to get the text in the tittle bar without
clicking the app. or window at back.

This is a VB.NET group. You may want to turn to one of the VB Classic
groups (microsoft.public.vb.*).

<http://www.thescarms.com/vbasic/EnumWindows.asp>
 
Back
Top