Maybe a fix for the problem with focus in the windows?
For ex: window message, if the program doesn't have the focus, they don't accept the message.
You first need to do focus on it to later send the message again and then works.
Can you fix this? ^^
A sugestion too...
"Window Message"
Maybe a combo at the Message field?
Combo: WM_HOTKEY, WM_SETFOCUS, WM_COMMAND, etc... (MSDN can provides this list)
And the "old textbox field for advanced users or something else.
Later, maybe a combo for the the long and word (much work, i agree, later later ;P)
For ex: WM_COMMAND
Long = 0 -> Menu
Long = 1 -> Accelerator
Long = 2 -> Control
WM_COMMAND Notification ()
Anyway, think in the first ideia, a combobox for all type of messages, will help a lot.
[]'s
For ex: window message, if the program doesn't have the focus, they don't accept the message.
You first need to do focus on it to later send the message again and then works.
Can you fix this? ^^
A sugestion too...
"Window Message"
Maybe a combo at the Message field?
Combo: WM_HOTKEY, WM_SETFOCUS, WM_COMMAND, etc... (MSDN can provides this list)
And the "old textbox field for advanced users or something else.
Later, maybe a combo for the the long and word (much work, i agree, later later ;P)
For ex: WM_COMMAND
Long = 0 -> Menu
Long = 1 -> Accelerator
Long = 2 -> Control
WM_COMMAND Notification ()
Anyway, think in the first ideia, a combobox for all type of messages, will help a lot.
[]'s