Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Beginner in QBasic and ...about windows applications
#1
Hello.I am really amazed that there are millions of people use QBasic nowdays!!!I see that there are many qbasic forums and i am Impressed!I cant believe that.
Well i got quickbasic 7.1 having previous programming experince,though i have to ask some questions.Is it possible and how to create a window's window with qbasic??Is it possible??
Reply
#2
I dont know whether there are "millions" of qbers out there but there are modest numbers of us still around 8) Ok, about your question. No, you can't create a windows "window" in QB. For that you will have to use FB (FreeBasic) or VB (Visual Basic).
Reply
#3
Is there a difference in the code from free basic and qb 4.5? Or are the the same?
Reply
#4
Quote:Is there a difference in the code from free basic and qb 4.5? Or are the the same?

most things that a newbie would start out with in qb work perfectly in fb, and then you can naturally progress into things like page flipping, which are actually built into the language, unlike qb.

on my other post i showed you something with chr(0) + "H" for instance, in fb that would be chr$(255) + "H" just little differences like that.. nothing extremely important in qb has been taken out of fb, only maybe changed (usually slightly)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)