jvetter713 Posted August 6, 2006 Posted August 6, 2006 How can I highlight a control on an external app? I cant seem to find any method to do it. Is it a matter of having to manually paint it on?
Administrators Jon Posted August 7, 2006 Administrators Posted August 7, 2006 How can I highlight a control on an external app?I cant seem to find any method to do it. Is it a matter of having to manually paint it on?It's just done with the standard Windows API drawing functions like "Rectange" and "CreatePen" and so on. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
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