Edited by dansy on 25-Aug-01 07:43.
How do I import an existing UserForm created under VBA into a fully fledged VB6 program.
I need to make modifications to the form so therefore need access to the toolbox in VB.
However, I have tried >Project>Add Form>Existing in the Visual Studio VB6 IDE and while it adds the form, it adds it as a “designer” (which is something I have not used before but has peaked my interest to explore further) add greys out the toolbox?
I want to be able to reuse forms as templates wherever possible. This is the first time I have tried to take a Userform created in VBA (Word 97) and bring it into a real VB environment. This was never a problem going from VB version to version.
Its probably obvious but I can’t seem to see it.
NOTE : I should note that I am aware (and have tried) that new form templates can be created by adding the form to the template folder but this still not solving the problem where the control toolbox is greyed out. I want to add DriveList, DirList and FIleList boxes to the form (the common control in this case does not exactly fit the bill for what I need) but can’t get access to them – greyed out.