makogen Posted March 13, 2009 Posted March 13, 2009 Hi, I'm curious, is there a way to create user defined events? I'm new to the GuiOnEventMode option and would like to know how to utilize this mode more effectively. Thanks
Authenticity Posted March 13, 2009 Posted March 13, 2009 I don't see, yet, any reason to do that unless it's sort of inter-process communication. If it's so, you can define a message using the API function RegisterWindowMessage within both processes with the same message string and use GUIRegisterMsg to handle this user event, if applicable.
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