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

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -