Top "Window" questions

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

Popup window in winform c#

I'm working on a project where I need a popup window. But the thing is I also want to be …

c# winforms popup window
Javascript window.open pass values using POST

I have a javascript function that uses window.open to call another page and returning the result. Here is the …

javascript post get window
js window.open then print()

print() doesn't work in IE after opening a new window. It works in Chrome. Here's a tester: <html> &…

javascript html printing window
How to recover closed output window in netbeans?

It often happens to me that I want to clear the current output window by using the context menu, but …

netbeans window output recover
How to create a WPF Window without a border that can be resized via a grip only?

If you set ResizeMode="CanResizeWithGrip" on a WPF Window then a resize grip is shown in the lower right corner, …

.net wpf window controltemplate resizegrip
jQuery window scroll event does not fire up

I'm trying to implement a simple "stay inside the viewport" behaviour to a div via jquery. For that i need …

jquery window scroll
window.close() doesn't work - Scripts may close only the windows that were opened by it

I'm having a problem always when I'm trying to close a window through the window.close() method of the Javascript, …

javascript window keyboard-shortcuts shortcut
Cancel split window in Vim

I have split my windows horizontally. Now how can I return to normal mode, i.e. no split window just …

vim split window
How to change the Title of the window in Qt?

How to change the title of the window in Qt? (Both for QDialog and QMainWindow.)

c++ qt window title
Disabling enter key for form

I have been trying to disable the Enter key on my form. The code that I have is shown below. …

javascript html window