Click here to Skip to main content
16,005,222 members
Home / Discussions / C#
   

C#

 
GeneralRe: Removing elements during iteration through a Dictionary Pin
Sebastian Schneider28-Apr-05 20:36
Sebastian Schneider28-Apr-05 20:36 
GeneralRe: Removing elements during iteration through a Dictionary Pin
johtib29-Apr-05 10:42
johtib29-Apr-05 10:42 
GeneralRe: Removing elements during iteration through a Dictionary Pin
mav.northwind28-Apr-05 20:23
mav.northwind28-Apr-05 20:23 
GeneralRe: Removing elements during iteration through a Dictionary Pin
johtib28-Apr-05 20:30
johtib28-Apr-05 20:30 
GeneralRe: Removing elements during iteration through a Dictionary Pin
mav.northwind28-Apr-05 21:14
mav.northwind28-Apr-05 21:14 
GeneralRe: Removing elements during iteration through a Dictionary Pin
johtib29-Apr-05 10:44
johtib29-Apr-05 10:44 
QuestionWhat is the right way to create inherited classes derived from System.Windows.Forms.TextBox? Pin
rudy.net28-Apr-05 8:37
rudy.net28-Apr-05 8:37 
AnswerRe: What is the right way to create inherited classes derived from System.Windows.Forms.TextBox? Pin
Fernando Soto28-Apr-05 17:37
Fernando Soto28-Apr-05 17:37 
Hi;

To add your custom control on to the toolbox in VS do the following steps:
1: Create a directory somewhere on your system where you will place your custom control dll's in. Do not delete this directory or it contents. If you do the controls will not show up in your Toolbox or any forms you put them on VS.Net.
2: Go to the Toolbox and select the tab you want the control to show up on, or create a new tab by right clicking on the Toolbox and select Add Tab from the menu and fill in the tab name at the bottom of the Toolbox and press enter key. Then click on the tab.
3: Right click on the Toolbox and select Add/Remove Toolbox Items...
4: In the Customize Toolbox dialog make sure that the .Net Framework Components tab is selected and then click on the Browse... button.
5: Now navigate to the directory you created in step 1 and double click on the custom control dll you want to add.
6: Your control should now have a check mark next to it and its version number at the bottom of the page. click the OK button.

Now any time you need your control just go to the toolbox and drag it on to the form.

I hope this has been of some help. Smile | :)

-Fernando Soto

GeneralRe: What is the right way to create inherited classes derived from System.Windows.Forms.TextBox? Pin
rudy.net29-Apr-05 4:38
rudy.net29-Apr-05 4:38 
GeneralMS SQL 2005 Express user Id and Password Pin
Jassim Rahma28-Apr-05 6:41
Jassim Rahma28-Apr-05 6:41 
GeneralRe: MS SQL 2005 Express user Id and Password Pin
Luis Alonso Ramos28-Apr-05 7:54
Luis Alonso Ramos28-Apr-05 7:54 
GeneralDLL HELL! Pin
James Simpson28-Apr-05 5:44
James Simpson28-Apr-05 5:44 
GeneralRe: DLL HELL! Pin
Marc Clifton28-Apr-05 5:55
mvaMarc Clifton28-Apr-05 5:55 
GeneralRe: DLL HELL! Pin
James Simpson28-Apr-05 6:34
James Simpson28-Apr-05 6:34 
QuestionWatchdog.sys What does it monitor? Pin
DeepToot28-Apr-05 5:07
DeepToot28-Apr-05 5:07 
GeneralSoapReciever class not doing anything Pin
Member 191967028-Apr-05 4:58
Member 191967028-Apr-05 4:58 
GeneralMonitor Memory Pin
jinzhecheng28-Apr-05 4:47
jinzhecheng28-Apr-05 4:47 
GeneralRe: Monitor Memory Pin
Dave Kreskowiak28-Apr-05 5:07
mveDave Kreskowiak28-Apr-05 5:07 
GeneralRe: Monitor Memory Pin
jinzhecheng28-Apr-05 5:12
jinzhecheng28-Apr-05 5:12 
GeneralRe: Monitor Memory Pin
Dave Kreskowiak28-Apr-05 8:03
mveDave Kreskowiak28-Apr-05 8:03 
GeneralRe: Monitor Memory Pin
leppie28-Apr-05 6:04
leppie28-Apr-05 6:04 
GeneralRe: Monitor Memory Pin
Anonymous28-Apr-05 6:55
Anonymous28-Apr-05 6:55 
GeneralRe: Monitor Memory Pin
Tom Larsen28-Apr-05 11:13
Tom Larsen28-Apr-05 11:13 
GeneralRe: Monitor Memory Pin
Andy Brummer28-Apr-05 11:24
sitebuilderAndy Brummer28-Apr-05 11:24 
GeneralUtility to convert VC++ to C# Pin
shyampillai28-Apr-05 4:24
shyampillai28-Apr-05 4:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.