Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB6 Textbox help
Name: Shawn_B Date: December 14, 2002 at 13:57:47 Pacific OS: Win2000Pro CPU/Ram: P4, 64m
Comment:
I need to get to a new line in a textbox without waiting for wordwrap. can i do that without having to be in the textbox and hitting enter, can it be done with code. multilines =true vertical scrollbar
sub command1_click() text1.text=text1.text + label1.caption end sub
Summary: Hello everyone! :D OK, having solved my font problem, I'm having trouble again with this... new problem is, how do I insert text in a TextBox where the cursor is? (text cursor, not mouse!) I tried so...
Summary: I have a textbox, and i want it to restrict the user to typing only A-Z or 0-9 in the textbox. so like no #.\+= or something like that. thanks for any help. ...
Summary: Hi, I want to know how I can play a wave file indefinitely using the MCI control in VB6. Please, help! anything is appreciated. Explaination I have a very short wave file in my application. I want to ...