strate Posted January 13, 2005 Posted January 13, 2005 I've created a GUI that we will use at work and I want it to create a log of what the user has clicked on, so that by looking at the log you could see everything the user has done with in the GUI. I want to use GUIGetCursorInfo() and $GUI_EVENT_PRIMARYDOWN, but array[4] returns the control ID; is their a method so that it would place the control name and control text into the log instead? Or is their a way that I can derive that from the control ID but can't figure out how to do it? Any help would be greatly appreciated. Thank you INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station...
Helge Posted January 13, 2005 Posted January 13, 2005 Try to use GUICtrlRead(array[4]) to get the control-text..
strate Posted January 13, 2005 Author Posted January 13, 2005 Which version is that in? INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station...
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