Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jimbo1999
  • Content: Threads
  • Order by date
  1. jimbo1999

    Hard drive (non-bootable) causing slow startup

    I have a 120gb IDE hard drive that has a lot of random files stored on it, but no OS and is not bootable. It is installed as a secondary drive, but it causes the computer to take ages to boot up. I'm running Windows XP, and with the hard drive disconnected the computer boots fine. However, when...
  2. jimbo1999

    Using inherited containers

    Hi, I've created a class SetOfPersons which holds an array of Person object pointers (Person ** elements;) I've also created a subclass - SetOfAdults which inherits from SetOfPersons. Also I have an Adult class that inherits from Person. In my main method I have: Adult *a1 = new Adult("Name"...
  3. jimbo1999

    Click won't work!

    I've created a simple tic tac toe game (just to get the hang of java applets) and used the MouseListener system of detecting mouse clicks. When the mouse is clicked on the applet the code checks where on the board the click was and places a cross in that square. When I uploaded the html and...
  4. jimbo1999

    How to lock/disable an onscreen form

    I'm just trying to figure out how to disable a form when another is opened on top of it. At first I figured that I could use the form.enabled property but this doesn't appear to even exist. Making the form invisible is not really a viable option as users will require to look at the data on the...
  5. jimbo1999

    Is it possible to clone a mac address?

    I'm off to university in September and all dorm rooms have network connections with internet access. The network uses MAC address authentification, and only allows one MAC address to be registered per room. I currently have a desktop PC and a Laptop. It would make like easier if I could connect...

Part and Inventory Search

Back
Top