Write a first windows application




Write a first windows application
Write the famous “Hello, World” program:
- To output text to the console.
- To output text to a dialog window.
- To make the dialog appear after selecting a menu item.
Then, if you are still keen:
- Write a program that allows a person to type in text into a text field. Display that text in a dialog window after clicking a button.
- Save the text to a file.
- Write a program to read the file and display its contents in a window.
That should get you started learning the fundamentals of what is happening when writing a Windows application.
Also, read all the links that people recommend you read, in this thread and others.
Old vs. New
Advice for learning .NET, C#, and C++ are great. Those technologies hide a lot of the boring “grunt” work for you. I still feel it is good to have an understanding of what is happening at a lower level for various reasons, including:
- Learning C is applicable to more than Windows-based applications (some would argue .NET and C# are portable, which is true in theory, whereas ANSI C and Java are portable in practice).
- Understanding what is hidden will allow you to avoid technical blunders and diagnose deep technical issues.
At this point, it really depends on your goals. If all you want to do is write a Windows application, then use modern technologies that are better suited to such a task. If you want to write a Windows application with an understanding of how to write applications in general (not necessarily just for Windows), then keep pursuing the C path for now, and branch into other technologies as you expand your knowledge.
Tags :
Write a Windows Application Program
Blog Category
Related Posts

Why StartUp Business Needs A Website ?
Websites work. No matter what your business or profession, A website can generate business and Take
Read More
Best Web Design Company in Coimbatore
Design Services Blazingcoders Offer:- At Blazingcoders, we add creativity and innovation to your
Read More
How to Create the Best Design for Smartphone Users?
All users and Customers should be aware of the technology and its related products like smartphones,
Read More