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

C#

 
GeneralRe: converting GSM 6.10 to PCM in c# Pin
DaveyM6913-Nov-08 15:57
professionalDaveyM6913-Nov-08 15:57 
QuestionException on workflow thread Pin
to_samGmbH13-Nov-08 4:22
to_samGmbH13-Nov-08 4:22 
Questionsetting parameter value to com visible assembly from javascript Pin
superlizo13-Nov-08 3:39
superlizo13-Nov-08 3:39 
QuestionCannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Jason_Shen13-Nov-08 2:42
Jason_Shen13-Nov-08 2:42 
AnswerRe: Cannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Giorgi Dalakishvili13-Nov-08 2:55
mentorGiorgi Dalakishvili13-Nov-08 2:55 
GeneralRe: Cannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Jason_Shen13-Nov-08 5:43
Jason_Shen13-Nov-08 5:43 
GeneralRe: Cannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Giorgi Dalakishvili13-Nov-08 5:52
mentorGiorgi Dalakishvili13-Nov-08 5:52 
AnswerRe: Cannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Dave Kreskowiak13-Nov-08 5:07
mveDave Kreskowiak13-Nov-08 5:07 
GeneralRe: Cannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Jason_Shen13-Nov-08 5:41
Jason_Shen13-Nov-08 5:41 
QuestionHow to set the background color of the Scrollbar of DataGridView with C# in the WinForm Pin
mctramp16813-Nov-08 0:49
mctramp16813-Nov-08 0:49 
AnswerRe: How to set the background color of the Scrollbar of DataGridView with C# in the WinForm Pin
Dave Kreskowiak13-Nov-08 5:03
mveDave Kreskowiak13-Nov-08 5:03 
Questionabout login form Pin
sanddepnamburi13-Nov-08 0:45
sanddepnamburi13-Nov-08 0:45 
AnswerRe: about login form Pin
Brij13-Nov-08 1:15
mentorBrij13-Nov-08 1:15 
AnswerRe: about login form Pin
Simon P Stevens13-Nov-08 1:18
Simon P Stevens13-Nov-08 1:18 
JokeRe: about login form Pin
Mbah Dhaim13-Nov-08 2:01
Mbah Dhaim13-Nov-08 2:01 
RantRe: about login form Pin
Paul Conrad13-Nov-08 5:05
professionalPaul Conrad13-Nov-08 5:05 
AnswerRe: about login form Pin
Russell Jones13-Nov-08 6:03
Russell Jones13-Nov-08 6:03 
AnswerRe: about login form Pin
nelsonpaixao17-Nov-08 14:02
nelsonpaixao17-Nov-08 14:02 
QuestionHow to retrive client machine name in c# Class Pin
surigu13-Nov-08 0:43
surigu13-Nov-08 0:43 
AnswerRe: How to retrive client machine name in c# Class Pin
Giorgi Dalakishvili13-Nov-08 0:51
mentorGiorgi Dalakishvili13-Nov-08 0:51 
AnswerRe: How to retrive client machine name in c# Class Pin
Guffa13-Nov-08 1:44
Guffa13-Nov-08 1:44 
Questionconversion from double to float Pin
madeline_veda13-Nov-08 0:31
madeline_veda13-Nov-08 0:31 
float num = 18.3f;
This above stmt will run,But I read in a book that "if 18.3
taken as a double, so you would get a compiler error saying that a double cannot be implicitly converted to a float. Adding the f to the end of 18.3 does an explicit conversion."....But how is that possible?If we can cast Double value to int then why not convert Double to float? (Float is almost double ,right?)
AnswerRe: conversion from double to float Pin
DaveyM6913-Nov-08 1:01
professionalDaveyM6913-Nov-08 1:01 
AnswerRe: conversion from double to float Pin
PIEBALDconsult13-Nov-08 3:23
mvePIEBALDconsult13-Nov-08 3:23 
AnswerRe: conversion from double to float Pin
Ennis Ray Lynch, Jr.13-Nov-08 3:27
Ennis Ray Lynch, Jr.13-Nov-08 3:27 

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.