Tagged Questions

0
votes
0answers
10 views

how to setup wifi on windows 2000 ? [closed]

I heard that the configuration of the WLAN(WIFI) is special to windows XP and doesn't exist in windows 2000, is it true? Did you know a small program who make that? Excuse me for m …
0
votes
1answer
33 views

How can I manually determine the CodePage and Locale of the current OS

Is there a way that I manually have a user look up the current Codepage and locale of their windows OS? Is there a registry setting that stores that information? It would also be …
0
votes
2answers
71 views

Get active processes through Java on Windows 2000 Pro

I want to get the name of all active process on a Win2000 machine. I know that "tlist -s" is the command, but to use this, the "tlist.exe" has to be extracted from the Win2000 CD-R …
3
votes
3answers
276 views

Is there a way to install Delphi 2010 on Windows 2000

I just downloaded the Delphi 2010 iso from my SA-subscription and wanted to install it in addition to my other Delphi installations on my notebook computer. Unfortunately it refuse …
0
votes
2answers
900 views

The memory could not be “read” error when opening a VB6 form from a .Net application

I have an application written in C#.Net (Framework 2.0 if it matters). It calls a VB6 exe that exposes a COM class with one method - that shows a form. When the VB form is closed, …