Glass bordered Nonresizable window without title bar?
-
I'm trying to create a window with a border like the Intelli-sense one has under Vista/7 Example image It has a glass border, no title bar and it IS NOT re-sizable I've been trying all day to emulate this border style, even by copying the style Spy++ says it uses to no avail. (I even tried modifying
CreateParams
to use the parameters the window does- no luck) How can I implement this kind of Window? -
I'm trying to create a window with a border like the Intelli-sense one has under Vista/7 Example image It has a glass border, no title bar and it IS NOT re-sizable I've been trying all day to emulate this border style, even by copying the style Spy++ says it uses to no avail. (I even tried modifying
CreateParams
to use the parameters the window does- no luck) How can I implement this kind of Window?This kind of window is custom painted. Even the borders Edit: Aero Glass Borders on popup Windows[^]
modified on Saturday, December 19, 2009 4:23 PM