1,578 questions
0
votes
1
answer
45
views
What prevent Windows Vista event log viewer from showing events?
I developed manifest file for windows event log logging, and it is standard list of categories and events. It working great on Win 7+, but on Vista it shows strange window:
I tried to find some ...
0
votes
0
answers
77
views
How to distribute VisualStyles in a C# WinForms project?
For my C# WinForms project, I created a self-contained package and it works. Problem is that I use System.Windows.Forms.VisualStyles to have dialogs in Vista style, but the style is not applied, the ...
0
votes
0
answers
187
views
Program compiled on Windows Vista is flagged for Win32/Wactac.B!ml by Windows Defender on Windows 10
I have a program that I compiled on two different versions of Windows so it can run on more systems:
64bit Windows 10: MinGW64, MSYS2, SDL2 v2.26.0 and later, g++ 13.2.0 make
32bit Windows Vista SP2: ...
1
vote
0
answers
710
views
Could not find a version that satisfies the requirement flask-restfull (from versions:)
I use windows vista, Python 3.7.3, pip 19.2.1.
I've installed flask with the command "pip install flask". and it's working fine. I make simple flask app. all is ok.
But, I want to code a small ...
-1
votes
1
answer
816
views
Cannot Use Time.Sleep In Python
I'm trying to make a login for a text-based OS in Python
I have tried to import time and time.sleep but it still doesn't work.
import time
usrname = str(input("What Is Your Username? "))
age = str(...
2
votes
0
answers
667
views
Android Studio: Error: module not specified but can't select a module to choose
I'm running Android Studio 3.2.1, 32-bit on Windows Vista with JRE 1.8.0 x86 and JetBrains s.r.o OpenJDK.
My default app seems to build fine although Gradle takes some time, but when I run it, it ...
0
votes
1
answer
442
views
Is it possible to detect that a log-off has been aborted on windows?
I'm wondering if it's possible to programmatically restart an application that has been terminated in the beginning of a shutdown that will be canceled later.
On Windows, if an application calls ...
0
votes
1
answer
211
views
Can't deploy basic android app with Android Studio on Windows Vista with JDK 8
I have a Windows Vista Home Premium 32-bit computer. I am running the stable Android Studio 3.2.1 with the JAVA_HOME environment variable correctly set to the stable C:\Program Files\Jaba\jdk1.8.0_191....
0
votes
1
answer
342
views
How to install postman in windows server 2007 SP2 (windows vista)
I need to install postman on an old windows 2007 SP2.
I am not even sure if it is actually 2007, but here is the screenshot of system properties
Why I need postman?
Because there is another web ...
0
votes
2
answers
193
views
C++ use d3d11 under Windows Vista
If I shoud use some types from Windows kit 10, d3d11.h, d3d11.lib(static library) and compile under Toolset v90(Visual studio 2008). What should happen if .exe file will be launced under Windows ...
0
votes
1
answer
204
views
Simple Javascript Code it's not working in Windows Vista
I need help, I am having some headaches with this code.
The issue is that is not working in Google Chrome for Windows Vista. When i inspect element, what i see in the javascript console is the ...
0
votes
2
answers
770
views
Standard location of system-wide configuration files of an app?
Since Windows Vista, our friends from Redmond are putting an end to the habit of storing configuration files in C:\Program Files\<AppName>\config.ini. Ok, they introduced Registry ...
3
votes
2
answers
2k
views
How do i find the path to startup folder?
Im currently working on a project that requires me to insert the path to the startup folder. I need my code to work on all Windows versions from Windows XP to Windows 10.
So what im asking for is the ...
1
vote
0
answers
88
views
Reminder emails sent to AOL email addresses are blank
I built an email reminder template using MJML. I've received complaints from three clients that the email they received from me is blank. The only discernible pattern is that they are all aol users. I ...
-2
votes
1
answer
279
views
Windows Vista Icon Library
I want to use Windows Vista style icons (original Vista Icons, not some "replicas") in my application.
I know that Visual Studio 2015/2017 comes with an icon library, however I don't like the icons ...