Top "Window" questions

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

window.onerror not working in chrome

I am trying to add an onerror event to my website. window.onerror = function() { alert("an error"); } But all I …

google-chrome window onerror
window.onload vs document.ready jQuery

I have a site with two columns. I want to have equal height on both using jQuery. I'm trying to …

jquery window document onload ready
c# Get process window titles

proc.MainWindowTitle.Contains("e") How does one get the window titles of all the current windows containing "e" open instead …

c# arrays window mainwindow
How can I create a new window from within QML?

Is there a way to create a completely new window instance, as a child window of the main QML window …

window qml qobject
Foreground Vs Active window

In Windows, what is the difference between foreground and active window? To be specific, under what circumstances can a foreground …

winapi window foreground
jQuery - Detect if element height is bigger than window height and do something about it

The tittle really says it all. Basically i want to detect if this div's height is bigger than window height …

jquery window height element detect
WinAPI: Create a window with a specified client area size

I was wondering how can I create a window using Win32 API with a specific client area size. When trying …

c++ winapi window createwindowex
Cant drag and move a WPF Form

I design a WPF form with Window Style=None. So I Cannot see the drag bar in the form. How …

wpf window drag
Dragging custom window title bar from top when maximized does not work

I have a custom title bar and with the window style set to none. On the click of the title …

c# wpf window customization titlebar
GLFW - Failed To Open A Window

As my hunt for a cross-platform framework/library went in progress, GLFW was mentioned many times. So, I decided to …

opengl window glfw