473,503 Members | 1,772 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

the access window state



currently, access applications is opend two on windows XP professional.
A : access application
B : access application

and the A has a form having a button. if you open the form and press the
button, messagebox appear..... as following

the current B is minimized or maximized....

namely,,,,

msgbox "the B is minimized or maximized"

i want to know the source code doing like that.

*** Sent via Developersdex http://www.developersdex.com ***
Apr 11 '07 #1
1 3646
On Apr 11, 8:35 am, x taol <tomi3...@yahoo.comwrote:
currently, access applications is opend two on windows XP professional.
A : access application
B : access application

and the A has a form having a button. if you open the form and press the
button, messagebox appear..... as following

the current B is minimized or maximized....

namely,,,,

msgbox "the B is minimized or maximized"

i want to know the source code doing like that.

*** Sent via Developersdexhttp://www.developersdex.com***

It's not a simple task. Since you are trying to access another
application window, you'll need to know either it's name (actual text
in title bar) or it's hwnd. You'll then need to involve APIs to
determine the window state. If one db opens the other, you may be able
to pass that info between them, but if they are unrelated it's more
difficult.

Apr 12 '07 #2

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

Similar topics

11
2519
by: danny | last post by:
Is there a way I can prevent the browser window from being closed? I'd like to make sure the browser window only closes programatically (I want to make sure the user enters data before moving on)....
7
3999
by: Nick | last post by:
I've a main html file which will pop up a window with a image. In the main Window, I have the following code: w = window.open('popup.html') alert(w.document.images.length) And the alert shows...
0
1748
by: Lauren Quantrell | last post by:
Ok, here's a strange one... I'm using a lot of Followhyperlink code in my MS Access2000 application to launch various websites. All my forms are popup, so they run outside the MS Access window...
2
6805
by: tod | last post by:
Mine is just a pet peeve. But ohhhh what a peeve it is. Any time I open Access, it opens to half a window. I have to maximize the application window, then also have to maximize the database...
7
5430
by: Colleyville Alan | last post by:
I have an app that uses Access to grab various PowerPoint slides using the followhyperlink command. I have set the PPT window to run in a minimized state: FollowHyperlink link Set oPres =...
6
2657
by: Ryan Muller | last post by:
My company just upgraded from Access 97 to Access 2003 today and we are having some issues in a database that generates a Word document from information selected in a form. Here is the code we...
5
5207
by: Cc | last post by:
hi, is there a way to get form state before resize?
3
3687
by: Newbie | last post by:
This is my first try at running Access Report by Visual Basic I have the following code in my button press event: ' 2 - Show print preview objAccess.DoCmd.OpenReport "Invoices", 2, , ".=" & _...
2
2883
by: Kevin Frey | last post by:
Hello, I've been reading that ASP.NET serialises (ie. processes one at a time) HTTP requests if two simultaneous requests need to access the same session state. It also makes note that ASP.NET...
0
7076
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
7274
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
7453
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
4670
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3162
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3151
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1507
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
732
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
377
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.