Discussion: TrueTransparency v1.3
Afficher un message
#26
Vieux 15/01/2010, 03h38
fire_rabbit
-
Basic
Date d'inscription : janvier 2010
Messages : 19
fire_rabbit est déconnecté
Hi,
I'm a C++ coder and i want to know whether the TT would be updated some day since the releasing of the windows 7.
I may suggest you something about the TT' developing: One is about the moving of a window. The TT seems using MoveWindow or SetWindowPos to move the 'cliented'-main window when user drag the title of the window by mouse. however it shows asynchronized moving. I suggest you to use BeginDeferWindowPos-DeferWindowPos-EndDeferWindowPos instead of other APIs to moving glass-rectangle and its clipped main window. Although it may let you write more code in there. But, because the glass-rectangle must be moved by DeferWindowPos not by system directly in this method, the mouse-click-and-drag must also be emulated by loging the mouse-clicked coordinate => set mouse capture => move => release capture when a WM_RBUTTONUP was recieved.
The other is ... All right, i forgot now, i will tell you later if i remembered.

Haut de page