Lio Posted December 13, 2009 Posted December 13, 2009 Hi all,I hope I post in the right place...This is my project :I need to create an application who recieve externals WM_messages:I have a software (Bome's Midi Translator Pro) that allows me to send WM_messages.Bome's Midi Translator used to send anything other than MIDI messages from a MIDI device.This is the window for WM_messages configuration:I need some help to start my work.How to recieve the messages from Bome's MIDI translator in an AutoIt application and how to complete the WM_messages window in Bome's...Thank you in advance for your help.Lio.
AdmiralAlkex Posted December 13, 2009 Posted December 13, 2009 (edited) Welcome to the forum. Sounds to me like you want GUIRegisterMsg() ? Edited December 13, 2009 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Zedna Posted December 13, 2009 Posted December 13, 2009 Look at RegisterWindowMessage API functionhttp://msdn.microsoft.com/en-us/library/ms644947%28VS.85%29.aspxHere is small description of using it (Handle custom window messages in your VB6 applications)http://articles.techrepublic.com.com/5100-10878_11-1046287.html Resources UDF ResourcesEx UDF AutoIt Forum Search
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now