MMOMinion

Full Version: Api for key send
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a api for sending keys to the window
Something in the style like
PostMessage(edit, WM_KEYDOWN, (IntPtr)(Keys.NumPad0), IntPtr.Zero);
This would make a lot of things possible and easy to do
Thx
i know there is away to do text commands but nothing like this i dont think.
Well its a no brainer to implement. uses the win32.dll and with that you can basically create your own tasks. Which are not supported usually. E.g. Leve quests. Or dialogs which are not yet implemented. Selecting Crafting recepies. and and and Cutesmile
It's on the to-do list.
Thank you