I am a student learning VB6, I need to to be able to select the name and path of a database using a customised dialogue box that will be accessible to the application as an OCX file, can anyone tell me how to go about it, thanks.
Printable View
I am a student learning VB6, I need to to be able to select the name and path of a database using a customised dialogue box that will be accessible to the application as an OCX file, can anyone tell me how to go about it, thanks.
You could use the Common dialog control. (you would need to select Microsoft Common dialog control in the Components tab).
There is a good amount of help in MSDN on how to use this control.