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 Chriss Miller 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
  • Content: Threads
  • 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

    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.
  3. qbasicking

    Localization string file not found!

    I get his message whne I start XP, what is causing it and how do I fix it?
  4. 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?
  5. 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...
  6. 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?
  7. 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.
  8. 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...
  9. 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?
  10. 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?
  11. 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...
  12. qbasicking

    Overriding Access is denied

    An advertisement program downloaded itself from the internet and is slowing up my computer to the point that it is unusable. I found the file, but when I try to delete it, it gives me an Access is denied error. How do I override this? I am the administrator.
  13. qbasicking

    Old version of Winzip

    I have an older version of winzip from before I upgraded from win98. It was never registered and I was using the evaluation version. I know that winzip comes free with Windows XP, is there a way to get it to stop asking me to register, or can I register it wil the winxp registration or something?
  14. qbasicking

    XP keeps restarting

    I upgraded to XP and it kept all of my files but I am having two problems with it. When I first log on a message keeps coming up that it can't find my network card. It is clearly in place and when I log onto the internet it works perfectly, so I know XP has found it, how do I get rid of this...
  15. qbasicking

    upgrade to XP

    My laptop is running Windows 98 and I am thinking of upgrading to XP. I have a Windows XP Home Upgrade disk, but the manual in one place says that it will delete all of the files on my disk, and on the next page says that it won't. I really need these files, which is it?
  16. qbasicking

    Class with heap memory

    I have been unable to find anything about heap memory in my JAVA book and I need to be able to create a class with the non-standard option of having 256MB of heap memory. Any help would be appreciated.
  17. qbasicking

    Keyboard code

    I am using a machine line in Qbasic. It is for a multiple key handler (Qbasic only supports one key at a time), but sometimes when I run it the Shift key is switched on and not turned off until it it pressed. Does anybody know why this is happening or how to fix it? JMP 00020h JMP 0042h ADD...
  18. qbasicking

    arrays and xms

    I'm mainly a qbasic programmer, but needed a little bit more speed so I am going to be using some assembly, but I am new at it. If I allocate a large amount of XMS memory using a libary (written in either C or ASM) can I access parts of it, assuming that I pass the handle through the stack, or...
  19. qbasicking

    Speed question

    I am going to be using an offscreen screen 13 buffer (one dimension) so I am going to have to use (y * 320 + x)64000 times every frame. I am assembly illiterate, I was wondering if someone out there would help me out with a line of assembly to do that quicker than Qbasic would. Is there a...
  20. qbasicking

    Disk format

    Does anybody know if there is a way to determine if a computer drive is formatted in NTFS or FAT, withing qbasic?

Part and Inventory Search

Back
Top