473,383 Members | 1,748 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,383 software developers and data experts.

Application minimize VBA question

I cannot seem to find the VBA code that will minimize the whole Access
apllication. The instruction...

"Application.DoCmd.Minimize" seems to only minimize the active screen.
What I need is a VBA code equivalent of the action when you click the
minimize ("-") button at the very top right of the Access screen.

Any help is greatly appreciated.

TC
Nov 12 '05 #1
2 13540
Tony Ciconte wrote:
I cannot seem to find the VBA code that will minimize the whole Access
apllication. The instruction...

"Application.DoCmd.Minimize" seems to only minimize the active screen.
What I need is a VBA code equivalent of the action when you click the
minimize ("-") button at the very top right of the Access screen.

Any help is greatly appreciated.

TC


This could be it, from the Access Web;

http://www.mvps.org/access/api/api0019.htm
Nov 12 '05 #2
Deano,

Thanks for the reference. However, I wanted to minimize the whole
application and I found the answer from a KB article (that I should
have checked before posting.) The proper instruction is:

DoCmd.RunCommand acCmdAppMinimize (or acCmdAppMaiximize if that is
what you want)

TC

"Deano" <de*********@hotmail.com> wrote:
Tony Ciconte wrote:
I cannot seem to find the VBA code that will minimize the whole Access
apllication. The instruction...

"Application.DoCmd.Minimize" seems to only minimize the active screen.
What I need is a VBA code equivalent of the action when you click the
minimize ("-") button at the very top right of the Access screen.

Any help is greatly appreciated.

TC


This could be it, from the Access Web;

http://www.mvps.org/access/api/api0019.htm


Nov 12 '05 #3

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

Similar topics

2
by: SpotNet | last post by:
Hi NewsGroup, Currently constructing a MDI application with tree view functionality. That is to say my application will look something like Windows Explorer with the ability to view data and...
1
by: Goober | last post by:
I converted a website that was done in ASP to dotnet, and brought over a number of items, some of which don't appear to work in the same way on dotnet as they did on ASP. One of them is an...
2
by: Jeff | last post by:
Please note this is NOT a rant or complaint! And yes, I'm over-simplifying, but intentionally. Here goes... With ASP.NET Web applications I like that I can access data from anywhere without...
6
by: pinorama123 | last post by:
I have an ASP.NET application that contains a few classes that I have built. One of my objects is a user object. I have a pretty basic question about how this would work. If I have multiple...
3
by: craig | last post by:
I was just wondering if anyone else may have incorporated the original Microsoft Exception Management Application Block (EMAB) or Data Access Application Block (DAAB) into one of their applications...
5
by: J055 | last post by:
Hi The following code works on my develeopment machine using the VS web server. When I run the application on 2 other Windows 2003/IIS 6 servers no caching seems to take place at all. Can...
5
by: Frank Moyles | last post by:
I am a developer with many years (approx 10years) development experience using C++ for DESKTOP applications. I am writing a web application using C#, and I wanted to ask a question about...
2
by: maciek kanski | last post by:
Hello Please help me grasp the idea of the following question: and the correct answer with explanation is: Maybe it's a problem with my understanding of the english language,
0
by: Sid Price | last post by:
HI, I am not sure this is the correct place to raise this question, please redirect me if not. I have a VB.NET application with a deployment project. I need to create a folder on the target...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.