Hi all,
I am a beginner in Windows Application programming.
The following are the requirements for the application I am building :
- A window with dropdown list box
- Each item in the dropdown list is associated with an ID. Each ID is to identify a procedure text.
- Provision to display corresponding ID & procedure text in the same or new window on selecting an item in the dropdown list box.
- If ID is missing, provision to add ID and procedure text for the item.
- Provision to edit the ID or procedure text for already existing one
I have installed Microsoft Visual Studio 2012. I have knowledge in C and C++.
- Are there any other languages to be learnt as a prerequisite?
- Or is it possible to use C++ dependent framework to develop my application?
- I see different types of application such as win32,MFC,ATL etc in the New Project Wizard. Which application type should I use (or will best fit) for my application?
- What are the basic things to be learnt for that particular application type ?
- What are the things to be learnt for my application?
I went through http://msdn.microsoft.com/en-us/library/60k1461a.aspx which has lot of options for application development. Please guide me with what option of application type I should concentrate and learn. Any online tutorial/links would be helpful.
Thanks,
Karthik