c - Can you perform dialog navigation on a child window? -


can perform dialog navigation isdialogmessage() on window contains child controls, , window child of tab control, , tab control child of top level window?

normally use isdialogmessage() top-level dialog, , long child dialogs have ws_ex_controlparent extended window style set dialog manager recurse them automatically.

also it's recommended child dialogs overlapping siblings of tab controls rather children of them (see e.g. raymond chen's comment on this question).


Comments

Popular posts from this blog

python - argument must be rect style object - Pygame -

webrtc - Which ICE candidate am I using and why? -

c# - Better 64-bit byte array hash -