topten Posted November 10, 2015 Posted November 10, 2015 I have a main gui, which is serving as a screenwidth background. Over that window I create another gui with GDI graphics. I activate the background gui and the gui with gdi graphics dissappears under that "main" gui. When I activate again the gui with gdi graphics - everything freezes. What can be the reason for that?Could it be the reason that I am using _WinAPI_BitBlt on graphics? Or some other reason? Great thanx in advance
spudw2k Posted January 12, 2016 Posted January 12, 2016 I had something similar with a script I've been working on a Windows 7, x64 desktop. If I'm not actively drawing the graphics will get "erased" when a window covers part of the drawing area. I changed my personalization settings and turned on Aero and the issue went away for me. Not sure if that will help your problem.On my Windows 10 machine the issue doesn't seem to occur. Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
InunoTaishou Posted January 12, 2016 Posted January 12, 2016 You'd need to post some code for us to try and figure out what exactly could be the issue.
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