Click here to Skip to main content
15,914,010 members
Home / Discussions / C#
   

C#

 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Shameel15-Jul-11 9:10
professionalShameel15-Jul-11 9:10 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01215-Jul-11 9:22
Wheels01215-Jul-11 9:22 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Shameel15-Jul-11 9:26
professionalShameel15-Jul-11 9:26 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01215-Jul-11 9:29
Wheels01215-Jul-11 9:29 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Shameel15-Jul-11 9:32
professionalShameel15-Jul-11 9:32 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01215-Jul-11 9:35
Wheels01215-Jul-11 9:35 
AnswerRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
BobJanova13-Jul-11 22:26
BobJanova13-Jul-11 22:26 
QuestionEmulate a helpbutton with a toolstripbutton c# Pin
Luis Amador13-Jul-11 7:59
Luis Amador13-Jul-11 7:59 
Well in my work, we're trying to do a help button for our toolstrip. The situation is that we found an article here in CodeProject that explains how to emulate a help button, for doing this emulation we import a dll and add some code in the event "when click()" the code is this one:

helpbtn.Capture = true;
SendMessage(this.Handle, WM_SYSCOMMAND, (IntPtr)SC_CONTEXTHELP, IntPtr.Zero);

The problem with the code is that only works with a simple button not a toolstripbutton, 'cause the property .Capture is only for simple buttons. We had also try to add the code to a simple button and then use PerformClick() but the toolstripbutton keeps doing nothing. Can anyone help us please?
C#

AnswerRe: Emulate a helpbutton with a toolstripbutton c# Pin
Ravi Bhavnani14-Jul-11 12:01
professionalRavi Bhavnani14-Jul-11 12:01 
QuestionManaging windows updates (WUApilib) Pin
Jacob D Dixon13-Jul-11 4:32
Jacob D Dixon13-Jul-11 4:32 
AnswerRe: Managing windows updates (WUApilib) Pin
Not Active13-Jul-11 5:26
mentorNot Active13-Jul-11 5:26 
AnswerRe: Managing windows updates (WUApilib) Pin
Dan Mos13-Jul-11 6:51
Dan Mos13-Jul-11 6:51 
GeneralRe: Managing windows updates (WUApilib) Pin
Jacob D Dixon13-Jul-11 10:11
Jacob D Dixon13-Jul-11 10:11 
AnswerRe: Managing windows updates (WUApilib) [modified] Pin
Jacob D Dixon13-Jul-11 14:47
Jacob D Dixon13-Jul-11 14:47 
GeneralRe: Managing windows updates (WUApilib) Pin
Dan Mos13-Jul-11 21:16
Dan Mos13-Jul-11 21:16 
Questionalternatives of macros in c# Pin
aeman13-Jul-11 2:22
aeman13-Jul-11 2:22 
AnswerRe: alternatives of macros in c# Pin
BobJanova13-Jul-11 2:28
BobJanova13-Jul-11 2:28 
AnswerRe: alternatives of macros in c# Pin
PIEBALDconsult13-Jul-11 2:46
mvePIEBALDconsult13-Jul-11 2:46 
AnswerRe: alternatives of macros in c# Pin
Shameel13-Jul-11 3:07
professionalShameel13-Jul-11 3:07 
GeneralRe: alternatives of macros in c# Pin
BobJanova13-Jul-11 4:06
BobJanova13-Jul-11 4:06 
GeneralRe: alternatives of macros in c# Pin
Shameel13-Jul-11 4:47
professionalShameel13-Jul-11 4:47 
AnswerRe: alternatives of macros in c# Pin
jschell13-Jul-11 9:13
jschell13-Jul-11 9:13 
AnswerRe: alternatives of macros in c# Pin
PIEBALDconsult19-Jul-11 14:40
mvePIEBALDconsult19-Jul-11 14:40 
QuestionUsing C++ Code in C# Project/Solution? Pin
AmbiguousName12-Jul-11 21:14
AmbiguousName12-Jul-11 21:14 
AnswerRe: Using C++ Code in C# Project/Solution? [modified] Pin
Pete O'Hanlon12-Jul-11 23:10
mvePete O'Hanlon12-Jul-11 23:10 

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.