Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
GeneralRe: returning arrray from a function Pin
Sandeep Akhare22-May-07 19:31
Sandeep Akhare22-May-07 19:31 
AnswerRe: returning arrray from a function Pin
Hamid_RT23-May-07 2:20
Hamid_RT23-May-07 2:20 
QuestionHow to display double datatype with 3 digits after decimal point Pin
Rocky#22-May-07 2:29
Rocky#22-May-07 2:29 
AnswerRe: How to display double datatype with 3 digits after decimal point Pin
Paul Brower22-May-07 2:36
Paul Brower22-May-07 2:36 
AnswerRe: How to display double datatype with 3 digits after decimal point Pin
Giorgi Dalakishvili22-May-07 2:36
mentorGiorgi Dalakishvili22-May-07 2:36 
AnswerRe: How to display double datatype with 3 digits after decimal point Pin
Tarakeshwar Reddy22-May-07 2:39
professionalTarakeshwar Reddy22-May-07 2:39 
AnswerRe: How to display double datatype with 3 digits after decimal point Pin
Martin#22-May-07 3:00
Martin#22-May-07 3:00 
AnswerRe: How to display double datatype with 3 digits after decimal point Pin
Mike DiRenzo22-May-07 9:23
Mike DiRenzo22-May-07 9:23 
Use a regular expression in your validation

Floating point Regex
[-+]?[0-9]*\.?[0-9]+

Floating point with scifi notification
[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?

"In quiet and silence, the truth is made clear."

GeneralRe: How to display double datatype with 3 digits after decimal point Pin
Rocky#23-May-07 1:26
Rocky#23-May-07 1:26 
GeneralRe: How to display double datatype with 3 digits after decimal point Pin
Martin#23-May-07 23:35
Martin#23-May-07 23:35 
Generala big thank you to you as well :) Pin
Rocky#24-May-07 9:09
Rocky#24-May-07 9:09 
GeneralRe: a big thank you to you as well :) Pin
Martin#24-May-07 9:54
Martin#24-May-07 9:54 
QuestionAutohidden taskbar Pin
pranu_1322-May-07 2:29
pranu_1322-May-07 2:29 
AnswerRe: Autohidden taskbar Pin
Sandeep Akhare22-May-07 2:46
Sandeep Akhare22-May-07 2:46 
Questionhow to check internet connection status from c#windows applicationq Pin
pashitech22-May-07 2:21
pashitech22-May-07 2:21 
AnswerRe: how to check internet connection status from c#windows applicationq Pin
Giorgi Dalakishvili22-May-07 2:31
mentorGiorgi Dalakishvili22-May-07 2:31 
QuestionAdjust Microsoft.Office.Interop.Outlook read-only properties Pin
StingRayYellow22-May-07 2:10
StingRayYellow22-May-07 2:10 
AnswerRe: Adjust Microsoft.Office.Interop.Outlook read-only properties Pin
andre_swnpl22-May-07 2:28
andre_swnpl22-May-07 2:28 
GeneralRe: Adjust Microsoft.Office.Interop.Outlook read-only properties Pin
StingRayYellow22-May-07 3:17
StingRayYellow22-May-07 3:17 
AnswerRe: Adjust Microsoft.Office.Interop.Outlook read-only properties Pin
Manoj Kumar Rai22-May-07 5:30
professionalManoj Kumar Rai22-May-07 5:30 
QuestionSet Event Log Property Pin
pranu_1322-May-07 2:10
pranu_1322-May-07 2:10 
AnswerRe: Set Event Log Property Pin
Sandeep Akhare22-May-07 2:54
Sandeep Akhare22-May-07 2:54 
QuestionNot sure this is the place, but have a C# app for server 2k3 Pin
StevenBee22-May-07 1:58
StevenBee22-May-07 1:58 
AnswerRe: Not sure this is the place, but have a C# app for server 2k3 Pin
kubben22-May-07 3:08
kubben22-May-07 3:08 
GeneralRe: Not sure this is the place, but have a C# app for server 2k3 Pin
StevenBee22-May-07 3:41
StevenBee22-May-07 3:41 

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.