Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21342

VB6 How to read textbox line by line then assign it to other textbox

$
0
0
Please help read text1.text

model-- TRG86
capacity --60
shipped -- no

i have text2.text,text3.text,text4.text, assign textbox according to text1.text value

if model then
text2.text=TRG86
if capacity then
text3.text=60
if shipped then
text4.text=no
How can I put them into string?

Viewing all articles
Browse latest Browse all 21342

Trending Articles