windows-xp

Identifying PID source of DNS request (Windows XP)

有些话、适合烂在心里 提交于 2019-12-13 14:10:18
问题 I wish to identify the process that is making DNS requests. Looking at the query gives me a clue, but doesn't help me identify the exact process. I can see the local port number in Wireshark, but the request is too transient to be picked up by TCPView. Is there a logging tool which will catch DNS requests and PID? 回答1: Process Monitor from Sysinternals will give you what you want. Limit the capture to just network activity and you'll see the activity along with the PID and process name. The

Creating a standalone ASP.NET MVC application for Windows XP

天涯浪子 提交于 2019-12-13 12:41:11
问题 Is there a way to create an installable (ideally XCopy installable) version of an ASP.NET MVC application that will run in a standalone fashion on a Windows XP machine? I don't mind installing SQL Server Express for this purpose, so I guess the question boils down to this: Can the Cassini web server that comes with Visual Studio 2008 be bundled with the application? Or are there other options? NOTE: The installation is for demo purposes only, so there are no licensing problems. Also, I am

can't debug small program on eclipse helios cdt using mingw/gdb under windows, console freezes

余生颓废 提交于 2019-12-13 12:24:31
问题 I've been trying to use Eclipse CDT to do some c++ examples, i can run them just fine with the run command, but whenever i try to Debug, the console window freezes up, I'm able to input, but the program doesn't continue. When I debug, i get the following output on the console window (no breakpoints, but breaks on main because of default settings): Hello, world put your name: 15^running The continue button is disabled and doesn't do anything when I input something and hit enter . The 15 is a

What's with binary files on Windows?

百般思念 提交于 2019-12-13 05:40:59
问题 I made a script to download a file, but it only works on Unix/Linux/OSX when I'm downloading binary executables, swf's, images, etc \#Modfied section from PWB.py import sys if sys.version_info<(2,8): import urllib as request else: import urllib.request as request x=request.urlopen("http://homestarrunner.com/intro.swf") y=x.read() x.close() z=open("intro.swf","w") z.write(y) z.close() I will get the the file, and the usual unreadable garbage in the file, but it will be unreadable. It seems

some solution needed for controlling screen resolution and depth [WinXP Embedded]

倾然丶 夕夏残阳落幕 提交于 2019-12-13 05:25:42
问题 I've got a program which requires a 1280x768 32 bit display, but the computer on which it runs is ultimately going to be headless. Why does resolution and depth matter on a headless computer? The program actually identifies and responds to certain changes that take place on the display device, but those changes happen to be immaterial to the user - just the responses matter. Yes, there's a lot wrong. I'll take any way that will make this work ('working' requires that the entire display gets

WPF render glitches on WIN XP

你离开我真会死。 提交于 2019-12-13 05:25:28
问题 For example this button roundrectangle becomes like this sometimes! not always.. WPF on windows xp with 3.5sp1... Any solution for this?? On my machine works fine WIN7. I tried at XP had some problems with transparency when installed drivers no problem at all.. At another computer with XP also no problem reported... Only at one computer there is a problem but i dont know its configuration as it isnt mine.. <Style x:Key="ResultsButton" TargetType="{x:Type Button}"> <Setter Property=

VB6 using Write #1, (UnitCount

蓝咒 提交于 2019-12-13 05:07:40
问题 I have a legacy VB6 system which uses the expression Write #1, (UnitCount to write a text file. (UnitCount is the first a several short integers that are written.) This works well under XP but does not produce the text file under Vista and Windows 8. No error is reported. Does anyone know how to fix this? Also - the VB6 application is installed in C:/Program Files/IronDuke and the text file is intended to be written here as well (i.e. in the current directory). I am aware of the closing

Python 3.2 doesn't work with python 2.7

一世执手 提交于 2019-12-13 03:42:55
问题 I already have python 2.7 (installed using activepython). I'm trying to use python 3.2 just to learn more about it so i downloaded it from python.org python 2.7 still works perfectly, but python 3.2 gives me this error when i try to open the ide. and then I see the send error window, if i install python 3.2 using activepython i see the same error. I'm using windows xp pro sp3 32 bit and i had the same error on sp2... How do I fix it? EDIT @Zuljin This is the first time that i use dependancy

How to make this VBS script keep the document closed?

限于喜欢 提交于 2019-12-13 03:41:02
问题 I just received this VBS code that appends a line to my table in MS "Word" 2003. It works fine, but I want it to add a line to the table without opening the file. Is it possible ? Or, perhaps, I need to use some command that would close the document as soon as it is opened. Set wd = CreateObject("Word.Application") wd.Visible = True Set doc = wd.Documents.Open ("c:\docs\addtotable.doc") Set r = doc.Tables(1).Rows.Add aa = Split("turtle,dog,rooster,maple", ",") For i = 0 To r.Cells.Count - 1 r

XP: Large Virtual Memory & normal Mem Usage in Task Manager

匆匆过客 提交于 2019-12-13 02:37:16
问题 What does large VM page size and normal Memory usage numbers from Task Manager mean for an application? Do they mean the application is poorly performing in terms of memory usage? We have an application which some users claim that make their XP machines slow. We see that the user have other heavy applications running as well. But when we see their task Manager figures we realize "Memory Usage" column in task Mgr is normal for our app but the VM size is pretty high compared to others