is there anyway i can learn c# in an instant i'm just a beginner here, you know.do you guys have c# tips 101 or something i wan't to build some windows form application for our job. thanks, best regards...
I guess your reffering to the instance where your console just pops out after your program executes. If you want to see your output before the console closes then you would have to put a readline(Console.ReadLine()) statement at the end of your program. But if you want to execute it in the console, then you'll have to manually execute your .exe (w/c is located in yourprojectdir/Bin/Debug) in a command window...
Sorry, I haven't had time to do any blogging yet. And I don't have access to any secret Express IDE manuals
I do know a thing or two about what's included/what's missing/how to change settings in the different IDEs since I've made a few modifications for the Visual Basic Express IDE, so if you have any further questions, please fire away.
Using C# Express!
Quoyle
hunny
I guess your reffering to the instance where your console just pops out after your program executes. If you want to see your output before the console closes then you would have to put a readline(Console.ReadLine()) statement at the end of your program. But if you want to execute it in the console, then you'll have to manually execute your .exe (w/c is located in yourprojectdir/Bin/Debug) in a command window...
cheers,
Paul June A. Domag
James_Peters
Jonathan Allen
Best regards,
Johan Stenberg
Mike Russo
I do know a thing or two about what's included/what's missing/how to change settings in the different IDEs since I've made a few modifications for the Visual Basic Express IDE, so if you have any further questions, please fire away.
Best regards,
Johan Stenberg
RaghuramKr
CougarDave
Thansk, it is I want to make!
Do you blog , or manuals , about Express IDE's ..
I'm now testing C# Express 2005..
my mail es: supersergioman@hotmail.com.
Thanks.
tec-goblin
is there some option in C# Express to make it is executed as executable and not in "Quick Console"