Click here to Skip to main content
15,912,400 members
Home / Discussions / C#
   

C#

 
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 PinPopular
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 
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()'

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 
AnswerRe: How to handle a event in Windows Application Pin
Duong Tien Nam28-Mar-07 0:33
Duong Tien Nam28-Mar-07 0:33 
Questionc# forms Pin
mar_tech27-Mar-07 21:06
mar_tech27-Mar-07 21:06 
AnswerRe: c# forms Pin
Stefan Troschuetz27-Mar-07 21:14
Stefan Troschuetz27-Mar-07 21:14 
GeneralRe: c# forms Pin
sujithkumarsl28-Mar-07 2:03
sujithkumarsl28-Mar-07 2:03 
GeneralRe: c# forms Pin
Stefan Troschuetz28-Mar-07 2:14
Stefan Troschuetz28-Mar-07 2:14 
QuestionCrystal reports problem with C# Pin
Arshad.Hammad27-Mar-07 20:35
Arshad.Hammad27-Mar-07 20:35 
QuestionRe: Crystal reports problem with C# Pin
Muhammad Qasim Pasta28-Mar-07 21:46
Muhammad Qasim Pasta28-Mar-07 21:46 
QuestionASP.net C# client machine access Pin
Niladri Dm27-Mar-07 20:28
Niladri Dm27-Mar-07 20:28 
Questionclick event of axShockwaveFlash Pin
Test27030727-Mar-07 20:10
Test27030727-Mar-07 20:10 
AnswerRe: click event of axShockwaveFlash Pin
lnwsad4-Jan-11 8:55
lnwsad4-Jan-11 8:55 
QuestionHow to communicate between two process Pin
Sanjib Raj27-Mar-07 19:58
Sanjib Raj27-Mar-07 19:58 
AnswerRe: How to communicate between two process Pin
Nader Elshehabi27-Mar-07 23:11
Nader Elshehabi27-Mar-07 23:11 
QuestionPassing values one form to another form Pin
Test27030727-Mar-07 18:32
Test27030727-Mar-07 18:32 
AnswerRe: Passing values one form to another form Pin
Martin#27-Mar-07 19:20
Martin#27-Mar-07 19:20 
AnswerRe: Passing values one form to another form Pin
AB777127-Mar-07 20:05
AB777127-Mar-07 20:05 

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.