You are not logged in.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

fallon416

Beginner

  • "fallon416" started this thread

Posts: 28

Date of registration: Mar 26th 2010

  • Send private message

1

Monday, April 5th 2010, 7:45am

WindowState

Just in case someone is trying to trap the min/max buttons of the form here's the code.

In vb.net it would be

If Me.WindowState = FormWindowState.Maximized Then
do something
end if

In Jabaco it is

If Me.WindowState = vbMaximized Then
do something
end if

Neil

Similar threads

Rate this thread
WoltLab Burning Board