|
-
Aug 23rd, 2003, 04:38 PM
#1
Thread Starter
Lively Member
Text Box, Text Changed Handler HELP
AddHandler cmd.TextChanged, AddressOf TextBox_TextChanged
AddHandler cmd.KeyPress, AddressOf TextBox_TextChanged
Have the above lines so I can do stuff when the text in textbox cmd is changed. Not sure where to put them though.
If I put it in Public Class MainForm I get a syntax error.
If I put it in fMainForm_Load sub I get
Name TextBox_TextChanged is not declared
Any idea what im doing wrong
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|