GUI issues on resizing in windows application?

Asked By 0 points N/A Posted on -
qa-featured

Hi Techy People!

I am working on a window application.

I designed a window with functionalities such as: menu bar, status bar and a few other controls.

However, when I resized the window the area becomes grayed out.

Does anyone have an idea as to how I can overcome this issue?

SHARE
Answered By 0 points N/A #92826

GUI issues on resizing in windows application?

qa-featured

Here is a solution!

Pay attention to the details and follow the instructions step-by-step.

I have attached screenshots as a visual explanation to what I am writing about.

1. Click on the form to select it

2. Go to the bottom right where you will find the properties of the form

3. When you are on properties, look out for Auto size (by default this is set to FALSE)

4. You will have to change it from FALSE to TRUE using the drop down menu. Compile the program and check the window application to see if the problem was solved.

Related Questions