Top "Window" questions

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

How to bring a window foreground using c#?

I am trying to bring a window foreground. I am using this code. But its not working. Could someone please …

c# winapi window foreground
How to build library with WPF forms

Is it possible to build a Class Library dll which also includes WPF forms? When I try to build one …

c# wpf visual-studio-2010 window
No creation of a WPF window in a DLL project?

Is there a reason why Visual Studio won't let me create a WPF window in a DLL project? I "solved" …

wpf dll window
Linux machine with docker deploy windows container

I have a Linux server with 16GB ram with docker host installed. I would like to deploy on it a …

docker window
How to record a specific window using ffmpeg?

I use ffmpeg to record a window using this code: ffmpeg.exe -f dshow -y -i video="screen-capture-recorder":audio="virtual-audio-capturer":…

ffmpeg window record gdi screen-capture
How to restore a minimized Window in code-behind?

This is somewhat of a mundane question but it seems to me there is no in-built method for it in …

wpf window state restore minimize
How do I find position of a Win32 control/window relative to its parent window?

Given handle of a Win32 window, I need to find position of it relative to its parent window. I know …

winapi position window win32gui
Win32 window Owner vs window Parent?

In Win32 programming, what is the difference between a window's parent and a window's owner? I thought I had it …

winapi window parent owner
window onload and window onfocus

window.onload = function() { window.onfocus = alert('example'); } I've met this problem, anyone can help? I'm new at javascript and made …

window onload onfocus
How to make an activity window stay always on top

I want to create an activity that stays always on top (like the modal windows or task manager in Windows) …

android android-activity window always-on-top