windows-xp

Assigning IP from Batch Script

回眸只為那壹抹淺笑 提交于 2019-12-23 15:01:11
问题 With the below code I am getting an error "Invalid interface LAN: specified". This code works in Win7, however, does NOT working in windows XP. I suspect it has something to do with the "!adapterName!" conflicting within XP. I utilize this script to obtain the NIC Name in case it changes in the future some how and would like to keep this scheme. Any ideas how I can continue with such script in an XP environment? :: Set primary and alternate DNS for IPv4 @ECHO OFF for /f "tokens=* delims=0" %

Is it possible to run my Windows Form application in Windows CE platform?

南笙酒味 提交于 2019-12-23 14:56:57
问题 I am new in Windows CE development and never done it yet. Need some advise from the expert in here. In our current project, we are developing a client-server application. The client side is using a windows form application that are base on Windows XP OS while the server is a web base application. This question are related to the client application (Windows Form). This application are using Sql Server Express Edition for data storage. The data is stored in XML object format. It also can

Using SAS and mkdir to create a directory structure in windows

限于喜欢 提交于 2019-12-23 11:46:06
问题 I want to create a directory structure in Windows from within SAS. Preferably using a method that will allow me to specify a UNC naming convention such as: \\computername\downloads\x\y\z I have seen many examples for SAS on the web using the DOS mkdir command called via %sysexec() or the x command. The nice thing about the mkdir command is that it will create any intermediate folders if they also don't exist. I successfully tested the below commands from the prompt and it behaved as expected

Suddenly application crash - Fatal Execution Engine Error (7A0BC59E) (80131506)

亡梦爱人 提交于 2019-12-23 07:30:28
问题 Completely random and suddenly our application crashes on its production environment. The application runs on Windows XP and .net framework 3.5 sp1. In the application we provide a WCF service and we use the serial port. When the application crashes it leaves messages in the application log: .NET Runtime version 2.0.50727.3625 - Fatal Execution Engine Error (7A0BC59E) (80131506) For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. and Faulting

Getting Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error

戏子无情 提交于 2019-12-23 06:54:37
问题 I know there are a lot of questions related to same topics at stackoverflow, but here i have some different issues: I used the installer class to reserve a port and bind it with hash on win7/Winxp : if (Environment.OSVersion.Version.Major > 5) { startInfo.Arguments = @"/c netsh http add urlacl url=https://127.0.0.1:8083/ user=EVERYONE"; netsh http add sslcert ipport=127.0.0.1:8083 certhash=df03c4b0b32f3302a3b70abe6b5dfd864d0986a5 appid={00112233-4455-6677-8899-CCBBCCDDEEFF}

Getting Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error

笑着哭i 提交于 2019-12-23 06:53:33
问题 I know there are a lot of questions related to same topics at stackoverflow, but here i have some different issues: I used the installer class to reserve a port and bind it with hash on win7/Winxp : if (Environment.OSVersion.Version.Major > 5) { startInfo.Arguments = @"/c netsh http add urlacl url=https://127.0.0.1:8083/ user=EVERYONE"; netsh http add sslcert ipport=127.0.0.1:8083 certhash=df03c4b0b32f3302a3b70abe6b5dfd864d0986a5 appid={00112233-4455-6677-8899-CCBBCCDDEEFF}

Get XP to automatically “press” the default button on a dialog box

无人久伴 提交于 2019-12-23 05:41:32
问题 Some time ago, I came across an online article that described how to configure Windows XP to automatically accept the default option on a dialog box. As I (vaguely) recall, it was some sort of oddball registry configuration that did this, and it amazingly worked. Yeah - it's dangerous, but it would be very helpful right now with a problem where I'm trying to run Windows XP in an unattended situation. I'm trying to suppress any kind of interaction. So if you can point me to the magic

Set ComboBox cue banner in Windows XP

不打扰是莪最后的温柔 提交于 2019-12-23 04:52:24
问题 I'm updating a VB.net project that needs to have cue banners added to text boxes and read-only comboboxes (DropDownStyle=DropDownList). The machine I'm developing on is Windows 7. I'm adding the cue text in a class that extends a combobox and adds a cue text property. This is how the cue text is added to the combobox: '"Me" refers to a combobox that has been extended to include a Cue Text property SendMessage(New HandleRef(Me, Me.Handle), CB_SETCUEBANNER, IntPtr.Zero, _cueText) The above code

VS2010 depends on SQL Server Compact 3.5 for IntelliSense?

青春壹個敷衍的年華 提交于 2019-12-23 04:48:25
问题 I've just recently installed VS2010 Professional (trial) on my WinXP machine. Knowing that I only needed it for a VC++ project (with no databases), I "unchecked" the install options for SQL Server. However, when I try to create a new project (I've tried all variations of MFC and Win32 project types), I am presented with a lovely error message box: An error occurred while creating or opening the C++ browsing database file c:\path-to-project\testProject.sdf. IntelliSense and browsing

Windows registry keys for applications for all users in machine

蓝咒 提交于 2019-12-23 04:33:47
问题 If I install an application on windows XP and that application writes some keys to HKCU registry , then will those keys be copied to HKCU for other users? I tried installing one application and verified some keys getting created in HKCU. Now I logged in into another user and I can find same keys in HKCU for that user. Both the users were in same Administrator group. I repeated the same steps in VMWare image of windows xp but I was not able to find the registry keys in other users in vmware