Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Widgets - General questions or Mixed problems » Problem with DHCTRL on Windows
Re: Problem with DHCTRL on Windows [message #50305 is a reply to message #50304] Sat, 15 September 2018 15:34 Go to previous messageGo to previous message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Weird... if I change the WindowProc like this :

LRESULT DHCtrl::WindowProc(UINT message, WPARAM wParam, LPARAM lParam)
{
	DEBUG_INFO("WindowProc:" << message);
-->	if(message == WM_ERASEBKGND)
-->		return true;
	GuiLock __;
	return DefWindowProc(hwnd, message, wParam, lParam);
}


The problem disappears. Don't know why, but that's a solution at least.
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: problem with IEBrowser from Control4U
Next Topic: Images not showing and callback not taking lambda
Goto Forum:
  


Current Time: Wed Jun 12 12:41:14 CEST 2024

Total time taken to generate the page: 0.01608 seconds