Hello,
1) MSDN states that a modal dialog needs to be destroyed to leave the message pump.
Is this so or is there an alternative to get a modal to modeless dialog?
2) I use a ddt dialog with a menu, the help does not say anything about the CTRL+key part.
I fixed that part.
The dialog does not react on the CTRL+.. keys.
Is it necessary to use additional code or resources? (Accelerators)
I solved it by trapping the WM_KEYUP etc...
It's not the way to do that.
3) MSDN says that menus are aut. breaked when to much items to show.
In my DDT dialog all the menus go out of sight.
How come?
???
------------------
[email protected]
1) MSDN states that a modal dialog needs to be destroyed to leave the message pump.
Is this so or is there an alternative to get a modal to modeless dialog?
2) I use a ddt dialog with a menu, the help does not say anything about the CTRL+key part.
I fixed that part.
The dialog does not react on the CTRL+.. keys.
Is it necessary to use additional code or resources? (Accelerators)
I solved it by trapping the WM_KEYUP etc...
It's not the way to do that.
3) MSDN says that menus are aut. breaked when to much items to show.
In my DDT dialog all the menus go out of sight.
How come?
???
------------------
[email protected]
Comment