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

C#

 
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 
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 
Look for the static Main method of your application. If you created your project with VS2005 its in a separate class called Program otherwise it's in the first form created. There you find the following line of code (the name of the form class may be another):
Application.Run(new Form1());
If you want another starting form simply change the type of the instance that gets created and then passed to Application.Run.


"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

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 
AnswerRe: Passing values one form to another form Pin
Muammar©27-Mar-07 20:53
Muammar©27-Mar-07 20:53 
GeneralRe: Passing values one form to another form Pin
sujithkumarsl28-Mar-07 2:05
sujithkumarsl28-Mar-07 2:05 
Questioncom object for widows service Pin
justintimberlake27-Mar-07 18:23
justintimberlake27-Mar-07 18:23 
Questionreport viewer Pin
kalyan_241627-Mar-07 17:57
kalyan_241627-Mar-07 17:57 
QuestionConvert Database value to text in DataGridView Pin
Richard Blythe27-Mar-07 17:06
Richard Blythe27-Mar-07 17:06 

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.