.bat trouble
Hi I'm trying to make this batch file in Windows Xp. I'm trying to run a program 10 times. @echo off SET PATH=%PATH%; e:\cod FOR /L%A IN (1,1,10) DO start ethernetgen3 It doesn't work. When i run this...
View ArticleExtra beeping on bootup
I put together a used system from some parts. My Primary Drive 0 is 10 GB, Primary Drive 1 is 6 GB. I also have a floppy and a CD Burner. When I boot up it's beeping with a Secondary Hard Disk Drive 1...
View ArticleRemote desktop
Hi all, I just wanted to know that is it possible to remote desktop to a windows 2000 service pack 4 machine from a Windows XP machine, I know one can do the vice-cersa as the remote desktop client can...
View Articleproblem with WMI
I need to have some unique id from pc components in my project. i tryed to use WMI (Win32_PhysicalMedia and Win32_Processor classes) but there are two problems:1- sometimes WMI doesn't return related...
View ArticleDisable Visual Runtime Error
Hello: When I start a game, the Visual Runtime Error occurs. Can anu one help me to disable it? I use all visual editions(VB, C#, C++, J#, Web Developer). Thanks for any help.
View ArticleDynamic Menus
I've been looking everywhere to find tutorials about editing a menu dynamicly (checking/ unckecking, "Recent Files..."), but have been unsuccessful. Any help would be greatly appreiciated.
View ArticleRemoving dll from winlogon.exe process space
Hi All, I am working on smart card logon product. we are facing some problem while installing the new build after removing the older version. We have our own smart card login clients which has its own...
View ArticleIP ADDRESS
WHATS THE EASIEST WAY TO FIND AN IP ADDRESS OF SOMEONE YOUR TALKING TO ON MSN? THIS WOULD BE MUCH APPRECIATED!
View ArticleIs it possible to install Visual Studio on an externa HD?
Hi all, I am asking this because I think it could a useful thing for everybody. It could be interesting to know (if possible) how to install a Visual Studio 2005 on an extarnal HD, so that I can bring...
View ArticleNeed Good Programmer/Hacker Help!
Hello Everyone! I am new to programmersheaven, and also a bit new to programming as well. I am not used to programming because I have spent most of my time learning to code in other ways. That is not...
View ArticleComand Prompt
My teacher hid a document in myDocuments folder from the comand Prompt and every effort to unhide that file proved abortive. Does anyone know how he acomplished this magic.
View Articlei want to check present cpu usage ........
hi everyone... my java application needs presnt cpu usage.... like i can get from task manager... but i want from command line.... i can call external application for this ... but tell me how to go for...
View ArticleConsole C++ to full Windows
Alright heres the situation: I have made a console based calculator and I need to move it all into windows program. The following code is what I have so far in Windows code. // First Windows Program //...
View ArticleShell Execution
Hi all, I am having some issues with my Java program opening a .wmv file remotely (or locally for that matter). I am not having problems with any other sort of file. Anyway, when the program gets to...
View ArticleUSB
can some please tell me how to access USB port thru JAVA or C++. Like i want to disable them thru programming.
View ArticleReading BIOS Information with C#
Hello, i need to read some BIOS Information with C#. I have done some WMI programming with C# before but cannot find any information on how to read BIOS information. I want to use the Win32_BIOS class....
View ArticleException when reading BIOS information
Hello, i got an Exception when i try to read some BIOS informaiton with WMI using C#. I have the following code: public static string GetBIOSBuildName() { string name = ""; try {...
View ArticleYahoo add-on to interface with Windows
Hello everyone I'm looking for some opinions/advice. I have to be awake long hours and I use yahoo messenger to keep in touch with both friends and business contacts, but I hate leaving my monitor on...
View ArticleREAL MODE Question
Hi all! I'm writing a driver for XP that reads the extended configuration space registers on the intel GMCH device. This needs to be done as memory-mapped IO so I get the MCH Base address from IO read...
View Article