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 SkipVought 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: *

  1. jimbo1999

    Hard drive (non-bootable) causing slow startup

    Thanks both of you for your suggestions. I ran the diagnostic test from Hitachi and it came up clean. As suggested by garebo I have now moved all files to another location and done a clean formatof the entire drive. It seems to be working OK now. I will turn on S.M.A.R.T if I can find it in the...
  2. 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...
  3. jimbo1999

    Using inherited containers

    Sorry, should read Adult, not voter. I have: class Person {...} class Adult : public Person{...} then class SetOfPersons {...} and class SetOfAdults : public SetOfPersons {...} Is there a way to convert a Person reference to an adult reference when it is returned from SetOfAdults? Because all...
  4. 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"...
  5. jimbo1999

    Click won't work!

    Yea thanks. I had no idea it was the random number generator causing problems. Any ideas how to get round it (such as another method)? Or how to enforce a JRE download? Sorry I'm quite new to this and I hope this newby posting doesn't get on everyone's nerves. James. PS Thanks bout the broken...
  6. 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...
  7. jimbo1999

    How to lock/disable an onscreen form

    Thanks for the help, although closing forms is what I was trying to avoid. When using Visual Basic (studio) (to create programs) you have the option of setting the form property "enabled" to either enable that form, or disable (lock) it, so it cannot be changed, closed, or moved (in a...
  8. 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...
  9. jimbo1999

    Is it possible to clone a mac address?

    Thanks every1 for your help. I know its not for ages yet but its good to know I won't have to buy any more expensive kit :-) Cheers, Jimbo.
  10. jimbo1999

    Is it possible to clone a mac address?

    Thanks for the help. would i still be able to access things like remote folders on the network? and i think the internet uses a proxy of some sort. do you think this would work with the router? I obviously can't try anything yet as i don't start until september, but want to be prepared...
  11. 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