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 » TopWindow&PopUp, TrayIcon » No title bar and no frame, just Image or Ctrl
Re: No title bar and no frame, just Image or Ctrl [message #12929 is a reply to message #12918] Thu, 29 November 2007 05:54 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
amit wrote on Wed, 28 November 2007 07:33

hi,
the solution was just what i needed but ...

1) how can i move the window (i would be using the client area to move);
2) i there any predefined way to make it possible to move window move using client area?


1. Using SetRect.

2. Predefined no. But not that hard to implement within existing U++ interfaces. I assume you want to use "click&drag": Use SetCapture in LeftDown and perhaps setup some flag in instance (sometimes capture alone will do). Then in MouseMove, use SetRect.

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon14.gif
Read Message
Previous Topic: How to force form to be resizable only in 1 direction
Next Topic: region defined windows or Rounded rectangle windows
Goto Forum:
  


Current Time: Thu May 16 03:29:50 CEST 2024

Total time taken to generate the page: 0.02633 seconds