Click here to Skip to main content
15,888,968 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to assign a new Main Form!?? Pin
ferdna2-Jan-07 12:10
ferdna2-Jan-07 12:10 
GeneralRe: How to assign a new Main Form!?? Pin
Colin Angus Mackay2-Jan-07 12:14
Colin Angus Mackay2-Jan-07 12:14 
GeneralRe: How to assign a new Main Form!?? Pin
ferdna2-Jan-07 12:24
ferdna2-Jan-07 12:24 
GeneralRe: How to assign a new Main Form!?? Pin
JoeRip2-Jan-07 13:53
JoeRip2-Jan-07 13:53 
GeneralRe: How to assign a new Main Form!?? Pin
ferdna15-Jan-07 10:45
ferdna15-Jan-07 10:45 
AnswerRe: How to assign a new Main Form!?? Pin
ferdna15-Jan-07 10:46
ferdna15-Jan-07 10:46 
QuestionHow to check that the registry key exists Pin
CodeItWell2-Jan-07 11:06
CodeItWell2-Jan-07 11:06 
AnswerRe: How to check that the registry key exists Pin
Stefan Troschuetz2-Jan-07 11:26
Stefan Troschuetz2-Jan-07 11:26 
If the key doesn't exist the OpenSubKey method will return null. So assign the return value to a local variable, test whether it is a null reference and in case it's not call the CreateSubKey method on the local variable.


"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

QuestionWorkFlow Pin
shabonaa2-Jan-07 10:57
shabonaa2-Jan-07 10:57 
AnswerRe: WorkFlow Pin
Judah Gabriel Himango2-Jan-07 11:48
sponsorJudah Gabriel Himango2-Jan-07 11:48 
AnswerMy Experiences while porting a larger Application from C++ to C# Pin
Uwe Keim2-Jan-07 10:06
sitebuilderUwe Keim2-Jan-07 10:06 
QuestionHow to retain data in sql server Pin
ronaldanthony2-Jan-07 8:18
ronaldanthony2-Jan-07 8:18 
AnswerRe: How to retain data in sql server Pin
Pete O'Hanlon2-Jan-07 9:56
mvePete O'Hanlon2-Jan-07 9:56 
GeneralRe: How to retain data in sql server Pin
ronaldanthony2-Jan-07 20:30
ronaldanthony2-Jan-07 20:30 
Questiongeneric assembly for design patterns? Pin
rahulmballal2-Jan-07 8:04
rahulmballal2-Jan-07 8:04 
AnswerRe: generic assembly for design patterns? Pin
Uwe Keim2-Jan-07 9:08
sitebuilderUwe Keim2-Jan-07 9:08 
GeneralRe: generic assembly for design patterns? Pin
rahulmballal2-Jan-07 10:37
rahulmballal2-Jan-07 10:37 
Questionhow to search a specified string into another string? Pin
hdv2122-Jan-07 7:28
hdv2122-Jan-07 7:28 
AnswerRe: how to search a specified string into another string? Pin
Ravi Bhavnani2-Jan-07 7:40
professionalRavi Bhavnani2-Jan-07 7:40 
AnswerRe: how to search a specified string into another string? Pin
Judah Gabriel Himango2-Jan-07 7:40
sponsorJudah Gabriel Himango2-Jan-07 7:40 
QuestionC++ to C# question Pin
Vodstok2-Jan-07 7:15
Vodstok2-Jan-07 7:15 
AnswerRe: C++ to C# question Pin
Judah Gabriel Himango2-Jan-07 7:40
sponsorJudah Gabriel Himango2-Jan-07 7:40 
GeneralRe: C++ to C# question Pin
Vodstok2-Jan-07 8:04
Vodstok2-Jan-07 8:04 
AnswerRe: C++ to C# question Pin
Uwe Keim2-Jan-07 10:07
sitebuilderUwe Keim2-Jan-07 10:07 
GeneralRe: C++ to C# question Pin
Vodstok2-Jan-07 10:52
Vodstok2-Jan-07 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.