-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to check if a window has a certain style using GetWindowLong(hWnd, GWL_STYLE) but that gives me a LONG type of variable. how would you check for a specific style from that?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I created a WPF application in Visual Studio 2010 Express (C#) and added the text below to the Application.Resources in App.xaml. I see the style applied to the window in the designer, but when I run the application, the window background is white.
Running in Windows XP on BootCamp on a MacBook…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Basically, I need a window to look like the following image: http://screenshots.thex9.net/2010-05-31_2132.png
(Is NOT resizeable, yet retains the glass border)
I've managed to get it working with Windows Forms, but I need to be using WPF. To get it working in Windows Forms, I used the following…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have 2 programs (.exe) which I've created in .NET. We'll call them the Master and the Worker. The Master starts 1 or more Workers. The Worker will not be interacted with by the user, but it is a WinForms app that receives commands and runs WinForms components based on the commands it receives…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi!
Can someone please tell me a GUI framework (for Windows. doesn't need to be cross platform) that allows me to specify the design of the UI elements very precisely?
For example, the Windows and UI elements of Adobe products look different than other Windows applications.
I'm looking for a framework…
>>> More