Click here to Skip to main content
15,912,977 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to find the Current Path, in Windows Application Pin
Wayne Phipps31-Mar-07 0:25
Wayne Phipps31-Mar-07 0:25 
AnswerRe: How to find the Current Path, in Windows Application Pin
Noman Aftab31-Mar-07 0:41
Noman Aftab31-Mar-07 0:41 
GeneralRe: How to find the Current Path, in Windows Application Pin
Wayne Phipps31-Mar-07 1:14
Wayne Phipps31-Mar-07 1:14 
Question"Attempted to read or write protected memory." Pin
User 137680030-Mar-07 14:26
User 137680030-Mar-07 14:26 
AnswerRe: "Attempted to read or write protected memory." Pin
Dewald31-Mar-07 0:03
Dewald31-Mar-07 0:03 
GeneralRe: "Attempted to read or write protected memory." Pin
User 137680031-Mar-07 5:55
User 137680031-Mar-07 5:55 
QuestionUser control without being in the GAC Pin
Esmo200030-Mar-07 12:36
Esmo200030-Mar-07 12:36 
AnswerRe: User control without being in the GAC Pin
J$30-Mar-07 13:32
J$30-Mar-07 13:32 
If I understand you correctly, this may solve your problem. This is how I did it on a project I'm currently working on.

Show your toolbox in VS. Right click on the toolbox, and select the Choose Items... menu option.

A dialog now shows that is titled "Choose Toolbox Items". Click browse, find the DLL or EXE your user control is in, and click OK.

The list that is under the .NET Framework Components tab should now list all User Controls that DLL or EXE contained. Make sure that the checkbox next to the user control you want to put on your form is checked, then click OK. The "Choose Toolbox Items" dialog goes away, and your User Control is added to the currently selected tab in your toolbox (doesn't look like a tab, but that is what the context menu calls them)

You should now be able to drop that user control on your form.

BTW, I use VS2005, so I'm not sure if its the same for VS2003.

HTH.


Questionhow to invisible a row of Datagridview ? Pin
hdv21230-Mar-07 11:27
hdv21230-Mar-07 11:27 
Questionhow can I get the lighter tone of color Pin
samreengr830-Mar-07 11:24
samreengr830-Mar-07 11:24 
AnswerRe: how can I get the lighter tone of color Pin
led mike30-Mar-07 12:00
led mike30-Mar-07 12:00 
AnswerRe: how can I get the lighter tone of color Pin
Kitchen_31-Mar-07 2:21
Kitchen_31-Mar-07 2:21 
AnswerRe: how can I get the lighter tone of color Pin
Thomas Stockwell1-Apr-07 4:36
professionalThomas Stockwell1-Apr-07 4:36 
QuestionMoving DataRows from one DataTable to another Pin
Pualee30-Mar-07 10:48
Pualee30-Mar-07 10:48 
AnswerRe: Moving DataRows from one DataTable to another Pin
gauthee30-Mar-07 20:18
gauthee30-Mar-07 20:18 
QuestionHow to make one column of ListView invisable? Pin
Khoramdin30-Mar-07 10:43
Khoramdin30-Mar-07 10:43 
AnswerRe: How to make one column of ListView invisable? Pin
led mike30-Mar-07 12:01
led mike30-Mar-07 12:01 
GeneralRe: How to make one column of ListView invisable? Pin
Khoramdin30-Mar-07 19:32
Khoramdin30-Mar-07 19:32 
GeneralRe: How to make one column of ListView invisable? Pin
led mike2-Apr-07 4:27
led mike2-Apr-07 4:27 
QuestionStreamreader and read file Pin
Saamir30-Mar-07 10:35
Saamir30-Mar-07 10:35 
AnswerRe: Streamreader and read file Pin
Dave Kreskowiak30-Mar-07 11:53
mveDave Kreskowiak30-Mar-07 11:53 
GeneralRe: Streamreader and read file Pin
Saamir30-Mar-07 12:00
Saamir30-Mar-07 12:00 
AnswerRe: Streamreader and read file Pin
Vasudevan Deepak Kumar31-Mar-07 4:30
Vasudevan Deepak Kumar31-Mar-07 4:30 
QuestionTrouble calling COM Object Method from C# object Pin
Brent Lamborn30-Mar-07 9:10
Brent Lamborn30-Mar-07 9:10 
AnswerRe: Trouble calling COM Object Method from C# object Pin
Phillip M. Hoff31-Mar-07 16:05
Phillip M. Hoff31-Mar-07 16:05 

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.