Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Save & Save As 1

Status
Not open for further replies.

andrewvampire

Programmer
Feb 13, 2001
18
US
I am still working on my previous question subject, Average Finder. I need to know how to create a save & a save as feature. I would really like to know how to do this mainly for the user so he/she wouldn't have to take down notes on pen and paper :(
 
I looked it up in this "MSDN Library" and I got this

object.SaveAs (newfilename As String)

so I edited it to how I thought it would work with my program.

Form1.SaveAs Average As String

I have redone this over and over again switching and trying new things but I can't get anything to work.
 
Andrewvampire, please post some of the code you are using and restate your question from the beginning. I'm having a hard time trying to understand what the problem is. I might be able to help with an example or point you to a good on-line resource.

I can only *guess* that you want to add a "save" and "save as" file feature to your app. If so, download this file:
It should get you rolling in the right direction.
VCA.gif

Alt255@Vorpalcom.Intranets.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top