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

C#

 
GeneralRe: Best Practices: Checking For Null Objects After Initializing Pin
Md. Marufuzzaman21-May-10 4:53
professionalMd. Marufuzzaman21-May-10 4:53 
GeneralRe: Best Practices: Checking For Null Objects After Initializing Pin
Md. Marufuzzaman21-May-10 4:55
professionalMd. Marufuzzaman21-May-10 4:55 
AnswerRe: Best Practices: Checking For Null Objects After Initializing Pin
Covean21-May-10 3:51
Covean21-May-10 3:51 
GeneralRe: Best Practices: Checking For Null Objects After Initializing Pin
Wainwrightwt21-May-10 4:16
Wainwrightwt21-May-10 4:16 
GeneralRe: Best Practices: Checking For Null Objects After Initializing Pin
Covean21-May-10 4:27
Covean21-May-10 4:27 
GeneralRe: Best Practices: Checking For Null Objects After Initializing Pin
Luc Pattyn21-May-10 4:42
sitebuilderLuc Pattyn21-May-10 4:42 
GeneralRe: Best Practices: Checking For Null Objects After Initializing Pin
Wainwrightwt21-May-10 5:22
Wainwrightwt21-May-10 5:22 
QuestionMultiple forms in C# Pin
Etienne_12321-May-10 2:26
Etienne_12321-May-10 2:26 
Hi
I've got a pretty basic question. I've got an application that loads up one main form where users can login using face recognition. I want to include a button called "Alternate login". If the user clicks this button, another form should load providing an alternate means of logging in. But the other form should close though, and this new form must load in its place, with the same size etc. In essence, it shouldn't look like a new form is opened at all, it should simply look like only the controls on the form change.
Is there an efficient way to do this without actually hiding and showing controls? Another example would be a wizard interface, where the user clicks next the whole time and then the form stays the same, only the controls change.
AnswerRe: Multiple forms in C# Pin
#realJSOP21-May-10 2:30
professional#realJSOP21-May-10 2:30 
AnswerRe: Multiple forms in C# Pin
Luc Pattyn21-May-10 3:45
sitebuilderLuc Pattyn21-May-10 3:45 
AnswerRe: Multiple forms in C# Pin
PIEBALDconsult21-May-10 4:33
mvePIEBALDconsult21-May-10 4:33 
GeneralRe: Multiple forms in C# Pin
Luc Pattyn21-May-10 4:44
sitebuilderLuc Pattyn21-May-10 4:44 
AnswerRe: Multiple forms in C# Pin
Henry Minute21-May-10 6:16
Henry Minute21-May-10 6:16 
AnswerRe: Multiple forms in C# Pin
William Winner21-May-10 7:44
William Winner21-May-10 7:44 
Questionstring.format Pin
tek 200921-May-10 1:21
tek 200921-May-10 1:21 
AnswerRe: string.format Pin
J4amieC21-May-10 1:27
J4amieC21-May-10 1:27 
GeneralRe: string.format Pin
tek 200921-May-10 1:47
tek 200921-May-10 1:47 
GeneralRe: string.format Pin
The Man from U.N.C.L.E.21-May-10 2:16
The Man from U.N.C.L.E.21-May-10 2:16 
AnswerRe: string.format Pin
#realJSOP21-May-10 2:00
professional#realJSOP21-May-10 2:00 
AnswerRe: string.format Pin
#realJSOP21-May-10 2:03
professional#realJSOP21-May-10 2:03 
AnswerRe: string.format Pin
PIEBALDconsult21-May-10 3:37
mvePIEBALDconsult21-May-10 3:37 
AnswerRe: string.format Pin
Luc Pattyn21-May-10 3:51
sitebuilderLuc Pattyn21-May-10 3:51 
GeneralRe: string.format Pin
Thomas Krojer21-May-10 4:03
Thomas Krojer21-May-10 4:03 
GeneralRe: string.format Pin
Luc Pattyn21-May-10 4:08
sitebuilderLuc Pattyn21-May-10 4:08 
GeneralRe: string.format Pin
tek 200921-May-10 4:12
tek 200921-May-10 4:12 

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.