Top "Window" questions

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

How to get two windows with different plots

When we have a window with plots, is there a way to tell R to display a new plot in …

r window plot
Return Window handle by it's name / title

I can't solve this problem. I get an error: The name 'hWnd' does not exist in the current context It …

c# window title handle
How to get and set the window position of another application in C#

How can I get and set the position of another application using C#? For example, I would like to get …

c# window window-position
Setting window size on desktop for a Windows 10 UWP app

I've just started learning UWP app development on Windows 10 Pro using Visual Studio 2015 Community Edition. I tried to modify the …

c# window win-universal-app windows-10 uwp
JavaScript, browsers, window close - send an AJAX request or run a script on window closing

I'm trying to find out when a user left a specified page. There is no problem finding out when he …

javascript browser window dom-events
C# - How can I rename a process window that I started?

Is there any way I can rename the window titlebar of an application that I've launched? I.e. if I …

c# process window titlebar
How to add buttons to a main window in Qt?

I'm new to qt programming so please don't mind if you find it a noob question. I've added a button …

qt window mainwindow
How to get window's position?

I'd like to know the way of getting process'es window position. I've been looking for that on the internet but …

c# process window position intptr
Get locale specific directory in My documents

I have my custom application that generates a directory in My documents path, after installation the application uses that directory, …

c# window locale
How can I position the window's position on startup to the right side of the user's screen?

I am currently creating a sidebar-like WPF application in C#. When a user starts the application, I would like the …

c# wpf window location sidebar