Private Sub TextBox4_TextChanged

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jim Richards

    Private Sub TextBox4_TextChanged

    Hello. 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_Change dText proceedure.
    Will appreciate any explanation on this and have a good day, Jim


Working...