J
James Arnold
Is there any way to set the forms icon to one stored in the resources
at design time? Currently I am using the following code in the
FormLoad event to set it at run time:
Me.Icon = My.Resources.FormIcon
You can set images in resources to buttons and pictureboxes etc at
design time, why not icons?
at design time? Currently I am using the following code in the
FormLoad event to set it at run time:
Me.Icon = My.Resources.FormIcon
You can set images in resources to buttons and pictureboxes etc at
design time, why not icons?