473,404 Members | 2,114 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

getting hold on other window


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
Nov 20 '05 #1
3 1225
Cor
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

Nov 20 '05 #2
On 2003-11-09, shalender verma <ve**********@yahoo.com> wrote:

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.
--
Tom Shelton
MVP [Visual Basic]
Nov 20 '05 #3
* "shalender verma" <ve**********@yahoo.com> scripsit:
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>

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>
Nov 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: riki | last post by:
hi, i've asked this question before and didn't get an answer...maybe i didn't explain it well so i'll try again... -------------------------------------- main.html i'm calling popUp like...
3
by: NeverLift | last post by:
But, if it's not open, I don't want to open it . . . using window.open will open it if it doesn't exist, even if the url in that open is null (the window is then empty -- but it's open). The...
4
by: Ron | last post by:
Hello, How do I hold a console application open in C#? Thanks, Ron
8
by: Brent White | last post by:
If you need more information, I'd be glad to give it, but I am developing an ASPX page so that the user can select multiple values for a specific field, then pass them on (using Crystal Reports 10...
3
by: sundew | last post by:
so here is the test case: <head> <script type='text/javascript'> // this function simply returns the number of enumerable namespaces(objects) function numNSpaces(){ var num = 0; for(var i in...
5
by: Pucca | last post by:
I'm trying to pinvoke a function in a C++ dll but I'm getting an error that entry point can not be located from my pinvoke code. Do I need to add any code to the C++ DLL to make the pinvoke? The...
1
by: BrainTop | last post by:
This is driving me nuts for last one week. Appreciate any assistance. I have ASP.NET web application with many pages. Some of them post back to itself and then links to another page. Everything...
1
by: sparks | last post by:
I have a form/table with an autoid it is linked to a table/form with and ID as a 1 to many. Under this form/table I need another table with many records for each on of the many in the previous...
2
by: karinmorena | last post by:
I'm having 4 errors, I'm very new at this and I would appreciate your input. The error I get is: Week5MortgageGUI.java:151:cannot find symbol symbol: method allInterest(double,double,double)...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.