Click here to Skip to main content
16,004,192 members
Home / Discussions / C#
   

C#

 
AnswerRe: Effeciently painting multiple images Pin
Martin#12-Nov-07 19:31
Martin#12-Nov-07 19:31 
AnswerRe: Effeciently painting multiple images Pin
Christian Graus12-Nov-07 19:37
protectorChristian Graus12-Nov-07 19:37 
Questionconverting system date into format '2007-10-25T11:47:10.515625+05:30' Pin
Vishnu Narayan Mishra12-Nov-07 17:40
Vishnu Narayan Mishra12-Nov-07 17:40 
AnswerRe: converting system date into format '2007-10-25T11:47:10.515625+05:30' Pin
Christian Graus12-Nov-07 17:49
protectorChristian Graus12-Nov-07 17:49 
AnswerRe: converting system date into format '2007-10-25T11:47:10.515625+05:30' Pin
Richard Blythe12-Nov-07 17:52
Richard Blythe12-Nov-07 17:52 
AnswerRe: converting system date into format '2007-10-25T11:47:10.515625+05:30' Pin
Adeel Chaudhry12-Nov-07 17:59
Adeel Chaudhry12-Nov-07 17:59 
QuestionHow can I know if I have installed .net framework 2.0 or not by C#? Pin
Real Coder12-Nov-07 17:08
Real Coder12-Nov-07 17:08 
AnswerRe: How can I know if I have installed .net framework 2.0 or not by C#? Pin
Justin Perez12-Nov-07 17:14
Justin Perez12-Nov-07 17:14 
You need to create a precondition in your setup project that checks to see if your version of the .net framework is installed. Your software won't install unless your precondition has been met. You don't need to write any code for this, it is the right way to do what you are talking about. It is a very, very easy and common task.



"If an Indian asked a programming question in the forest, would it still be urgent?" - John Simmons / outlaw programmer

I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")

AnswerRe: How can I know if I have installed .net framework 2.0 or not by C#? Pin
Christian Graus12-Nov-07 19:40
protectorChristian Graus12-Nov-07 19:40 
GeneralRe: How can I know if I have installed .net framework 2.0 or not by C#? Pin
Pete O'Hanlon12-Nov-07 22:33
mvePete O'Hanlon12-Nov-07 22:33 
AnswerRe: How can I know if I have installed .net framework 2.0 or not by C#? Pin
Scott Dorman13-Nov-07 12:38
professionalScott Dorman13-Nov-07 12:38 
QuestionWhy am I getting this compiler error? Pin
JoeRip12-Nov-07 13:31
JoeRip12-Nov-07 13:31 
AnswerRe: Why am I getting this compiler error? Pin
Anthony Mushrow12-Nov-07 14:10
professionalAnthony Mushrow12-Nov-07 14:10 
GeneralRe: Why am I getting this compiler error? Pin
JoeRip12-Nov-07 15:27
JoeRip12-Nov-07 15:27 
GeneralRe: Why am I getting this compiler error? Pin
JoeRip12-Nov-07 15:37
JoeRip12-Nov-07 15:37 
QuestionConvert to string with a [+] or a [-] sign symbol Pin
student_rhr12-Nov-07 13:18
student_rhr12-Nov-07 13:18 
AnswerRe: Convert to string with a [+] or a [-] sign symbol Pin
Anthony Mushrow12-Nov-07 14:16
professionalAnthony Mushrow12-Nov-07 14:16 
AnswerRe: Convert to string with a [+] or a [-] sign symbol Pin
PIEBALDconsult12-Nov-07 14:39
mvePIEBALDconsult12-Nov-07 14:39 
GeneralRe: Convert to string with a [+] or a [-] sign symbol Pin
student_rhr13-Nov-07 4:04
student_rhr13-Nov-07 4:04 
QuestionSet Column Width in Dynamic Table Pin
tantja12-Nov-07 13:12
tantja12-Nov-07 13:12 
AnswerRe: Set Column Width in Dynamic Table Pin
PIEBALDconsult12-Nov-07 15:20
mvePIEBALDconsult12-Nov-07 15:20 
GeneralRe: Set Column Width in Dynamic Table Pin
tantja13-Nov-07 4:43
tantja13-Nov-07 4:43 
QuestionIncorporating applications to another project! Pin
kingletas12-Nov-07 11:35
kingletas12-Nov-07 11:35 
AnswerRe: Incorporating applications to another project! Pin
Michael Sync12-Nov-07 14:53
Michael Sync12-Nov-07 14:53 
GeneralRe: Incorporating applications to another project! Pin
kingletas12-Nov-07 16:47
kingletas12-Nov-07 16:47 

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.