Top "Window" questions

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

in xaml, is it bad practice to use a frame, inside a window to display pages?

I was just wondering what the common practice is, to have pages (I dont mean pages as in XAML pages, …

xaml window frame
Minimizing all open windows in C#

I saw this C++ code on a forum which minimizes all open windows #define MIN_ALL 419 #define MIN_ALL_UNDO 416 …

c# .net window minimize
How can I switch focus after buffer split in emacs?

I would like that after splitting the window (C-x 3 or C-x 2) to be able to automatically get to cursor in …

emacs window split emacs23
Is there a way to create transparent windows with Tkinter?

I'm trying, ultimately, to create "oddly-shaped windows" with Python using the Tkinter module. But for now I will settle for …

python user-interface window tkinter transparent
Resize SDL2 window?

Just made the jump from SDL1.2 to SDL2, been converting my code but couldn't figure out how to resize the …

c++ window sdl sdl-2
ios access main window or view

I would like to know if there is a simple way to access the main window or view in IOS. …

ios uiview window main
Custom WPF window style

I'm trying to make a custom window style. The goal is to create a template that migth be used by …

wpf xaml window contentpresenter
Windows Server 2012 R2 System Time cannot be changed

I am using Windows Server 2012 R2 on Azure. The System Time in "Date and Time" cannot be set to an …

window windows-server-2008 windows-server-2012-r2
javascript to get paragraph of selected text in web page

After highlighting text, I would like to obtain the paragraph in which the selected text resides. var select = window._content.…

javascript window document webpage paragraph
How to resize window using XNA

I know this question has been asked many times before. However, all solutions I have found after over an hour …

c# xna resize window resolution