I need to set a form's properties and included controls' properties at
runtime I have been unable to find out how to set properties at
runtime. For example: Me.Font = New Font(Me.Font, FontStyle.Bold). I
found this after much searching on the web. I am looking for something
that will tell me the syntax that goes on the right side of the "=".
And not just for the form, but buttons, etc.
Any references? Books? Web sites? microsoft.com? Code samples?
Any help appreciated.
Archived from group: microsoft>public>vb>syntax