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 wOOdy-Soft 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: qbasicking
  • Order by date
  1. qbasicking

    clipping algorithm

    IF x1% < 0 THEN dids% = x2% - x1% fraction = 1 - (x2% / dids%) dis1 = ((dis2 - dis1) / fraction) + dis1 diff% = dids% * fraction x1% = 0 END IF I am having some problem figuring out the distance at which a plane is clipped. This is for BSP rendering. I can figure it out using...
  2. qbasicking

    DOS was better than XP....

    chkdsk? The standard for fixing your disk is Scandisk. Find a Windows 98 computer and take Scandisk off of it and load it onto XP.
  3. qbasicking

    eclipse

    When I type programs I am used to typing it all myself, but eclipse comes with an autofill feature. Is there a way to turn it off, because I end up with extra brackets which are a real pain to get rid of.
  4. qbasicking

    Localization string file not found!

    Oh, I took the floppy drive out of my laptop, would that cuase it?
  5. qbasicking

    Localization string file not found!

    I get his message whne I start XP, what is causing it and how do I fix it?
  6. qbasicking

    DIV3 codec

    Would it help if I redownloaded WMP 10?
  7. qbasicking

    DIV3 codec

    Where can I get a free download of this that works. I had it before, something I did must have deleted it. Is there a copy of it on the Win XP disc, if so, what directory?
  8. qbasicking

    problem opening qbasic

    Yes, you are missing a i386 file. http://support.microsoft.com/default.aspx?scid=kb;en-us;324767 this will tell you how to restore it, you have to have your XP CD.
  9. qbasicking

    I can't figure out this out

    I figured it out, I don't quite understand why this happened (and neither does my prof), but it was running the same driver class from a different package.
  10. qbasicking

    I can't figure out this out

    yes, dummy changes between 0 and 100, sometimes it is below 32 and sometimes it is above 32, I need it red when it is above 32 and red otherwise, how do I do that?
  11. qbasicking

    I can't figure out this out

    private void drawbulb(int dummy){ AOval cirque = new AOval(75,200,BULB_SIZE,BULB_SIZE); if (dummy > 32){ cirque.setColor(Color.red);} else {cirque.setColor(Color.blue);} cirque.setToFill(); cirque.place(view);} Why doesn't this change from red to blue when dummy is below 32...
  12. qbasicking

    XP doesn't recognize my microphone

    I only have the one choice: Yamaha DS1x Native Audio.
  13. qbasicking

    XP doesn't recognize my microphone

    I just bought a universal microphone and tried to record with Sound Recorder, but nothing comes up. I tested it using the wizard in the control panel, but nothing. I have a laptop and have the microphone plugged into the right jack, why doesn't it work?
  14. qbasicking

    can't read a file

    There is a file on a floppy that I need, the computer can read and copy the rest of the files, however there must be a bad sector in this file, how can I get it? Where is Scandisk located? I thought it was in System tools, but they must have moved it.
  15. qbasicking

    Internet Explorer question

    No way, I am looking at a pop up right now. It says: You computer might be infected with spyware. Then has an advertisement for the tool you just directed me tool. I'm not trusting a spyware remover from a company that sends out spyware. Is there a way to remove it manually? What is the...
  16. qbasicking

    Internet Explorer question

    I have IExplorer pop-up blocker enabled. I have Yahoo! pop-up blocker enabled. I have About:Blank and other ad sites on my resicted list. I have AdAware scanner and use it almost every day I have Yahoo! adware spyware scanner and use it almost every day Why is About:Blank and...
  17. qbasicking

    Running DOS programs

    thanks, worked perfectly.
  18. qbasicking

    Running DOS programs

    When I try to run a DOS program I get the following Message <Name of DOS program> C:\WINDOWS\system32\autoexec.nt. The system file is not suitable for running MS-DOS or Microsoft Windows applications. Choose 'Close' to terminate the application. How do I fix this?
  19. qbasicking

    How do I get to hidden folders?

    Norton antivirus came up telling me that I have a virus in c:\Recycled\..., but it was unable to remove it, so I went to Windows Explorer to delete it manually, but according to this I don't have a c:\recycled\... folder, could somebody tell me how to access it?
  20. qbasicking

    Help Removing Adware

    I got most of them off of my computer, but this last one is fast, the instant that I end the process it comes back on, not giving me tie to delete it. They are a coupled set of programs. Winsync and SyncroAd. Can someone help me remove these, they keep downloading other files, my computer is...

Part and Inventory Search

Back
Top