954,559 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

help Creating "input-fields"

i'm newbie and would like some help from u. I would be grateful if you could configure the script below so that it lets the user choose the file location before he clicks the button and send the file to the location specified by HIM and not to C:\ as in the script. i.e to make the form to have an "input-field" to show the location, "browse" to specify and a "Click" button to save it. Thanx


Private Sub Command1_Click()
fSaveGuiToFile ("C:\001.bmp")
End Sub

mex
Newbie Poster
5 posts since Oct 2004
Reputation Points: 10
Solved Threads: 0
 

i'm newbie and would like some help from u. I would be grateful if you could configure the script below so that it lets the user choose the file location before he clicks the button and send the file to the location specified by HIM and not to C:\ as in the script. i.e to make the form to have an "input-field" to show the location, "browse" to specify and a "Click" button to save it. Thanx

Private Sub Command1_Click() fSaveGuiToFile ("C:\001.bmp") End Sub

Try googling for 'Common Dialog Control'. Everything you want can be done with that.

mnemtsas
Posting Whiz in Training
200 posts since Jul 2004
Reputation Points: 16
Solved Threads: 1
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You