Hi everyone ...
If I use this code in the form Load,Paint, Initialize,Activate, or GotFocus events
Me.BorderStyle = 0
The form actually loads with whatever is set in the properties window during design time. I also have tried using the VBConstants instead of the number.
MSDN gives code syntax for Forms, so I cannot understand why that would not work.
Any ideas?
Thanks
Michael
If I use this code in the form Load,Paint, Initialize,Activate, or GotFocus events
Me.BorderStyle = 0
The form actually loads with whatever is set in the properties window during design time. I also have tried using the VBConstants instead of the number.
MSDN gives code syntax for Forms, so I cannot understand why that would not work.
Any ideas?
Thanks
Michael