Tagged Questions
The window-styles tag has no wiki summary.
0
votes
0answers
8 views
where defined windows constant in JNA package?
i try to use wstyle (window style) for take some information about a window but i cann't find value of some Control Style such as BS_BUTTON on MSDN or jna packages .
where is reference of these ...
0
votes
2answers
239 views
Detect application windows
I use CBT Windows Hook to detect window creation/deletion/min-max/move-size events.
I works well, but I need to filter whose events coming from normal widgets. Practically I need to being notified by ...
0
votes
1answer
553 views
Create custom chrome for a windows form in vb.net using Visual Basic 2008 express
How do you create custom chrome for a windows form in vb.net using Visual Basic 2008 express? I want to basically scrap what they give and start fresh, is there any way to do so easily?
Thanks for ...
0
votes
1answer
441 views
Window styles / Minimal titlebar/borders
I'm looking for some kind of a resource (website) that would list all possible window/dialog frame styles and their respective combinations with images. I'm only really interested in Vista, as my ...
-3
votes
1answer
67 views
what unique style of each GDI? [closed]
i take window style of an handle and try to find type of this but some collection of styles have a same value such as (combo style)
CBS_DROPDOWN | CBS_DROPDOWNLIST | CBS_SIMPLE | WS_VISIBLE | ...