[RESOLVED] Problems adding control to toolbox
Hi,
I'm having trouble adding a new control to my toolbox.
I found the control on this webpage http://www.codeproject.com/KB/menus/VistaMenu.aspx.
I downloaded the projected and extracted.
I the went to the VB toolbox, rightclicked the mouse button and selected choose items. I then clicked the browse button. I selected the folder I had extracted to and then went to bin/debug/menucontroltest.exe.
It came back with an error message saying there are no components in this file that can be placed on this toolbox.
Does anyone know what I'm doing wrong.
Re: Problems adding control to toolbox
You have to select the VistaMenuControl.dll, not the menucontroltest.exe.
Re: Problems adding control to toolbox
Hi,
Yep, that worked.
Thanks