tagged [windows-xp]
Using MATLAB's plotting features as an interactive part of a Fortran program
Using MATLAB's plotting features as an interactive part of a Fortran program Although many of you will have a decent idea of what I'm aiming at, just from reading the title -- allow me a simple introd...
- Modified
- 30 Jan at 02:53
How do I open "Find Files" dialog from command-line in Windows XP to search a specific folder?
How do I open "Find Files" dialog from command-line in Windows XP to search a specific folder? I'd like to create a hotkey to search for files in Windows XP; I'm using AutoHotkey to create this shortc...
- Modified
- 8 Apr at 22:38
Will MS drop support for XP in .Net 4.* or 5.*?
Will MS drop support for XP in .Net 4.* or 5.*? Does it matter to developers that the current, and newer versions of .Net don't support windows 2000? It scares me to think that several of my clients s...
- Modified
- 30 Sep at 07:50
How do I run a bat file in the background from another bat file?
How do I run a bat file in the background from another bat file? I have a "setup" script which I run in the morning which starts all the programs that I need. Now some of those need additional setup o...
- Modified
- 16 Mar at 08:27
BAT file to open CMD in current directory
BAT file to open CMD in current directory I have many scripts which I interact with from the command line. Everytime I need to use them, I have to open a command line window and copy+paste and CD to t...
- Modified
- 27 Jul at 01:1
On Windows XP, programmatically set Pagefile to "No Paging File" on single c: drive
On Windows XP, programmatically set Pagefile to "No Paging File" on single c: drive I'm trying to write a C#/.NET application that optimizes the hard drives for our XP workstations 1. Set pagefile to ...
- Modified
- 30 Aug at 21:19
How to make a .NET Windows Service detect Logon, Logoff and Switch User events?
How to make a .NET Windows Service detect Logon, Logoff and Switch User events? I need to track the current in user (the one using the console) on Windows XP SP3. I tried the following: - Microsoft.Wi...
- Modified
- 18 Mar at 14:14
Windows could not start the Apache2 on Local Computer - problem
Windows could not start the Apache2 on Local Computer - problem During the installation of Apache2 I got the following message into cmd window: > Installing the Apache2.2 service The Apache2.2 servic...
- Modified
- 12 Oct at 16:13
.Net - Detecting the Appearance Setting (Classic or XP?)
.Net - Detecting the Appearance Setting (Classic or XP?) I have some UI in VB 2005 that looks great in XP Style, but goes hideous in Classic Style. Any ideas about how to detect which mode the user is...
- Modified
- 20 Nov at 11:37
String.format() value in statusstrip label displayed differently on Win 7 vs Win XP
String.format() value in statusstrip label displayed differently on Win 7 vs Win XP I am using the following code to display the elapsed time of a task in the status bar in my application. ``` public ...
- Modified
- 9 Jan at 20:36
Environment.CurrentDirectory is yielding unexpected results when running installed app
Environment.CurrentDirectory is yielding unexpected results when running installed app I built an installer for my app, and all my dll's and content files are getting correctly copied to the `C:\Progr...
- Modified
- 27 Aug at 21:23
How do I change my Windows desktop wallpaper programmatically?
How do I change my Windows desktop wallpaper programmatically? I'd wish to set a wallpaper for Windows XP using C#. I've developed the code so it perfectly works in Windows 7, but apparently it's not ...
- Modified
- 14 Nov at 03:23
"The image format is unrecognized" depending on monitor
"The image format is unrecognized" depending on monitor We have a C# WPF project (.NET 4.0, Visual Studio 2010). It has been tested on both Windows XP and Windows 7 and seems to work fine, but now I h...
- Modified
- 23 Jan at 13:3
Getting Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error
Getting Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error I know there are a lot of questions related to same topics at stackoverflow, but here i have some different issues: I used the `inst...
- Modified
- 11 Jun at 13:30
IF EXIST C:\directory\ goto a else goto b problems windows XP batch files
IF EXIST C:\directory\ goto a else goto b problems windows XP batch files whenever i run the `code` below it occurs to me I have made a mistake using the if exist lines, as no matter whether the direc...
- Modified
- 15 Nov at 05:45
FileStream to Byte[]: Windows XP vs Windows 8
FileStream to Byte[]: Windows XP vs Windows 8 I recently had to write some code that: - - - `byte[]``HttpWebRequest``ContentType``multipart/form-data`- `byte[]` This image is then used in reports and ...
- Modified
- 19 Apr at 13:20
Cannot run the Setup file which created by VS2013 in windows xp
Cannot run the Setup file which created by VS2013 in windows xp Created a Setup file developed in c# in VS-2013, Dotnet4 framework and for 32bit Architecture. It is getting installed in windows 7 and ...
- Modified
- 12 Feb at 15:53