Top "Windows-xp" questions

Windows XP is a Microsoft graphical operating system edition for use on personal computers.

Are there problems with rendering WPF over Remote Desktop under Windows XP?

I have heard that WPF primitives will not be supported by remote desktop on windows XP. The implication of this …

c# .net wpf windows-xp remote-desktop
WPF application slow on startup

My WPF application currently only shows a screen with some controls, it doesn't connect to DB or has any other …

wpf windows-xp
Pydoc is not working (Windows XP)

Using Windows XP and Python 2.7 I tried to run "pydoc" through the terminal. unfortunately it doesn't work. Since I'm not …

python windows-xp pydoc
How to migrate Borland C++ 5.02 application to Windows 7?

Currently we are migrating our applications developed in Borland C++ 5.02 on Windows XP to Windows 7. While executing the application on …

c++ windows-7 windows-xp borland-c++
inetinfo.exe always appears on Task Manager

I just realized that I have a process inetinfo.exe always running on my PC. It seems to be part …

windows iis windows-xp netstat
Borderless TForm with drop shadow

I have made a TForm derivative that acts like the drop down part of a combo, or a hint window, …

windows delphi windows-7 windows-xp delphi-2010
Alternatives to WPD/WIA on Windows XP?

WPD does not work correctly on Windows XP (SP1 if that matters), even if Microsoft states it does. Problem with …

c# .net windows-xp wia wpd
C#: How to wake up system which has been shutdown?

Is there any Win32 API for waking up a system that has been shut down, at a specific time? I …

c# .net windows-xp acpi winapi
Why "schtasks" does not run my job?

I scheduled a task on Windows-XP using schtasks utility, but the task does not run. Here is what I see …

windows-xp scheduled-tasks windows-task-scheduler
Getting error "getaddrinfo: No such host is known. (Socke tError)" with mechanize gem

I tried the below code: require 'mechanize' agent = Mechanize.new{|a| a.ssl_version, a.verify_mode = 'SSLv3', OpenSSL::…

ruby windows-xp mechanize mechanize-ruby