I used the Designer to create a prog with 2 Forms. Running the app shows the Forms to be of the same size.
When I open Designer and Add a Menu to Form1 and then run the app I find the Form1 Size is different.
Why does a Menu in a Form make the Form display bigger?
How can I keep the Forms the same Size?
When I open Designer and Add a Menu to Form1 and then run the app I find the Form1 Size is different.
Why does a Menu in a Form make the Form display bigger?
How can I keep the Forms the same Size?
B4X:
Sub Globals
End Sub
Sub App_Start
Form1.Show
End Sub
Sub Button1_Click
Form2.Show
End Sub
Sub Button2_Click
Form2.Close
End Sub
Attachments
Last edited: