HiNoTora Posted April 11, 2014 Posted April 11, 2014 Hi guys, I have made GUI what shows info from IE.Now there is on part of Gui i need to hide, so i thought is it possible to use something transparent to layer a part of my GUI? For example, i have coordinates of IE window $oIE1, 0, 1, 1000, 790 what i would like to layer with plain white image with has transparent so info would be still visible, but not reachable with right mouse click. Since i try to make money with my program, i must hide my Webpage source
iamtheky Posted April 11, 2014 Posted April 11, 2014 Doing it by coordinates would be incorrect, since i have 3 monitors if i pop your GUI on the far left those coordinates do not exist. What exactly are you trying to prevent by blocking right mouse clicks? Maybe you can build a dummy control, color it transparent, and then disable it? Search GUICtrlCreateDummy. ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__)
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