check box that can change form width

malform

Registered User.
Local time
Today, 03:38
Joined
Aug 8, 2006
Messages
21
I would like to change the width of a form with a checkbox, I have tried code like this:

compiledlistview.width = 1872.00

But it just causes an error... Is there a way to make this work?

Thank you.
 
What is the error? Looks like you are not referencing the form correctly.
 
For a form you would need to reference

Me.InsideWidth = 1872
 

Users who are viewing this thread

Back
Top Bottom