Top "Window" questions

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

WPF Icon for all app windows

It is possible to set one Icon so, that it would be used on every window in current app. So …

wpf icons window
Open new file in a new gui window or by splitting the window

How can emacs open a new file in a new gui window? And how can it be made to open …

emacs window file-browser
Completely hide WPF window on startup?

I want that my window is completely hidden on the startup. No window, no entry in the taskbar. The user …

.net wpf window
Jquery $(window).height() function does not return actual window height

I have a page that I need to dynamically load ajax content when the user scrolls to the bottom. The …

javascript jquery window height
jquery - keep window from changing scroll position while prepending items to a list?

I have a page that displays messages and I want it to work just like Facebook, but without the lazy …

jquery list window scroll prepend
absolute position to whole window

I have the following problem: I have a father-div, that's position is "relative". Inside this div I have 2 son-div's. The …

css window position absolute
Applescript - Bring window to foreground

I have an application with several windows opened at the same time. I'd like to bring a specific window to …

macos window applescript foreground
Setting an XAML Window always on top (but no TopMost property)

I am developing an application based on OptiTrack SDK (from NaturalPoint). I need to run the application window as "Always …

c# xaml window topmost
How to disable chrome from opening up "new window" and "tabs"?

Is their a way to keep all pages on the internet in a single window through Chromes browser settings? or …

google-chrome google-chrome-extension window settings browser-support
ncurses multi colors on screen

I want to make a menu with ncurses.h and more than one color. I mean something like this: ┌────────────────────┐ │░░░░░░░░░░░░░░░░░░░░│ <…

c command-line window ncurses