[2005] Just started, few important yet simple questions
Question 1: Is it a correct assumption Vbscript is the language used in VB2005?
Question 2: Is it possible to create objects with Vbscript or its language?
Like myButton = new Button(text, width, height, x, y);
and so on? is that possible?
Question 3: Anyone know a good tutorial for learning this language / program
Question 4: I am making a game, and I need a bit of info
How do I install stuff, for example, you'll download my game, double click the setup.exe file or whatever it'll be called, and it'll go through a whole installation of the program, make some folders, place it in C\ProgramFiles\myName
I assume you'd do it with some sort of files you can make in VB? maybe not?
Thats it for now, I hope you can answer my questions
Thanks in advance :)
Re: [2005] Just started, few important yet simple questions
VB 2005 is a language. VBScript is another lanaguage. They are not the same thing and not really related. They both use the VB syntax but one is used to create compiled .NET applications while the other is a scripting language. They are no more related than Java and JavaScript.
I suggest that you start learning VB 2005 here.
Re: [2005] Just started, few important yet simple questions