Click here to Skip to main content
15,905,776 members
Home / Discussions / C#
   

C#

 
GeneralRe: Persistent Button Pin
Stanciu Vlad1-May-06 7:13
Stanciu Vlad1-May-06 7:13 
GeneralRe: Persistent Button Pin
IceWater421-May-06 8:08
IceWater421-May-06 8:08 
GeneralRe: Persistent Button Pin
Stanciu Vlad1-May-06 8:25
Stanciu Vlad1-May-06 8:25 
GeneralRe: Persistent Button Pin
IceWater421-May-06 18:17
IceWater421-May-06 18:17 
Questionopen a word document Pin
deepak130-Apr-06 11:26
deepak130-Apr-06 11:26 
GeneralRe: open a word document Pin
Guffa30-Apr-06 11:57
Guffa30-Apr-06 11:57 
Questionhyperlink in MessageBox? Pin
manusse30-Apr-06 10:03
manusse30-Apr-06 10:03 
AnswerRe: hyperlink in MessageBox? Pin
Graham Nimbley30-Apr-06 10:40
Graham Nimbley30-Apr-06 10:40 
Usually you would use a LinkLabel instance to create the hyperlink, but the problem lies in the architecture of the MessageBox.Show method. Now if this was a Java forum then I would say you would have no problem displaying a control in the MessageBox, but in .NET only strings can be displayed.

You may be able to get around the problem by using P/Invoke and of the native MessageBox routines. One of them I am sure allows controls to be embedded inside the MessageBox (akin to the Java way). The other route, is to create a message box by extending Form and adding a LinkLabel yourself.

-- modified at 16:41 Sunday 30th April, 2006
AnswerRe: hyperlink in MessageBox? Pin
Christian Graus30-Apr-06 11:17
protectorChristian Graus30-Apr-06 11:17 
QuestionI want to installed product.. but.... Pin
Real Coder30-Apr-06 8:00
Real Coder30-Apr-06 8:00 
GeneralRe: I want to installed product.. but.... Pin
Guffa30-Apr-06 9:37
Guffa30-Apr-06 9:37 
AnswerRe: I want to installed product.. but.... Pin
Robin Panther30-Apr-06 10:23
Robin Panther30-Apr-06 10:23 
GeneralRe: I want to installed product.. but.... Pin
Real Coder1-May-06 7:03
Real Coder1-May-06 7:03 
QuestionHow to count number of word in text Pin
eyalso30-Apr-06 7:57
eyalso30-Apr-06 7:57 
AnswerRe: How to count number of word in text Pin
Robin Panther30-Apr-06 10:27
Robin Panther30-Apr-06 10:27 
GeneralRe: How to count number of word in text Pin
eyalso30-Apr-06 10:46
eyalso30-Apr-06 10:46 
GeneralRe: How to count number of word in text Pin
Graham Nimbley30-Apr-06 11:35
Graham Nimbley30-Apr-06 11:35 
Questionxml + xslt = html ? Pin
Khepry30-Apr-06 5:47
Khepry30-Apr-06 5:47 
AnswerRe: xml + xslt = html ? Pin
Ravi Bhavnani30-Apr-06 7:41
professionalRavi Bhavnani30-Apr-06 7:41 
QuestionC# ODBC Pin
XeoN-Kc30-Apr-06 4:19
XeoN-Kc30-Apr-06 4:19 
AnswerRe: C# ODBC Pin
Ravi Bhavnani30-Apr-06 7:43
professionalRavi Bhavnani30-Apr-06 7:43 
QuestionSpeech programming Pin
TheEagle30-Apr-06 2:27
TheEagle30-Apr-06 2:27 
AnswerRe: Speech programming Pin
kasik30-Apr-06 10:47
kasik30-Apr-06 10:47 
GeneralRe: Speech programming Pin
TheEagle30-Apr-06 21:24
TheEagle30-Apr-06 21:24 
QuestionRe: Speech programming Pin
TheEagle6-May-06 3:58
TheEagle6-May-06 3:58 

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.