VB Form BorderStyle

Joined
Mar 31, 2012
Messages
1
Reaction score
0
I would be grateful if someone out there can help me resolve the following:

1. When you set the BorderStyle to None in VB6 or the FormBorderStyle to None in VB2010, you cannot click and move the Form at run-time like with the other settings (Sizable, Fixed Single, Fixed Dialog etc).How do I walk around this?


2. In VB2010, if you display the system time (eg TimeOfDay) on a panel in the status bar, the time displayed is the time when the form launches and never changes even when the system time changes. How does one walk around this? In other words, what is the VB2010 equivalence of the VB6 sbrTime?
 
Back
Top