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 » Win32: custom WM_XXXXX message processing
Win32: custom WM_XXXXX message processing [message #44678] Tue, 19 May 2015 00:10 Go to next message
Mindtraveller is currently offline  Mindtraveller
Messages: 917
Registered: August 2007
Location: Russia, Moscow rgn.
Experienced Contributor

Hi,

I need to process custom WM_XXXXX message under Win32. What is the optimal way of doing that? Looking into uppsrc/CtrlCore/Win32Proc.cpp didn't give a clue on possibilities without patching U++ itself.
Re: Win32: custom WM_XXXXX message processing [message #44679 is a reply to message #44678] Tue, 19 May 2015 11:45 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Use

virtual LRESULT Ctrl::WindowProc(UINT message, WPARAM wParam, LPARAM lParam);

(Windows host specific)
Previous Topic: Creating a hyperlink label
Next Topic: Resizing popup fails
Goto Forum:
  


Current Time: Thu Mar 28 17:09:05 CET 2024

Total time taken to generate the page: 0.01096 seconds