Anytime I open Visual Basic 6 I need to add the common dialog box control to my tool box. Is there any way I can keep that in my toolbox every time I open visual basic 6 without having to add it every time?

Recommended Answers

All 2 Replies

Hi,

Directly u cannot Configure the ToolBox in VB6..
There's a way around.
Create any dummy Project , add a Common Dialog Control and all the required OCX Controls. Now Place all the Controls on a Dummy Form.
Save that form(say MyForm) in "C:". save whole project/Form..
Now in New Project just add that Form (MyForm) to ur project, all the Controls will be added Automatically To ur new project.. Later on u can delete that MyForm.

Same Logic applies to References (.dll's)

Regards
Veena

commented: Thanks for the help. +5

Thanks for the help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.