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 Mike Lewis 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. mooster2

    Simple keyboard question

    Thanks :) I'll try that ^_^ My keyboard doesn't have an "Alt-Gr" key but it does have "Alt" so I'll test that :)
  2. mooster2

    Simple keyboard question

    When a key on a keyboard has like four different characters/symbols on it, how are you supposed to press the third or fourth key? (Normally, most keys on a keyboard have only two characters or symbols, for example, the "2" key has the number "2" and the symbol "@" which can be accessed by...
  3. mooster2

    Sorting Algorithm for Javascript

    I have this following algorithm to alphabetically list the items inside a "Select" object. The select has 50 items. This algorithm takes like 5-10 second to complete on a 300 Mhz computer and around 2-3 seconds on a 900 Mhz computer. It's still a very inefficient code when taking into account...
  4. mooster2

    Alert when user attempts to close a window

    That's very neat :) I'll award a star too :D
  5. mooster2

    Alert when user attempts to close a window

    Hi, Is it possible in Javascript to display an alert when the user tries to close a window? Something like "Are you sure you want to close this window?"
  6. mooster2

    Determine if a string is alphabetic

    In my HTML page, I have a Javascript portion that tells the user to enter his nickname because he has been accepted for a high score (it's a game :) ). I used the prompt command as follows: tempname = prompt("You finished with a score of " + score + ".\nPlease enter your nickname for the Hall...
  7. mooster2

    Refreshing JInternalFrames

    Hi, I have a JFrame application that holds 4 JInternal Frame On one of the JInternalFrame, i do some drawing, I basically move the mouse around and when I click on it, it draws a little oval (of radius 4) on the JInternalframe. When I click on another JInternalFrame, anythign I have drawn...
  8. mooster2

    Java GUI for java applications

    Propser, I love you ^_^ you are a life saver.. i was stressed for several weeks and you just gave me the perfect solution =D How can I even thank you enough? :)
  9. mooster2

    Reformatting.. without a A: disk drive

    Micker377: Yes.. that is, if it was a replacement floppy drive for a desktop computer -_- mine is a laptop and defective floppy drives aren't easily replaces.. Aren't broken floppy drives on laptop irreplacable? (or extremely costly to fix/replace?) I always thought that the only solution is...
  10. mooster2

    Java GUI for java applications

    I have four little java applications/classes and I want them to be presented all together. I'm trying to make some sort of Main Java GUI that will display all of the four applications, one in each corner of the window, like in this picture: Can somebody tell me if this is feasible? if it...
  11. mooster2

    Reformatting.. without a A: disk drive

    Hi again all :) First, thank you very much for all your help :) I've set up the laptop to boot on CD.. I've put the Windows XP CD in and then when I restarted the computer it said: "Press any key to boot from CD" so I press space :) Then, I selected the Recovery Console from Windows...
  12. mooster2

    Reformatting.. without a A: disk drive

    Well I got this for bootable CD.. dunno if it's a site i can trust : http://www.nu2.nu/bootcd/ But you were right about nero.. or maybe i should just call Compaq and buy from them a recovery CD -_- would save a lot of trouble :)
  13. mooster2

    Reformatting.. without a A: disk drive

    Actually I do want to bring my CD to ground zero.. erase everything on my computer so that I can have a fresh start. I don't have any of the COMPAQ cd so I guess my option is to make a repair from the CD :) I'm gonna try that ^_^ Thank you bcastner :)
  14. mooster2

    Reformatting.. without a A: disk drive

    I mean I have a CD-ROM burner.. so I burned the contents of a Windows XP System setup disk to a CD disc. Then I've put the CD in the computer and restarted it and it bypassed the CD as if it was a regular CD (it did read it tho). Then.. it started Win XP as usual (which I am trying to reformat...
  15. mooster2

    Reformatting.. without a A: disk drive

    Yup :) I can make the laptop boot up from the CD-ROM drive.. but um.. how do I make a boot-up CD? Do I just copy the contents of a boot-up disk to a CD? I tried that and it didn't seem to work :(
  16. mooster2

    Reformatting.. without a A: disk drive

    Hi, I own a COMPAQ Presario 700 and I'd like to reformat it and reinstall windows XP. However, my only disk drive (A:) is broken and all I have is a CD-rom drive. Is there a way to reformat a computer using the CD-Rom drive? Normally, I boot-up a computer with an Windows XP System Setup Disk...
  17. mooster2

    disabling auto-connect

    Everyone knows about the dial-up connection box, right? I'm providing a link to it here: http://jupiter.walagata.com/w/bearhug/connect.jpg Recently, I've clicked on "Connect automatically" and now, my computer connects to the internet automatically as indicated. However, now i'd...
  18. mooster2

    Powerpoint in Java?

    Is there a way to incorporate a powerpoint presentation in a Java application? I was wondering if this wouldn't be possible because Microsoft and Sun are kinda rivals :P
  19. mooster2

    Importing files

    In C++, one can simply use something like #include <iostream.h> #include &quot;mycustomclass.cpp&quot; where < > meant a C++ file that is in the C++ installation directory and libraries and where &quot; &quot; meant a C++ is currently in the same directory than a C++ file that you are working...
  20. mooster2

    Java applets vs Java application

    What are the main differences between Java applets and Java application? I know that Java applets are more restrictived and have limitations comapred to applications, but aside from NOT being able to read and write files, what are other significant limitations? Can Java applications be run on...

Part and Inventory Search

Back
Top