PDA

View Full Version : The browse button


Mxaza
Aug 30, 2007, 06:19 AM
Hello

I am doing an application in VB.NET whereby I have to back up my database.
On the back-up database form I have a prompting label, a textbox(txtLocaction), a browse button(which should call some sort of dialog allowing me to select the location and be able to return it to the txtLocation textbox), and a button to copy the database to the selected location.
Please help.
:confused:

karthikvaraprasad
Sep 14, 2007, 01:19 AM
hello

I am doing an aplication in VB.NET whereby I have to back up my database.
On the back-up database form I have a prompting label, a textbox(txtLocaction), a browse button(which should call some sort of dialog allowing me to select the location and be able to return it to the txtLocation textbox), and a button to copy the database to the selected location.
Please help.
:confused:
Better have a child window for this.