Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [window]

In computer science a window is a graphical interface to let a user interact with a program. Questions regarding Microsoft Windows should use the "Windows" tag.

window
0 votes
0 answers
12 views

Electron window flashes white upon showing despite graceful display

I am trying to display a window with black content inside a BrowserWindow: changeShortcutWindow = new BrowserWindow({ height: 400, width: 600, show: false, // will be displayed upon ready-...
Vojta Böhm's user avatar
-2 votes
0 answers
11 views

my pc stays in the boot menu and does not recognize the keyboard or mouse [closed]

The bios was failing so to solve it I went to the boot menu and did the proper procedure, when I turned the PC off and on again it did not leave the boot menu. After a few more attempts it does not ...
tizana7w7's user avatar
0 votes
1 answer
12 views

I want clone entire windows server 2012 remotely (RDP) [closed]

I have an RDP for windows server 2012 running a web application, and i want clone the entire server in other local server remotely. how can i do it ? I tried to create a backup using Windows Server ...
D3v Signer's user avatar
-1 votes
0 answers
13 views

Maximise Photoshop window fails

In my script I have: def maximize_photoshop_window(): photoshop_window = pyautogui.getWindowsWithTitle("Adobe Photoshop")[0] photoshop_window.maximize() time.sleep(1) # Give a ...
NackJich's user avatar
-2 votes
1 answer
23 views

After doing bit recovery on window, I lost booting for already installed ubuntu. Now it is directly opening window [closed]

Microsoft Windows [Version 10.0.22621.3737] (c) Microsoft Corporation. All rights reserved. C:\Windows\System32>diskpart Microsoft DiskPart version 10.0.22621.1 Copyright (C) Microsoft Corporation. ...
RAJKUMAR VERMA's user avatar
0 votes
0 answers
27 views

How to Log a Window Object?

I need to obtain the values that services like Cloudflare check in the window object. Therefore, I am trying to capture which value is being requested from the window object whenever any value is ...
liyakat liyakat's user avatar
0 votes
0 answers
17 views

window.localStorage don't work on angular Project

i get this error when i run my code on Webstorm 2020, i have angular 16: the error said: Error: src/app/services/storage/user-storage.service.ts:69:12 - error TS2339: Property 'localStorage' does not ...
Mounir bkr's user avatar
  • 1,317
-1 votes
2 answers
61 views

I keep getting the "couldn't recognize data in image file" error in my python project [closed]

I am attepmting to add an icon to my TK window but i keep getting an error message that says: Traceback (most recent call last): File "C:\Users\roger\source\repos\PythonApplication\...
alexander king's user avatar
-1 votes
2 answers
35 views

How to open a new windows form from a submenu

I am currently just practicing code on Visual basic. Basically, I created a windows form with many texts on it. each text is the name of a color txtRed, txtBlue, etc. I am trying to create a simple ...
user4138475's user avatar
0 votes
1 answer
25 views

A Docker container running on my Windows computer can not call REST services on http://localhost:8380/api/

This is in a dev. environment on my Windows 11 computer. I'm trying to call from within the container REST services that run on my computer that hosts docker run... Based on information I'd found on ...
eugen_nw's user avatar
  • 147
0 votes
0 answers
33 views

how to make a window in javafx refresh [duplicate]

I'm creating a ray Casting application and in it I need to draw a frame every 30 seconds and delete the old one. But my stage waits for the end of the cycle and only then is it drawn. How can I make ...
Morozov 310's user avatar
0 votes
0 answers
35 views

wxWidgets: wxFrame() creation diverges by a few pixel, what am I doing wrong?

I am coming from MFC and are currently about to verify wxWidgets. The following code compiles under ucrt64 and runs on a Windows 10 system. My expectation is that the main windows has a size of ...
Steffen's user avatar
0 votes
0 answers
58 views

How to Prevent Resizing Desktop Icon Window with Hotkey in Windows Application? [duplicate]

I've got a program that resizes the foreground window when a hotkey is entered: // Sample.cpp #ifndef UNICODE #define UNICODE #endif #include "Sample.h" int WINAPI wWinMain( _In_ ...
individual_9238's user avatar
0 votes
2 answers
43 views

Opening new tab reloads the first tab

In my .tsx file I have this function: const openTabImage = (url: string) => { const newWindow = window.open(); if (!newWindow) { console.error("Failed to open a new tab."...
Ivan's user avatar
  • 1,423
0 votes
0 answers
9 views

How to use transparency in legacy Thunderbird without destroying the title bar?

For experimental purposes I have Thunderbird v.52 x86 (pre-quantum and with legacy addons) installed on one of my computers (Windows 7 here). Now I would like some GUI elements to have a transparent ...
Dragodraki's user avatar

15 30 50 per page
1
2 3 4 5
638