Well in my quest to learn Win32, i am going to expand in the realm of dialogs.
I was hoping someone had some good dialog resources, showing many examples.
MSDN helps to an extent, but when i dont know exactly what to do MSDN is mostly just confusing. I'v got a decent grasp of win32, and the standard windows, now i am desiring to learn about Dialog more extensivly and widely then i can find.
Examples i would be looking for are such as:
1.) Creating a Dialog as the main window,
2.) Creating multiple dialogs for multiple options, similar to Winamps multiple windows,
And many examples of Styles and other stuff along that line.
Thanks to any replies! In regards to #1, i was able to do it but aparently i am missing some main system closer because when i close it, windows (or more specifically dev c++, so i assume windows saw it, i forgot to look) see's it as still running. Even though i closed the dialog aparently i never sent a main windows closing procedure message?
Anyway, thanks!



LinkBack URL
About LinkBacks
) see's it as still running. Even though i closed the dialog aparently i never sent a main windows closing procedure message?


