bucz
July 27th, 2007, 05:08 AM
I have made some Control, that is an About Box form. Now, I want to add it into my Toolbox, so I can drag and drop it into my solution and use as any other dialog (e.g. FileDialog). When I want to add it (.dll) into Toolbox, I get an error, that there is nothing to add to toolbox in this control.
I assume, that by deafults IDE thinks that it is a graphical control, so how to indicate that it is a dialog? I have tried to derivate from CommonDialog but It didn't work.
I assume, that by deafults IDE thinks that it is a graphical control, so how to indicate that it is a dialog? I have tried to derivate from CommonDialog but It didn't work.