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

C#

 
AnswerRe: How to use HTMLBROWSER to display the body of an email Pin
mark_w_27-Mar-07 23:00
mark_w_27-Mar-07 23:00 
QuestionRemoting Thread Queue Pin
Alper Camel27-Mar-07 22:29
Alper Camel27-Mar-07 22:29 
AnswerRe: Remoting Thread Queue Pin
joon vh.28-Mar-07 3:54
joon vh.28-Mar-07 3:54 
Questionstyle for all application form C#.Net2005 Pin
Rasoul Heidari27-Mar-07 22:16
Rasoul Heidari27-Mar-07 22:16 
QuestionAbout MDI applications Pin
Raheem MA27-Mar-07 22:15
Raheem MA27-Mar-07 22:15 
AnswerRe: About MDI applications Pin
Muammar©27-Mar-07 22:48
Muammar©27-Mar-07 22:48 
AnswerRe: About MDI applications Pin
Pete O'Hanlon27-Mar-07 23:09
mvePete O'Hanlon27-Mar-07 23:09 
AnswerRe: About MDI applications Pin
jack_claudine27-Mar-07 23:39
jack_claudine27-Mar-07 23:39 
you can hide first the login form before you open the main form. Simply by doing this.

[LoginFormName].Hide();
[MainFormName].Show();


Normally, you would want to hide the login form so that the application will not quit. But if the login form is not your startup form you can close the close the login form.

[MainFormName].Show();
[LoginFormName].Close();

Notice that the main from will show first then the login form will close. If you do it the other way, the login form will not be able to call the method '[MainFormName].Show();'

QuestionFlash style for C#.net 2005 Pin
Rasoul Heidari27-Mar-07 22:12
Rasoul Heidari27-Mar-07 22:12 
QuestionDon't open files when loading a project Pin
WillemM27-Mar-07 22:01
WillemM27-Mar-07 22:01 
AnswerRe: Don't open files when loading a project Pin
jack_claudine27-Mar-07 23:44
jack_claudine27-Mar-07 23:44 
QuestionVoice over modem - HOWTO Pin
logicon27-Mar-07 21:58
logicon27-Mar-07 21:58 
QuestionXML writing problem Pin
JacquesDP27-Mar-07 21:53
JacquesDP27-Mar-07 21:53 
AnswerRe: XML writing problem Pin
darkcalin27-Mar-07 22:14
darkcalin27-Mar-07 22:14 
GeneralRe: XML writing problem Pin
JacquesDP27-Mar-07 22:22
JacquesDP27-Mar-07 22:22 
GeneralRe: XML writing problem Pin
JacquesDP27-Mar-07 22:35
JacquesDP27-Mar-07 22:35 
GeneralRe: XML writing problem Pin
darkcalin27-Mar-07 22:41
darkcalin27-Mar-07 22:41 
GeneralRe: XML writing problem Pin
JacquesDP27-Mar-07 22:55
JacquesDP27-Mar-07 22:55 
QuestionWebbrowser.DocumentStream Pin
Piovra_27-Mar-07 21:42
Piovra_27-Mar-07 21:42 
AnswerRe: Webbrowser.DocumentStream Pin
Wallydog14-Sep-10 11:52
Wallydog14-Sep-10 11:52 
QuestionBest practises to work with database Pin
JacquesDP27-Mar-07 21:31
JacquesDP27-Mar-07 21:31 
QuestionMDI application Pin
Raheem MA27-Mar-07 21:28
Raheem MA27-Mar-07 21:28 
AnswerRe: MDI application Pin
jack_claudine27-Mar-07 23:35
jack_claudine27-Mar-07 23:35 
QuestionHow to handle a event in Windows Application Pin
pashitech27-Mar-07 21:07
pashitech27-Mar-07 21:07 
AnswerRe: How to handle a event in Windows Application Pin
Stefan Troschuetz27-Mar-07 21:18
Stefan Troschuetz27-Mar-07 21:18 

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.