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 Wanet Telecoms Ltd 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. CodeHunter

    QBasic/QuickBasic Uses and Usages

    Well, I've read all this and took it in well. I just wanted to add something to that last part about printing from qbasic. The LPrint isn't the only way to send data to the printer. There is also the nice COM on off stop. Just by playing around with these on off stop I realizing that this can...
  2. CodeHunter

    sending AT commands using QBASIC

    change that first com2 to com1 sorry dang the bugs :)
  3. CodeHunter

    sending AT commands using QBASIC

    Maybe this will help you. First I would like to say I'm learning as mess things up along the way hehe. Well the modem has lots of commands ATS0=1 tells the modem to wait for a call connect after first ring ATDT DIAL OUT ATHT OR ATZ HANG UP ETC you can even set your modem up like a fraggin'...
  4. CodeHunter

    Mouse click on an image

    Ok, I understand that you can use a sprite with the mouse with the Sprite 1,mousex(),mousey(),1. This is all and find, but how do I get that now new controlled sprite as a mouse to click on another image and have it do an action? Ex: If mouse click on sprite then goto end End: Print "test...
  5. CodeHunter

    Force the black lines on a sprite

    Once again I have a question. I was playing around with my sprites and notice how everything in black is erased from the screen. I know this isn't a major problem unless you need some areas to show black. My question, is there a way to set the sprites background to a color and force darkbasic to...
  6. CodeHunter

    Leting the player save the game

    Ok let me break this down. First off I'm not a great programmer. I'm more of an animator and deal with such things as 2d and 3d animation. However, I use to do a little programming in qbasic and found Darkbasic. I've been working out the code for a few days now and have enough info to make a...

Part and Inventory Search

Back
Top