see topic.... :grin:
cya
cya
(I think that the best answer is in your Win32.hlp)
With an accelerator, you can assign a message to a key, for exemple, if you assign WM_ABOUT to VK_F1, each time you press F1 in your window, you will receive a WM_COMMAND message with WM_ABOUT in lParam
(s)
With an accelerator, you can assign a message to a key, for exemple, if you assign WM_ABOUT to VK_F1, each time you press F1 in your window, you will receive a WM_COMMAND message with WM_ABOUT in lParam
(s)
Posted on 2001-08-20 23:26:21 by eet_1024
thanks, now i understand what an accelerator is.
eet_1024: :grin:
eet_1024: :grin: