Top "Window" questions

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

Creating a javascript alert with php that has a php variable inside?

I'm making a form that is supposed to create a javascript alert when some fields aren't filled out or filled …

javascript php variables window alert
Difference between screen.availHeight and window.height()

I am executing the following Javascript on my browser (Firefox). console.debug("Screen height = "+ screen.availHeight); //outputs 770 console.debug("Window …

javascript jquery window document
How to create custom window chrome in wpf?

How can I create a basic custom window chrome for a WPF window, that doesn't include the close button and …

wpf xaml window
What is the correct way to dispose of a WPF window?

I have a WPF window which I am creating from another window by calling Show(), then letting it Close() itself. …

wpf window
Windows GUI: WPF or WinRT (2015+)

I am trying to get an overview of the different technologies, to use when building GUI's in the Windows World. …

c# wpf user-interface windows-runtime window
Hidden window using javascript

Just wanted to know if it is possible to create a hidden window using javascript?

javascript window hidden
Code to check when page has finished loading

How can I check whether the page has finished loading? When it has, how can I execute a method already …

c# asp.net window pageload
How to set the location of WPF window to the bottom right corner of desktop?

I want to show my window on top of the TaskBar's clock when the windows starts. How can I find …

wpf window location
automatically detect web browser window width change?

i know that you with $(window).width() can get the size of the web browser. i want to detect when …

javascript jquery browser window detect
How do I know if a WPF window is opened

In a WPF window, how do I know if it is opened? My goal to open only 1 instance of the …

c# wpf window