Click here to Skip to main content
16,006,013 members
Home / Discussions / C#
   

C#

 
GeneralRe: about arraylist Pin
DavidNohejl18-Dec-06 1:16
DavidNohejl18-Dec-06 1:16 
GeneralRe: about arraylist Pin
J4amieC18-Dec-06 1:18
J4amieC18-Dec-06 1:18 
GeneralRe: about arraylist Pin
DavidNohejl18-Dec-06 1:50
DavidNohejl18-Dec-06 1:50 
QuestionExtracting/Compressing .grf file Pin
AesopTurtle17-Dec-06 8:09
AesopTurtle17-Dec-06 8:09 
QuestionWhen to choose Windows Application or Console Application Pin
ComCoderCsharp17-Dec-06 7:33
ComCoderCsharp17-Dec-06 7:33 
AnswerRe: When to choose Windows Application or Console Application Pin
Nader Elshehabi17-Dec-06 8:38
Nader Elshehabi17-Dec-06 8:38 
AnswerRe: When to choose Windows Application or Console Application Pin
Ed.Poore17-Dec-06 8:39
Ed.Poore17-Dec-06 8:39 
AnswerRe: When to choose Windows Application or Console Application Pin
Daniel Grunwald17-Dec-06 10:03
Daniel Grunwald17-Dec-06 10:03 
A Console Application shows the console window while a Windows Application does not.

Both a Console Application and a Windows Application can open forms - so you could always use a console application and output logging information on the console (if you don't like Debug.WriteLine). Unlike forms, the console window content will be visible even if your application is not responding.
For the release builds, you could then just switch to a Windows Application.



Generalthanks a lot Pin
ComCoderCsharp17-Dec-06 13:26
ComCoderCsharp17-Dec-06 13:26 
QuestionFormClosingEvent Pin
h@s@n17-Dec-06 6:18
h@s@n17-Dec-06 6:18 
AnswerRe: FormClosingEvent Pin
Stefan Troschuetz17-Dec-06 6:26
Stefan Troschuetz17-Dec-06 6:26 
GeneralRe: FormClosingEvent Pin
h@s@n17-Dec-06 6:38
h@s@n17-Dec-06 6:38 
GeneralRe: FormClosingEvent Pin
Luc Pattyn17-Dec-06 6:51
sitebuilderLuc Pattyn17-Dec-06 6:51 
GeneralRe: FormClosingEvent Pin
h@s@n17-Dec-06 6:57
h@s@n17-Dec-06 6:57 
GeneralRe: FormClosingEvent Pin
Luis Alonso Ramos17-Dec-06 16:35
Luis Alonso Ramos17-Dec-06 16:35 
AnswerRe: FormClosingEvent Pin
qingfengliuyue22-Apr-09 21:32
qingfengliuyue22-Apr-09 21:32 
QuestionFinding TreeNodes using Modeless dialog Pin
h@s@n17-Dec-06 6:09
h@s@n17-Dec-06 6:09 
AnswerRe: Finding TreeNodes using Modeless dialog Pin
Nader Elshehabi17-Dec-06 8:43
Nader Elshehabi17-Dec-06 8:43 
Questionmultilingual support Pin
Marc Soleda17-Dec-06 5:58
Marc Soleda17-Dec-06 5:58 
AnswerRe: multilingual support Pin
Nader Elshehabi17-Dec-06 8:46
Nader Elshehabi17-Dec-06 8:46 
AnswerRe: multilingual support Pin
Alper Camel17-Dec-06 8:51
Alper Camel17-Dec-06 8:51 
AnswerRe: multilingual support Pin
subrata.jana17-Dec-06 17:58
subrata.jana17-Dec-06 17:58 
QuestionGeneric parameter to string Pin
Schokoolero17-Dec-06 4:43
Schokoolero17-Dec-06 4:43 
AnswerRe: Generic parameter to string Pin
Ed.Poore17-Dec-06 8:41
Ed.Poore17-Dec-06 8:41 
GeneralRe: Generic parameter to string Pin
Schokoolero17-Dec-06 23:22
Schokoolero17-Dec-06 23:22 

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.