Results 1 to 3 of 3

Thread: [2005] Just started, few important yet simple questions

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2007
    Location
    Australia
    Posts
    237

    [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

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2007
    Location
    Australia
    Posts
    237

    Re: [2005] Just started, few important yet simple questions

    Thanks alot

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width