Hi guys!
I will start to code my first simple app/tool using Visual Studio (atm 2008 version installed) and Win32 API, no MFC!
Do you know a good place / tutorial how to start as newbie step by step using Visual Studio and Win32 for creating a first small app/tool (GUI)? I know there are two ways to create GUIs... resource files (like for MenuBar) and just create gadgets (windows) at runtime inside the code without resource files.
Atm i am not really sure what kind is better and has its benefits! I think there are no real differences, isnt it? Just that resource files in an executeable can be modified easy by any resourcehacker.
However, some generall things i would like/try to code in my first app are: MenuBar, ToolBar, Directory ListView, StatusBar, multiply windows and so on... also just some generall GUI objects! If you have any good resource website / tutorial for me, it would be really nice!
Something i need to check/learn when coding C/CPP... from basic coding i did all the code and functions in just one big file! How do i have to split my programm in multiply files? Does it makes more sence to code stuff procedural or to have each part in its own class (OOP)? Where are the benefits, differences and so on?
First i will just try to create/open an empty Win32 window... next with menubar, toolbar and so on ^^



