Jack McKalling Posted October 3, 2005 Share Posted October 3, 2005 Is there any difference between these two? :(When not, what is the difference between this and Basic? Basic is some nice language for Grafical Calculators like TI-83+, it is meant for dudes who don't do programming, or game-making freakies (like me ) :)My teacher advised turning to Visual Basic when I asked for help with some Basic game, I never tried the program he game me though. Link to comment Share on other sites More sharing options...
The-Eagle-Eye Posted October 4, 2005 Share Posted October 4, 2005 Visual Basic is an environment where certain design is made and code is written for that.Whereas VB Script is a language used in Visual Basic as a piece of code. Link to comment Share on other sites More sharing options...
Jack McKalling Posted October 4, 2005 Author Share Posted October 4, 2005 Thanks mate So it is not as I thought, two names for same language Link to comment Share on other sites More sharing options...
XMLTorrent Posted November 16, 2005 Share Posted November 16, 2005 In response to your question of BASIC itself, BASIC was created waaaaaaaaaaaaaaaaaaaaaaaay before the days of the infamous Texas Insturments graphing calculators. It's just another programming language that was created to make it easier for people to create complex applications. Implied from it's actual name, which can make you feel dumb, Beginners All-purpose Symoblic Instruction Code.In terms of the difference between Visual Basic and VBScript, there aren't a whole heck of a lot when you look at such things like syntax, naming conventions, and functions. However when you get to such things as database development, graphics, and more complicated things, there is a huge gap between the two. Actually, a major difference in the two languages can be seen in the way they handle variables. Visual Basic gives you the option of defining your own data types for your variables without having to explicitly convert them to other types. VBScript on the other hand, treats every variable as a nasty Variant type and you have to explicity convert your variables to a different data type.The-Eagle-Eye:VBScript isn't the name of the code used in Visual Basic. It's BASIC. VBScript is a deviation of Visual Basic so that it can be used in web development like JavaScript. Link to comment Share on other sites More sharing options...
Jack McKalling Posted November 16, 2005 Author Share Posted November 16, 2005 Thanks I understand Link to comment Share on other sites More sharing options...
Chocolate570 Posted November 16, 2005 Share Posted November 16, 2005 VBasic is great for games 'coz you can make a great visual interface in like 2 seconds. One of my favorite games that i made was a button that you had to click, but every time you moved the mouse, it moved away. It was quite fun.Ya, the name of basic makes you think it's a really easy language. It's not. The syntax is great, but the great thing about one form of basic, Qbasic, is that it has so many functions to actually use the computer for it's own good. Do you know if anything else can access a computer's speakers? :)VBscript is like, a non visual basic. Kinda. When you're programming it, at least. ~Chocolate570 Link to comment Share on other sites More sharing options...
Jonas Posted November 16, 2005 Share Posted November 16, 2005 http://www.w3schools.com/vbscript/vbscript_intro.aspDefinition of VBscript under "What is VBscript?". So, basically, it's a light version of Microsoft's programming language Visual Basic... Link to comment Share on other sites More sharing options...
Chocolate570 Posted November 16, 2005 Share Posted November 16, 2005 When i say non visual basic, i mean it's a non visual (visual basic). Do you get what i mean? Link to comment Share on other sites More sharing options...
XMLTorrent Posted November 17, 2005 Share Posted November 17, 2005 The whole visual thing has blinded us from the actual language. lol DANG MICROSOFT!!! Link to comment Share on other sites More sharing options...
aspnetguy Posted November 29, 2005 Share Posted November 29, 2005 The whole 'VISUAL' part of development was created so the deveoper doesn't waste hours designin ght eofrm when you can just drag and drop.It refers to the point, 'don't re invent the wheel every program you write'.The whole focus of Visual and Object Oriented programming is to write code in a way that much of it can be reused over again in other programs.VISUAL Basic is not good for game programming (by games I mean 3D games, like Call of Duty or something, not simple matching games.)Infact C++ remains the best and most efficient for complex games, although much more complex than visual basic and harder to understand.Also don't waste your time learning VB6 now, there are 2 newer releases since then anyways.Look into VB.Net (1.0, 1.1, and 2.0). Link to comment Share on other sites More sharing options...
gosu^ Posted December 5, 2005 Share Posted December 5, 2005 The whole 'VISUAL' part of development was created so the deveoper doesn't waste hours designin ght eofrm when you can just drag and drop.It refers to the point, 'don't re invent the wheel every program you write'.The whole focus of Visual and Object Oriented programming is to write code in a way that much of it can be reused over again in other programs.VISUAL Basic is not good for game programming (by games I mean 3D games, like Call of Duty or something, not simple matching games.)Infact C++ remains the best and most efficient for complex games, although much more complex than visual basic and harder to understand.Also don't waste your time learning VB6 now, there are 2 newer releases since then anyways.Look into VB.Net (1.0, 1.1, and 2.0).<{POST_SNAPBACK}> oh dear dont get me confused - i've just gotten into an apprentiship (internet and software technician apprentice) and im 16 just starting out learning about html/css and a little bit of flash type scripting language and a bit of javascript. im dumb and my workplace need vbscript/vbscript.net and i have to learn it :S me scared now Link to comment Share on other sites More sharing options...
Chocolate570 Posted December 5, 2005 Share Posted December 5, 2005 Basic consolidated ideas from this post:-Visual Basic is the visual sibling of vbscript.-Visual Basic is good for making simple program interfaces for windows-VBscript is the web based visual basic-VBscript was created by MS to counter javascript-Visual Basic should be learnt if you are a techinician for a company-Visual Basic is quite simple-VB and VBScript use the same codingThat should help a bit. Link to comment Share on other sites More sharing options...
sorex Posted December 7, 2005 Share Posted December 7, 2005 It refers to the point, 'don't re invent the wheel every program you write'.Well, you lose a lot of challenges into programming.I've come a long way from several basic's (2.0/Q/...) > several assembler's (6502/8086/80x86) > TP/BP and kind of gave up when the Visual stuff came up due to the lack of challenges.I'm now stuck to messing around in asp/html/css/sql/actionscript etcalthough I'm seriously thinking of jumping onto the .net train but I just can't find a decent site that explains how that visual stuff works Link to comment Share on other sites More sharing options...
~Shinta Posted December 9, 2005 Share Posted December 9, 2005 Just forget Visual Basic. Get Perl or Python instead... To me, programming in VB is like using CSS hacks to display a big naked picture of Jack Thompson to all IE users. Link to comment Share on other sites More sharing options...
Jonas Posted December 13, 2005 Share Posted December 13, 2005 using CSS hacks to display a big naked picture of Jack Thompson to all IE users.There's an idea... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now