Top "Window" questions

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

How to Add a Scrollbar to Window in C#

I have created a window as follows: Window myWindow = new Window(); How can I add a Vertical Scroll Bar to …

c# wpf window vertical-scrolling
How to recursively remove all empty folders in PowerShell?

I need to recursively remove all empty folders for a specific folder in PowerShell (checking folder and sub-folder at any …

powershell window windows-8.1
jQuery add and remove $(window).scroll(function()?

How can I remove and then add the $(window).scroll? I need to store a variable and reuse it after …

jquery window scrolltop
Custom title with image

i'm creating custom title for activity by disabling standard one and managing everything myself. I wonder if it's possible to …

android window titlebar
Batch command to delete all subfolders with a specific name

I have a directory as such: D:\Movies D:\Movies\MovieTitle1\backdrops\ D:\Movies\MovieTitle2\backdrops\ D:\Movies\MovieTitle3\backdrops\ …

batch-file window xbmc
How to clear the entire console window?

I am making a console window RPG, yet I'm having problems clearing the entire console window. Is there a way …

c# console window
.NET / Windows Forms: remember windows size and location

I have a Windows Forms application with a normal window. Now when I close the application and restart it, I …

c# .net winforms window
window.open() on a multi-monitor/dual-monitor system - where does window pop up?

When using javascript window.open() on a multi-monitor system, how do you control which monitor, or where in the display …

javascript popup window window.open multiple-monitors
Refer to active Window in WPF?

How can I refer to active Window of WPF application in C#, using something like ActiveForm property in WinForms?

c# wpf window
window.onload does not work in AngularJS

This code in a simple HTML file works: <script> function load() { alert("load event detected!"); } window.onload = load; &…

window angularjs onload