Click here to Skip to main content
15,902,276 members
Home / Discussions / C#
   

C#

 
Questionwhant to compile pascal document for c# Pin
conemajstor2-Jan-07 11:33
conemajstor2-Jan-07 11:33 
AnswerRe: whant to compile pascal document for c# Pin
Christian Graus2-Jan-07 16:00
protectorChristian Graus2-Jan-07 16:00 
GeneralRe: whant to compile pascal document for c# Pin
Uwe Keim2-Jan-07 20:35
sitebuilderUwe Keim2-Jan-07 20:35 
QuestionHow to assign a new Main Form!?? Pin
ferdna2-Jan-07 11:08
ferdna2-Jan-07 11:08 
AnswerRe: How to assign a new Main Form!?? Pin
Colin Angus Mackay2-Jan-07 11:22
Colin Angus Mackay2-Jan-07 11:22 
GeneralRe: How to assign a new Main Form!?? Pin
ferdna2-Jan-07 11:46
ferdna2-Jan-07 11:46 
GeneralRe: How to assign a new Main Form!?? Pin
Colin Angus Mackay2-Jan-07 12:01
Colin Angus Mackay2-Jan-07 12:01 
GeneralRe: How to assign a new Main Form!?? Pin
ferdna2-Jan-07 12:10
ferdna2-Jan-07 12:10 
this works... but... is the right way to do this!??
or is it a better way to do this!??

        static void Main()<br />
        {<br />
            Application.EnableVisualStyles();<br />
            Application.SetCompatibleTextRenderingDefault(false);<br />
            <br />
            Form1 form1 = new Form1();<br />
            Application.Run(form1);<br />
<br />
            Form2 form2 = new Form2();<br />
            Application.Run(form2);<br />
        }


It Is Not That I'm Different!
... I'm Only Making The Difference!

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 
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 

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.