Link to home
Start Free TrialLog in
Avatar of KingSencat
KingSencat

asked on

VB6.0 click the button to send the information from the text box to a txt fille!

Hello guys!

I need when i am pushing a button to send the information from text box to a txt file  .. to store to a txt file  !!



Can you help me please?
Avatar of suprapto45
suprapto45
Flag of Singapore image

Hi,

http://www.freevbcode.com/ShowCode.asp?ID=733

That may help you. Please get back to us if it does not work on you.

David
ASKER CERTIFIED SOLUTION
Avatar of suprapto45
suprapto45
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of KingSencat
KingSencat

ASKER

Not helping at all..
this source i must to put at the button right ?
Nope,

This is the one that you need to put in your button.

SaveTextToFile "C:\My Documents\MyFile.txt", txtTest.text

Then you need to copy and paste the function from the URL to your VB as well.

Please let me know if you still have a problem.

David