I
I_AM_DON_AND_YOU?
A simple query:
I have a textbox with multiline=true. Also there is a button1. In button1's
click the code written is
textbox1.lines(0) = "Microsoft"
textbox2.lines(1) = "Visual Basic"
Hope you understand what I am trying to achieve. In Textbox1, on line1 I
want to put "Microsoft" and on the second line I want to put "Visual Basic".
However, when I run this code it doesn't work (and raises an execption).
Could you please tell me what's wrong here............and what's the
alternative?
Thanks in advance!
I have a textbox with multiline=true. Also there is a button1. In button1's
click the code written is
textbox1.lines(0) = "Microsoft"
textbox2.lines(1) = "Visual Basic"
Hope you understand what I am trying to achieve. In Textbox1, on line1 I
want to put "Microsoft" and on the second line I want to put "Visual Basic".
However, when I run this code it doesn't work (and raises an execption).
Could you please tell me what's wrong here............and what's the
alternative?
Thanks in advance!