Click here to Skip to main content
15,885,309 members
Home / Discussions / C#
   

C#

 
QuestionRe: opening Tooltip Pin
jojoba201025-Jan-10 19:14
jojoba201025-Jan-10 19:14 
QuestionTooltip Pin
jojoba201025-Jan-10 18:31
jojoba201025-Jan-10 18:31 
AnswerMessage Closed Pin
25-Jan-10 18:54
stancrm25-Jan-10 18:54 
QuestionRe: Tooltip Pin
jojoba201025-Jan-10 19:16
jojoba201025-Jan-10 19:16 
QuestionWorking on MessageBoxButtons Pin
CoderForEver25-Jan-10 17:11
CoderForEver25-Jan-10 17:11 
AnswerMessage Closed Pin
25-Jan-10 18:51
stancrm25-Jan-10 18:51 
GeneralRe: Working on MessageBoxButtons Pin
CoderForEver25-Jan-10 19:20
CoderForEver25-Jan-10 19:20 
GeneralRe: Working on MessageBoxButtons Pin
SimpleData25-Jan-10 22:57
SimpleData25-Jan-10 22:57 
This is more tidy I guess.

if(MessageBox.Show("Are you sure", "Confirm", MessageBoxButtons.YesNo, MessageBoxIcon.Information) == DialogResult.Yes)
{
  // Do something...
}
else
{
  // Do something else...
}

Questionhow to show time in milliseconds on windows form ? Pin
Dr.DigiTaL25-Jan-10 15:44
Dr.DigiTaL25-Jan-10 15:44 
AnswerRe: how to show time in milliseconds on windows form ? Pin
PIEBALDconsult25-Jan-10 15:46
mvePIEBALDconsult25-Jan-10 15:46 
GeneralRe: how to show time in milliseconds on windows form ? Pin
Dr.DigiTaL25-Jan-10 15:47
Dr.DigiTaL25-Jan-10 15:47 
GeneralRe: how to show time in milliseconds on windows form ? Pin
PIEBALDconsult25-Jan-10 15:51
mvePIEBALDconsult25-Jan-10 15:51 
GeneralRe: how to show time in milliseconds on windows form ? Pin
Luc Pattyn25-Jan-10 15:56
sitebuilderLuc Pattyn25-Jan-10 15:56 
AnswerRe: how to show time in milliseconds on windows form ? Pin
Luc Pattyn25-Jan-10 15:55
sitebuilderLuc Pattyn25-Jan-10 15:55 
GeneralRe: how to show time in milliseconds on windows form ? Pin
PIEBALDconsult25-Jan-10 17:16
mvePIEBALDconsult25-Jan-10 17:16 
AnswerRe: how to show time in milliseconds on windows form ? Pin
sanforjackass25-Jan-10 20:57
sanforjackass25-Jan-10 20:57 
GeneralRe: how to show time in milliseconds on windows form ? Pin
harold aptroot25-Jan-10 22:20
harold aptroot25-Jan-10 22:20 
GeneralRe: how to show time in milliseconds on windows form ? Pin
PIEBALDconsult26-Jan-10 8:06
mvePIEBALDconsult26-Jan-10 8:06 
QuestionInconsistent image distortions Pin
Alan Balkany25-Jan-10 11:28
Alan Balkany25-Jan-10 11:28 
AnswerRe: Inconsistent image distortions Pin
Luc Pattyn25-Jan-10 12:31
sitebuilderLuc Pattyn25-Jan-10 12:31 
GeneralRe: Inconsistent image distortions Pin
Alan Balkany26-Jan-10 4:25
Alan Balkany26-Jan-10 4:25 
GeneralRe: Inconsistent image distortions Pin
Luc Pattyn26-Jan-10 4:43
sitebuilderLuc Pattyn26-Jan-10 4:43 
Questionasp.net membership issue Pin
April Unni25-Jan-10 11:13
April Unni25-Jan-10 11:13 
AnswerRe: asp.net membership issue Pin
Not Active25-Jan-10 11:39
mentorNot Active25-Jan-10 11:39 
QuestionI was reading that linq can not be used with bindingnavigator is this true and if it so then how would you work around something like this? Pin
tonyonlinux25-Jan-10 10:52
tonyonlinux25-Jan-10 10:52 

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.