Who will spend little time to Create a guide about
HWND hw = CreateWindowEx( params )
in C/C++
That i want is a guide were you will have examples for all controls (Ritchtb, tb, button, tree, nodes, Listview, contextmenu, toolstrip menu, label... etc)
PS: as i know CreateWindowEx used to create Window-Form, but last days i see-hear that you can create controls using CreateWindowEx with diferent parameters
example
HMENU hm = CreateMenu(); // <-- For Menu
A guys told you can create menu in this way:
HWND hw = CreateWindowEx(x,x,x,x,(HMENU),x,x,x),
i dont know exactly usage and much ppl dont know, will be great an guide for it.