Click here to Skip to main content
15,907,874 members
Home / Discussions / C#
   

C#

 
Questionenable/disable mouse Pin
Aisha sharma4-Mar-11 1:44
Aisha sharma4-Mar-11 1:44 
AnswerRe: enable/disable mouse Pin
Dalek Dave4-Mar-11 3:07
professionalDalek Dave4-Mar-11 3:07 
GeneralRe: enable/disable mouse Pin
Aisha sharma4-Mar-11 20:05
Aisha sharma4-Mar-11 20:05 
QuestionVisual Studio Drag-and-Drop features, how???? Pin
andres_hs3-Mar-11 23:10
andres_hs3-Mar-11 23:10 
QuestionRe: Visual Studio Drag-and-Drop features, how???? Pin
Groulien3-Mar-11 23:33
Groulien3-Mar-11 23:33 
AnswerRe: Visual Studio Drag-and-Drop features, how???? Pin
Pravin Patil, Mumbai4-Mar-11 0:03
Pravin Patil, Mumbai4-Mar-11 0:03 
AnswerRe: Visual Studio Drag-and-Drop features, how???? Pin
Pravin Patil, Mumbai4-Mar-11 0:03
Pravin Patil, Mumbai4-Mar-11 0:03 
AnswerRe: Visual Studio Drag-and-Drop features, how???? Pin
Henry Minute4-Mar-11 5:43
Henry Minute4-Mar-11 5:43 
AnswerRe: Visual Studio Drag-and-Drop features, how???? Pin
Ravi Bhavnani5-Mar-11 13:52
professionalRavi Bhavnani5-Mar-11 13:52 
AnswerRe: Visual Studio Drag-and-Drop features, how???? Pin
andres_hs8-Mar-11 4:37
andres_hs8-Mar-11 4:37 
QuestionWCF resricts on MaxArrayLength Pin
Amit Sk Sharma3-Mar-11 21:14
Amit Sk Sharma3-Mar-11 21:14 
AnswerRe: WCF resricts on MaxArrayLength Pin
Pete O'Hanlon3-Mar-11 21:38
mvePete O'Hanlon3-Mar-11 21:38 
GeneralRe: WCF resricts on MaxArrayLength Pin
Amit Sk Sharma3-Mar-11 21:51
Amit Sk Sharma3-Mar-11 21:51 
QuestionUpdate data through gridview Pin
Neha_Gupta3-Mar-11 20:08
Neha_Gupta3-Mar-11 20:08 
AnswerRe: Update data through gridview Pin
Pravin Patil, Mumbai4-Mar-11 0:17
Pravin Patil, Mumbai4-Mar-11 0:17 
QuestionHow to open a PDF in VS2005 Pin
Exelioindia3-Mar-11 19:40
Exelioindia3-Mar-11 19:40 
AnswerRe: How to open a PDF in VS2005 Pin
Bernhard Hiller3-Mar-11 20:37
Bernhard Hiller3-Mar-11 20:37 
GeneralRe: How to open a PDF in VS2005 Pin
Exelioindia3-Mar-11 21:37
Exelioindia3-Mar-11 21:37 
GeneralRe: How to open a PDF in VS2005 Pin
Pete O'Hanlon3-Mar-11 22:31
mvePete O'Hanlon3-Mar-11 22:31 
GeneralRe: How to open a PDF in VS2005 Pin
Bernhard Hiller4-Mar-11 4:32
Bernhard Hiller4-Mar-11 4:32 
QuestionVisua studio 2008 Pin
anishkannan3-Mar-11 18:51
anishkannan3-Mar-11 18:51 
AnswerRe: Visua studio 2008 Pin
_AnsHUMAN_ 3-Mar-11 19:22
_AnsHUMAN_ 3-Mar-11 19:22 
QuestionDelete certificates programmatically Pin
NarVish3-Mar-11 18:34
NarVish3-Mar-11 18:34 
AnswerRe: Delete certificates programmatically Pin
NarVish3-Mar-11 18:45
NarVish3-Mar-11 18:45 
QuestionAdding your own toolbox controls to the IDE and linking up their events... Pin
code-frog3-Mar-11 12:25
professionalcode-frog3-Mar-11 12:25 
I am recently curious about the process of writing your own toolbox controls. Let's take a basic approach and say I wanted to write a textbox control that was always multi-line with both scrollbars. I want to have all the events, properties and such.

How do you wire up events so that when you drag the textbox onto the form and double-click it the IDE goes to the correct handler or default handler like in the case of a button it's the Button_Click. How do I make my own button control and when I double-click it in the IDE have it go instead to Button_MouseDown or something else entirely? How do you add events for the IDE and design time?

I'd google this I just don't know what search terms to use. I've tried and failed.

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.