Hi,
I'm looking for a regclean utility for winxp. I dont understand why MSFT removed this from the downloads section. Does anyone know what happened? I hear regclean 4.1 might work on XP, but MSFT does not support that version. I have to find an MSFT approved registry cleaner. Anyone have...
Hi,
I inherited some code and want to find out what version of DECnet pathworks its using. (i want to migrate it to winxp).
does anyone know a quick way to find out version info? and are there any code samples perhaps of replacing this code to use tcp/ip instead of pathworks/
any help would...
hello,
I have inherited an app that is currently using pathworks and runs on winnt 4.0. I need to migrate it to winxp, but have read that xp does not support pathworks.
my questions are:
1) how do i find out what version of pathworks my app is using.
2) how can i change it to use tcp/ip...
Hi,
i'm trying to implement the following code:
var objColorDialog;
objColorDialog = new ActiveXObject("MSComDlg.CommonDialog");
// Show it to user
objColorDialog.ShowColor();
// Retrieve color
var selColor;
selColor = objColorDialog.Color;
ok, this throws the...
hello,
i'm trying to display the timezones that are available on the local system in a listbox.
does anyone know how to do that?
please please help.
thanks in advance,
hi rick,
i need to inherit a common windows dialog, like the color picker dialog.
something like this:
System.Windows.Forms.ColorDialog.ShowDialog();
any thoughts?
Hello,
I am trying to convert some C++ code that puts up a windows dialog and has a color picker control, among other things, into a dhtml page.
I know nothing about dhtml and jscript. so, the question is, is there a way for me to inherit windows dialogs and pop them up from my web page...
Hello,
I am writing a windows service that needs to add/remove hosts from a windows network load balancing cluster. I have seen documentation on the WMI Class MicrosoftNLB_Cluster which is derived from the CIM_Cluster class, but upon looking this up, I see "WMI does not implement this...
Hello,
I am writing a windows service that needs to add/remove hosts from a windows network load balancing cluster. I have seen documentation on the WMI Class MicrosoftNLB_Cluster which is derived from the CIM_Cluster class, but upon looking this up, I see "WMI does not implement this...
hello,
does anyone know if there is an api for wbls/nlb? I'm trying to write my own app monitoring tool and if it fails i need to remove the host from the nlb cluster and would like to do this programmatically, NOT using the command line utility they have.
pls help.
thanks in advance
Hello,
I wrote some code on win2k server sp2, using visual studio sp5. compiled no problem.
moved it to win2k adv server, vis studio sp5, and cannot compile:
fatal error C1900: Il mismatch between 'P1' version '19991026' and 'P2' version '19970710'
what does this mean and what am i doing...
Hello,
I am trying to write a windows service that is monitoring the health of a program that uses port 443. I thought the best way to monitor the program is to try to open a socket on 443, if it cannot, then my program is either not responding or not running, at which point I have to recover...
Hello,
Does anyone know the algorithm that NLB uses to actually balance its load? Is it based on IP? I know it's not round-robin from testing.
Also, is there a way to configure what algorithm to use?
Thanks in advance,
Hello,
I'm trying to create a database and table in oracle that is identical to one i have in sql srvr2000. I am not familiar at all with oracle. Can someone pls tell me how to convert this into oracle sql?
CREATE DATABASE mydb
ON PRIMARY
(
NAME = mydb,
FILENAME = 'c:\program files\microsoft...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.