Hy all,
I tryng to say that,how can i load text in a text box or combo box.
Can anyone help me????
Thanks.
Printable View
Hy all,
I tryng to say that,how can i load text in a text box or combo box.
Can anyone help me????
Thanks.
Welcome to the forums... :wave:
Check this: http://www.vbforums.com/showthread.php?t=348141#file ...:wave:
Welcome to the forums. :wave:
Presuming the file actually exists...Code:Open "c:\l0cal_h0st.txt" For Input As #1
Text1.Text = Input(LOF(1), 1)
Close #1
Hack, I must have stared at this code, going back and forth over the three posts, for at least 20 minutes. All that time spent trying to figure out how you knew the name of the text file that the OP wanted to input. Yeah, I finally, duh, saw it. :eek2: You had me convinced that you were psychic! :afrog: