I'm creating my first MP plugin and have a few questions. Please note, i'm new at c# programming, so go easy on me .
I've got alot of the backend stuff programed, now i'm working on the GUI within MP. First how do i capture an on focus event? I need to update some text based on what is focused.
Also I've got the main screen down, when a user clicks on a button i want to take them to a different screen, how do i do this? I can get the button click, just dont know what to do after that. Currently (just for testing), i'm setting all of the controls to nonvisible and enabling the ones i want visible. The problem with that is if the user hits esc it takes them out of my plugin completely.
Thanks in advance
I've got alot of the backend stuff programed, now i'm working on the GUI within MP. First how do i capture an on focus event? I need to update some text based on what is focused.
Also I've got the main screen down, when a user clicks on a button i want to take them to a different screen, how do i do this? I can get the button click, just dont know what to do after that. Currently (just for testing), i'm setting all of the controls to nonvisible and enabling the ones i want visible. The problem with that is if the user hits esc it takes them out of my plugin completely.
Thanks in advance