Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to add custom property to a form?
Message
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
01204821
Message ID:
01204838
Views:
12
Enmanuel,
Thank you very much!

>You just need to add the proprety in the class declaration. Just open the designer, right click over the form and click "View Code", once in code view add your property declaration like this:
>
>
>namespace myNameSpace
>{
>    public partial class Form1 : Form
>    {
>        public string myProperty;  // LIKE THIS
>        private string myOtherproperty; // OR LIKE THIS
>        public Form1()
>        {
>            InitializeComponent();
>
>        }
>
>
>
>HTH
>
>Enmanuel
>
>>I need to keep track of "something" as the Timer event (.Tick <g>) fires. In VFP world (used to be a language like that, maybe some of you older folk remember <g>) it was done by adding a custom property to a form. Then this property was in scope in any method of the form.
>>
>>Is there a way to set such a custom property to a Win.net form? Or, if not, what would be another way to do it?
>>
>>Thank you.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform