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 TouchToneTommy 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. beyondsociety

    How to change the color of the background

    Hi, I trying to change the color of the background. How would I do this?
  2. beyondsociety

    Borland Turbo C++ help

    I have created a program that draws a box in tclite. I installed Borland Turbo C++ 2.01 and when I ran the program, I got errors. I can't figure out whats the problem. Any help would be appreciated. It works fine in tclite! Heres the source code: // Box_draw.cpp - Writing a Box for our...
  3. beyondsociety

    Copying in tclite

    Im trying to copy some lines of code to another file in tclite. In order to copy, I would have to highlight the lines and then press ctrl + ins. In order to paste into the next file, I would have to press shift + ins. My only problem is that I don't have a ins key on my keyboard. I know ins is...
  4. beyondsociety

    Delay help

    I want to create a delay in my bootsector code that I am working on. I have a previous example from someone but I dont know how to use it. Could someone give me a example or two with this code. Delay for certain amount of time: mov ah,86h ;CX:DX = #of ¦Ìsecs to delay int 15h
  5. beyondsociety

    Linking problems with html?

    I have a website made with html and I want to create a link to a ftp site, but I can't figure out how to. This won't work: <a href=&quot;ftp://mccabeos@ftp.portland.co.uk/&quot;>FTP SITE</a> Is there some kind of html command for ftp or do I not have this set up right. Any help would be...
  6. beyondsociety

    AT power supply question

    I have a old AT power supply that is giving me some headache. It has two connectors on the back of it. One is of the power supply cord that gets connected to the wall socket and then other I have no clue what it is? Does anybody know what this connection does?
  7. beyondsociety

    Video card help

    I have a old video card that is a ISA slot card and it won't work in one of my old machines. I swaped it into a newer computer with the same slot, attached the monitor to it and it booted up fine. I was able to see everything on the screen. But for some reason it won't work on my other machine...
  8. beyondsociety

    Delay

    How would I create a delay that is 5 to 10 seconds long in assembly. An example would be really helpful.
  9. beyondsociety

    qbasic help

    I want to specify a certain date in my program instead of just using the date$ command which diplays the current date. I also want to do the same thing with the time$ command. If anybody could help me out I would appreciate it.
  10. beyondsociety

    nasm assembler help

    I m creating a program that will detect the cpu with nasm as my assembler. When I compile the code, it will compile it to a .com file. When I try to run it, I get a: checking for 386 processor: found it! memory allocation error cannot load command, system halted when I run it from a dos...
  11. beyondsociety

    setup program

    Hi, I made a program and I sent it to my friend and he had trouble unzipping it and so he asked me to put it on a cd. I need to know if anybody knows how to make a setup program in qbasic that will install the program in windows and be able to run from the start menu.
  12. beyondsociety

    creating a assembler

    Hi, I am creating a assembler based on the intel 80x86 processors. I have the opcodes and am converting them to binary to show the relationships between the opcodes. I need to create a memory database in assembler. IT has to have three fields: text field - variable - length type field - one...
  13. beyondsociety

    HOW TO USE THE KILL AND SYSTEM COMMANDS

    HI, IM CREATING A MENU FOR MY PROGRAMS IN QBASIC AND SO FAR IT SHOWS THE MENU, SCROLLS, AND THEN LOOPS. I WANT THE EXIT IN THE MENU TO EXIT, BUT FOR SOME REASON IT WON'T. I KNOW I CAN USE THE KILL AND SYSTEM COMMANDS, BUT I DON'T KNOW HOW TO EXACTLY USE THEM. IF ANYBODY CAN HELP ME OUT I WOULD...
  14. beyondsociety

    how to run programs from a menu that you created in qbasic

    Hi, I am creating a program that has a menu and I want it to load certain games when I press a number. I've tried to find out how to do this, but for some reason I can't find anything. Can anybody help me with this.
  15. beyondsociety

    qucikbasic 4.5 compiling to .exe help

    I can compile a .bas file to .exe in quickbasic45 and it works fine. But when I try to run the program, it won't work. It runs a normal program that says hello but if I put the command screen followed by a number for the screen type, it won't work. When I try to compile it to a .com file, the...

Part and Inventory Search

Back
Top