|
-
May 20th, 2007, 11:49 PM
#1
Thread Starter
Addicted Member
[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
-
May 21st, 2007, 12:03 AM
#2
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.
-
May 21st, 2007, 12:19 AM
#3
Thread Starter
Addicted Member
Re: [2005] Just started, few important yet simple questions
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|