J
Jim Richards
Hello. Using XP Pro w/SP4 and VS 2003.
Is it normal for this procedure to run before I have even seen the
Form1? I can write code to work-around this.
I believe that what it is doing is as soon as TextBox4 is initialized, it is
detecting the text in the TextBox4.Text property (which is TextBox4) as a
changed text so it runs the TextBox4_ChangedText proceedure.
Will appreciate any explanation on this and have a good day, Jim
Is it normal for this procedure to run before I have even seen the
Form1? I can write code to work-around this.
I believe that what it is doing is as soon as TextBox4 is initialized, it is
detecting the text in the TextBox4.Text property (which is TextBox4) as a
changed text so it runs the TextBox4_ChangedText proceedure.
Will appreciate any explanation on this and have a good day, Jim