The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
60 views

Whats wrong with my PHP/SQL Query (won't read from SQL)(login system)

I am coding a login system and the php code I'm writing has no error messages and when I use a wrong password there are still no errors or success messages. I have a feeling that the PHP is not ...
0
votes
2answers
131 views

Can I run a program that consumes a WCF service on Windows 2000?

We're hosting a WCF web service on a server running the latest version of Windows Server. We have many different clients running different versions of Windows. For example, 2000, XP, Vista and a ...
0
votes
2answers
529 views

GetExtendedTcpTable in Windows 2000

Which mechanism can I use to get all open ports with the associated PID's (process ID's) in Windows 2000? GetExtendedTcpTable is not available and the same problem with the console command netstat ...
0
votes
2answers
162 views

Is Windows process Running, Java differentWindows OS on Different Lanaguages

I am using Java in programing and want to watch after some processes if running or not. I have to make my implementation platform indepenant; support different OS (Windows XP,7 & 2000) also this ...
2
votes
1answer
93 views

how to get list of processes that are bind to console window that I'm running in that would work also in windows 2000?

The only thing I found is GetConsoleProcessList. The thing here is that this function doesn't work in Windows 2000. Is there any way to get around this issue, so it would work in all systems since ...
2
votes
1answer
242 views

My asp.net 1.1 site will not refresh

I have an ASP.NET 1.1 site and I'm uploading a small change, but the page will not refresh. The page was changed 2.5 hours ago. I have tried loading the page in 3 different browsers, so I know the ...
1
vote
1answer
206 views

Create an XPS document through VB6 and on Win2k

I'm a developer for a company has a rather large legacy application written in VB6. This application was originally developed to be run stand alone, but over the years we began offering a hosting ...
1
vote
1answer
204 views

Is it possible to retrieve (programatically) the exit code of a Windows task?

I am running a task from inside a batch file like this: schtasks /run /tn TASK_NAME The task, in turn, executes another batch file, that may exit with an error code thus: exit -1 Is there any way ...
0
votes
1answer
66 views

WCF Client From Windows 2000

I have a WCF Service hosted on IIS. This service use wsHttpBinding X509 certification authentication and all works fine. Now I need to access to this service from a Windows 2000 machine and the ...
0
votes
1answer
228 views

Java TrayIcon displayMessage 'may trigger ActionEvent' when does it/doesn't it?

When using TrayIcon.displayMessage to show a popup notification, the Java 6 documentation states that 'Clicking on the message may trigger an ActionEvent.' ...
0
votes
1answer
335 views

MFC CFileDialog don't work correctly in Windows 2000

I develop with Visual Studio 2008 (Windows 7) and use CFileDialog(TRUE, NULL, lastPath, NULL, szFilter); The important parameter is the third (lastPath) to get in a specific directory! All works ...
0
votes
0answers
87 views

SQL 7 & Win2k Server- Restored database, login fails

I run a Classic ASP web application on a Win2K server that is also running SQL 7. Everything was going great until 2 days ago when we suffered an SQL injection that destroyed lots of data. I restored ...
0
votes
0answers
410 views

C# program crash on Win2000 (in kernel32.dll)

My C# program (loaded a C++/CLI wrapper dll -> with add reference) crash on Windows 2000 with error messages: 00:00:00.734: Loaded ...