QBasic and QB64 Discussion Board


[QB Forum Archives (1999-2009)/ ] [QB FAQ] [QB Links and Downloads] [Subforums and Chat Room] [Search]

QB64.Net Homepage   QB/QB64 Keywords   QB Graphics Forum   Homework Policy

Post New TopicView All Messages

Message TitleAuthor and Date
re-dimmensioned array on Sep 10
 Re: re-dimmensioned array on Sep 10
  Re: re-dimmensioned array on Sep 10
   You cannot DIM the same array twice. on Sep 10
    Re: You cannot DIM the same array twice. on Sep 10
     according to Qbasic's built in Help: on Sep 10
      Technically... on Sep 11
       Yep on Sep 12
Need help with pong program on Sep 5
 cool concept on Sep 5
  Revised pong game on Sep 5
   Don't use INKEY$ use INP(&H60) on Sep 5
    How would I do that on Sep 5
     Like this on Sep 5
      Re: Like this on Sep 5
       The function uses INP to read the keyboard on Sep 5
        Re: The function uses INP to read the keyboard on Sep 6
        Tested the scancodes in my pong program... on Sep 6
         It works but CLS is killing it on Sep 6
          Re: It works but CLS is killing it on Sep 6
           The function works. The drawing doesn'tClippy on Sep 6
            Re: The function works. The drawing doesn't on Sep 6
             Try using _DISPLAY at bottom of loop too! on Sep 6
              Re: Try using _DISPLAY at bottom of loop too! on Sep 7
               Use the code I posted above. on Sep 8
                Re: Use the code I posted above. on Sep 8
                 No wonder! It was trying to zero out the function array every loop on Sep 8
                  It works! on Sep 10
                   Apparently on Sep 11
                    Re: Apparently on Sep 11
              Re: Try using _DISPLAY at bottom of loop too! on Sep 7
              Re: Try using _DISPLAY at bottom of loop too! on Sep 7
              I also have a problem with another program on Sep 7
               Re: I also have a problem with another program on Sep 11
                Re: I also have a problem with another program on Sep 11
                 well... on Sep 11
                  Re: well... on Sep 11
    If you notice INP(&H60) sometimes messes up...Galleon on Sep 6
     Re: If you notice INP(&H60) sometimes messes up... on Sep 7
     * He is using QB64... on Sep 7
   better... on Sep 5
    also on Sep 5
     Re: also on Sep 6
      Re: also on Sep 6
      Re: Re: also on Sep 8
       Re: Re: also on Sep 8
  he also responded by email... on Sep 5
   error handling on Sep 5
    Re: error handling on Sep 6
     Dear anonymous:Solitaire on Sep 6
      Re: Dear anonymous: on Sep 6
 FIX errors so you don't need to handle them! on Sep 5
  I agree. Save errorhandling for unavoidable situations.Solitaire on Sep 6
Okay everyone I am back for good...gopus on Sep 4
 * Thanks for the promotion! Now get lost jerk off :-) on Sep 4
 Untitled on Sep 4
 Welcome back, Gopus. (added a PS) on Sep 4
how to get working directory in qb4.5 on Aug 28
 Use SHELL to send the CD info to a file. on Aug 28
 working directory, or program's location? on Aug 28
  * Interrupt and Absolute won't work in QB64 yet though... on Aug 28
   QB64 shouldn't need them, as QB64 should work with libraries.... on Aug 28
    * I reported them to Galleon. Thanks on Aug 29
     *Thanks. My tone was a bit overly critical. on Aug 29
      * He said that the LIBRARY update next week should fix that. on Aug 29
       *cool. thanks, Galleon. on Aug 29
      *You're going to love QB64's Pinocchio year (2012)Galleon on Aug 29
       * I can see it growing already! LOL :-P on Aug 29
        *It's not about growth, it's about what is considered to be realGalleon on Aug 30
         * Don't start talking like Mr Why... :-) on Aug 30
       * What he really means is upcoming releases are going to come, "With strings attached." :)Pete on Sep 5
    Here's the code from Galleon Michael: on Sep 10
     cool. on Sep 10
      _OFFSET is a flexible size so that it can hold any value on Sep 10
       Re: _OFFSET is a flexible size so that it can hold any value on Sep 10
 take away its food stampsgopus on Aug 31
QB full screenBernard on Aug 28
 Any SCREEN mode but 0(or no screen mode at all) will be a full screen. on Aug 28
  Got it.Bernard on Aug 29
How do I do this?Zack on Aug 19
 Well...Unseen on Aug 20
 *I'll provide an example tomorrowGalleon on Aug 21
  Here's an example of fading using _SETALPHA (as promised)Galleon on Aug 23
   And here's a much more fun example!Galleon on Aug 23
    And here's my calling card...Galleon on Aug 23
     OK, this is almost spamming but this one is amazing!Galleon on Aug 23
      *Sweet!Unseen on Aug 23
 Re: How do I do this? on Aug 21
  A different questionZack on Aug 21
   * Nvm I found a way to do this with Command Prompt :)Zack on Aug 21
Help with inverted colorsZack on Aug 18
 Try...Unseen Machine on Aug 18
  Re: Try... on Aug 18
  * Thanks that worked :)Zack on Aug 18
 Sounds to me like XOR... on Aug 18
  _RGB values must be LONG or DOUBLE on Aug 18
   It shouldn't matter... on Aug 18
    You're right of course, however in most cases integer arrays are used for graphical GET... on Aug 19
    * It DOES MATTER in QB64! You don't have _RGB values in Qbasic with Alpha either on Aug 19
     You can store GET/PUT data in STRINGs tooGalleon on Aug 21
 I'm just trying to understand everything in the code... on Aug 18
  If I remember correctlyZack on Aug 18
   * That's what comments are for!Solitaire on Aug 18
   *okay. on Aug 18
For those not QB64'ing...Unseen Machine on Aug 15
 Don't turn formatted text off when posting links! on Aug 18
  *I don't get the option to enable/disable it! :(Unseen on Aug 19
   * Perhaps you should sign in. You can do that quarterly you know. on Aug 19
Automatic benchmark programPharoah on Aug 3
 The previous message without the HTML tagsPharoah on Aug 3
Got program to run it but then I get an error message on Aug 3
 response. on Aug 3
Help with a few problems on Aug 3
 RE on Aug 3
  *pi? on Aug 3
   * I LOVE PI :-) on Aug 3
 sceen saver after delay on Aug 4
  I just want my old yahoo basic back on Aug 4
   *what is yahoo basic? on Aug 4
    * Would that be the same as Voodoo Basic? (just joking)Solitaire on Aug 11
  *DOS TSR screen saver example (URL) on Aug 17
 flickeringangros47 on Aug 15
  Yes, angros47's second method is the best solution... on Aug 15
   *that is demonstrated in my screen saver example, although i failed to highlight it. on Aug 15
    *Sorry, Michael -- I saw your post but didn't note that specific section of code. on Aug 15
     no problem. on Aug 16
      *Good luck! on Aug 16
       *thanks on Aug 16
Opening desktop programs with qbasic? on Aug 2
 You can use SHELL to run Notepad on Aug 2
 *you're not talking about something like OLE, are you? on Aug 3
A game I wrote on Aug 2
 Re: A game I wrote on Aug 2
Turning off overflow checkingPharoah on Jul 31
 You could create your own add functionqbguy on Jul 31
 i guess you're using qbasic on Aug 1
Help with INKEY$ lagZack on Jul 26
 Re: Help with INKEY$ lag on Jul 27
  ThanksZack on Jul 27
   yw. on Jul 28

16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 

<< Prev Next >>