When you will be as old then me, then you will know how often people swear and how seldom this is true. Believe me. Never trust swears.:DQuote:
Originally Posted by dahwan
Additional: Why you dont use teh Visual Studio editor. It has an inbuilt Intellisense which keeps Typos to nearly Zero. Also it shows you missing braces and you see errors in code before compiling it as it obviously permanent is precompiling it in the background and showing you lots of info during Typing.
Re Showing Code:
As I told it to you: Simple zip the code only that means nothing in the bin file, only .cs, .resx .sup .sln .csproj files, simple only that docs needed to compile the code ourself Thas accepted in this forum. You can attach this code then in the same way as you attached the pics.
Re your project: I wonder about that mix of a console project and a WindowsApplication project. ( The message you show is in Windows Application Style. Messages in ConsoleApplications are typically on the screen only, just as your other output )
But all this is handled when you simple using the IDE instead of a Xy editor. You will get the correct namespaces you need and all that automatically simple using the IDE and its different types of projects.
And you are learning by doing this way. The IDE and its errorhandling is a teacher itself, believe me.
