Top "Window" questions

In computer science a window is a graphical interface to let a user interact with a program.

How to get the resolution of a monitor in Pygame?

I'm just wondering if it is possible for me to get the resolution of a monitor in Pygame and then …

python window pygame resolution dimensions
jQuery: receive document ready() on child window

I'm trying to get notified when the child window I'm opening has its document loaded and ready. This doesn't seem …

jquery dom window ready
Preserve positioning of HTML page when window minimized

I have a problem with my page. Whenever I minimize the window the positioning of all the elements goes off …

html css window position minimized
WPF : Maximize window with WindowState Problem (application will hide windows taskbar)

I have set my main window state to "Maximized" but the problem is my application will fill the whole screen …

wpf window windowstate
Set NSWindow Size programmatically

How can I set the window size programmatically? I have a window in IB and I want to set the …

objective-c macos window size nswindow
How to make Gtk+ window background transparent?

I'd like to make the background of a Gtk+ window transparent so that only the widgets in the window are …

c background window gtk transparent
Loading a WPF Window without showing it

I create a global hot key to show a window by PInvoking RegisterHotKey(). But to do this I need that …

wpf window hwnd
How to dock a windows form in C#?

I just would like to know if it is possible to dock a windows form on top of the user …

c# winforms window dock form-control
Automatically Maximize Window Using Netbeans

I have been trying to get the window to automatically maximize using Netbeans. I've probably looked through 4 or 5 pages of …

java netbeans window maximize maximize-window
How to create new PyQt4 windows from an existing window?

I've been trying to call a new window from an existing one using python3 and Qt4. I've created two windows …

python window pyqt qt-designer pyuic