473,396 Members | 2,002 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,396 software developers and data experts.

Make form maximized unable to minamize

I would like to be able to make a form in access to maximized at all
times and under no circumstances can it be minamized. I created the
DoCmd.Maximize on load event but it is still possible to minimize the
form, can there be a way to make sure that the form is never
minamized?

C
Nov 12 '05 #1
3 1413
cbielich wrote:
I would like to be able to make a form in access to maximized at all
times and under no circumstances can it be minamized. I created the
DoCmd.Maximize on load event but it is still possible to minimize the
form, can there be a way to make sure that the form is never
minamized?

C


Private Sub Form_Resize()
DoCmd.Maximize
End Sub

--
MGFoster:::mgf
Oakland, CA (USA)

Nov 12 '05 #2
in form design mode, change the 'min max buttons' property to 'none'

cb******@yahoo.com (cbielich) wrote in message news:<35**************************@posting.google. com>...
I would like to be able to make a form in access to maximized at all
times and under no circumstances can it be minamized. I created the
DoCmd.Maximize on load event but it is still possible to minimize the
form, can there be a way to make sure that the form is never
minamized?

C

Nov 12 '05 #3
cb******@yahoo.com (cbielich) wrote in message news:<35**************************@posting.google. com>...
I would like to be able to make a form in access to maximized at all
times and under no circumstances can it be minamized. I created the
DoCmd.Maximize on load event but it is still possible to minimize the
form, can there be a way to make sure that the form is never
minamized?

C

Set the Min Max Buttons property of the form to None or Max Enabled?
Nov 12 '05 #4

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

Similar topics

16
by: Picho | last post by:
Hi all, Is there any .NET way (I am not rulling out API usage) to add button(s) to a form's title bar? I found some non-.NET solutions that did actually work in VB6 but not in the ..NET...
11
by: Picho | last post by:
Hi all, Is there any .NET way (I am not rulling out API usage) to add button(s) to a form's title bar? I found some non-.NET solutions that did actually work in VB6 but not in the ..NET...
16
by: Picho | last post by:
Hi all, Is there any .NET way (I am not rulling out API usage) to add button(s) to a form's title bar? I found some non-.NET solutions that did actually work in VB6 but not in the ..NET...
0
by: Miro | last post by:
Something I have run into using VB Express 2005 with mdi forms. I have not been able to re-create this but I'll let out the information on how I came about fixing this. As it cost me about 4...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.