Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > Adding controls to the toolbox.
 

Adding controls to the toolbox.

Hi,

We created some customized controls which inherit from the button control and other Controls.
These controls were all created inside xyz solution.
Now, i want to use them in my current project.
How do i add them to the toolbox?

I right clicked on the tool box and selected choose items. I browsed to the solution and tried to add the controls from there but this failed.


Is there any other way this can be done?

Thanks in Advance

rowter  Wednesday, September 23, 2009 2:33 PM
You pointed to the DLL's and it didn't work? My guess is that you are not compiling this as a user control but as a library.


John Grove - TFD Group, Senior Software Engineer, EI Division, http://www.tfdg.com
JohnGrove  Wednesday, September 23, 2009 6:55 PM
Hi John,

I do not see that dll.
That particular dll is imported on all of our screens and used but i don see the controls in the toolbox.
So, i tried to add the controls to the toolbox and it is not showing the dll.

thanks
rowter  Wednesday, September 23, 2009 7:21 PM
When you compile your control, it should produce a DLL. If you cannot find it, then where did it compile to?
John Grove - TFD Group, Senior Software Engineer, EI Division, http://www.tfdg.com
JohnGrove  Wednesday, September 23, 2009 7:24 PM
We are changing the issue type to “General Discussion�because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to “Question�by opening the Options list at the top of the post editor window, and changing the type. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework!
Kira Qian  Tuesday, September 29, 2009 5:35 AM

You can use google to search for other answers

Custom Search

More Threads

• datagridview and checkbox
• publishing vb2005 windows application
• DataGridView Colum Select
• DataBinding to ComboBox, setting to -1 index
• system.argumentexception datagridviewcomboboxcell value not valid
• Importing 100,000 records to Datatable -Fine, Binding to datalist on RunWorkerCompleted Kills winform!
• Saving Data in a Related Table
• DataGrids
• How to delete Multiple rows from DGV?
• Always Up To Date Data - 2 Tier App