Hi here is an example for u to begin.
Stop being so selfish, that's why we got an autoit forum to help others... not being rude,
nobody will ask if the solution is to search in google.
Searching in google is not always the best option.
You can compile as usual and create a gui if u want too (need to be compiled to get the console view)
Stop being so selfish, that's why we got an autoit forum to help others... not being rude,
You know that this is a question where you can find the answer within the first minute of googling right? If everyone would state a question here without googling first we would drown in threads.
[C#] Console-Application crasht bei SetConsoleCtrlHandler und Console.ReadLine() 05/11/2015 - .NET Languages - 4 Replies Servus!
Ich habe derzeit ein komisches Problem:
Ich schreibe eine Konsolenanwendung und möchte, bevor die Konsole geschlossen wird, den Speicher aufräumen (manuelles GC).
private delegate bool ConsoleEventDelegate(int eventType);
private static extern bool SetConsoleCtrlHandler(ConsoleEventDelegate callback, bool add);
[Coding] C# Application Project vs. C# Console Project Threading 07/01/2011 - .NET Languages - 0 Replies Hey, so I'm coding a private server... and I was just wondering:
Is there a difference between Console Project threading and Application threading? I'm going to add a GUI into the console project if I can't do an Application project for other reasons, so putting the extra thread aside (for the Application running), is there a significant difference?
Thanks.
Sincerely,
Fang