Networking

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
qbasicmonster
Coder
Posts: 11
Joined: Thu May 17, 2007 5:42 pm

Networking

Post by qbasicmonster »

How do you use the internet with Qbasic(make your own browser)???
User avatar
burger2227
Veteran
Posts: 2466
Joined: Mon Aug 21, 2006 12:40 am
Location: Pittsburgh, PA

LOL

Post by burger2227 »

You can SHELL links and Windows will open them, but forget making a browser man. QB was made well before the web was a big thing!

Amazingly, it allows a lot of stuff that even Windows has problems with.
But M$ wants to get rid of DOS to make more money!

SHELL "cmd /c start www.piday.org/million.php" 'XP or NT code

Ted
Please acknowledge and thank members who answer your questions!
QB64 is a FREE QBasic compiler for WIN, MAC(OSX) and LINUX : https://www.qb64.org/forum/index.php
Get my Q-Basics demonstrator: https://www.dropbox.com/s/fdmgp91d6h8ps ... s.zip?dl=0
k7
Coder
Posts: 41
Joined: Wed Aug 01, 2007 7:38 am
Location: Tasmania, Australia
Contact:

Post by k7 »

You can make windows with Internet Explorer capabilities with Creative BASIC, if your interesting in learning another BASIC.
Sinuvoid
Veteran
Posts: 155
Joined: Wed Jul 25, 2007 8:20 am

Post by Sinuvoid »

Well, instead of creating a whole new thread I thought I'd just post my question here :P

Is it possible to create an online multiplayer game in Qbasic? Like WoW or Unreal Tournament. (WITHOUT using the modem?)
Post Reply