Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Main form text property as task bar title
Message
From
15/06/2007 13:17:19
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
General information
Forum:
C#
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01232818
Message ID:
01233558
Views:
13
Thanks Rick, that did the trick.
Tim

>You can't set anything that is set in the property sheet in the constructor. The constructor will be overridden by anything in InitalizeComponent(). If you move that code after the InitializeComponent() it should work.
>
>Ideally you shouldn't do anything dynamic in the constructor at all - use Form_Load for those sort of things as it ensures that the form has properly initialized and all values have been set.
>
>+++ Rick ---
>
Timothy Bryan
Previous
Reply
Map
View

Click here to load this message in the networking platform