You are viewing our Forum Archives. To view or take place in current topics click here.
Need help with Visual basic 2010
Posted:

Need help with Visual basic 2010Posted:

jamie1505
  • Challenger
Status: Offline
Joined: Aug 13, 201013Year Member
Posts: 144
Reputation Power: 6
Status: Offline
Joined: Aug 13, 201013Year Member
Posts: 144
Reputation Power: 6
I am making a program in visual basic 2010 and i need help with some code. So i need to save the text with SaveFileDialog (I can do that). Then when I change the text it doesn't come up with SaveFileDialog box It just saves automatically to the place I selected in the SaveFileDialog at the start..
If any one can help me post below and i will REP if the code works or you can send it me in a message THANKS!!
#2. Posted:
PHP_Pro
  • Ladder Climber
Status: Offline
Joined: Oct 12, 201112Year Member
Posts: 349
Reputation Power: 20
Status: Offline
Joined: Oct 12, 201112Year Member
Posts: 349
Reputation Power: 20
Well, If you want to store the Chosen path, create a string variable to hold the path, then once the user saves the file, set that variable equal to the File name, then simply write to that path. if you would like an example, reply, although its very simple.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.