+ Reply to Thread
Results 1 to 9 of 9

Thread: Instaling VB 6 working model on vista

  1. #1
    taha116's Avatar
    taha116 is offline x10 Lieutenant taha116 is an unknown quantity at this point
    Join Date
    Nov 2007
    Posts
    497

    Instaling VB 6 working model on vista

    So i have the CD from a old book on visual basic. The CD is like from 1999 and upon runing setup.exe in vista i get a message that says something like this software has known issues with this version of windows.

    When i press "check for online solution" it finds nothing

    I googled it and found this
    http://msdn.microsoft.com/en-us/vbrun/ms788708.aspx

    I want some verification that my computer wont get screwd up if i tried to install this that's all.


    Need help with starting up your website? No problemo PM if you need help, if you want help with scripts like WordPress, SMF and so on dont be afraid to PM for that too.


  2. #2
    ichwar's Avatar
    ichwar is offline Community Advocate ichwar is an unknown quantity at this point
    Join Date
    Dec 2008
    Location
    NC, USA
    Posts
    1,454

    Re: Instaling VB 6 working model on vista

    Hmmm, what's on this cd? If it's just the visual basic ide, go get the latest Visual Basic 2008 off of microsoft's site.

    Other wise, there should be an option under control panel to make older programs compatible with vista. To use that option, you first install the old program, then select it from the list and let vista do it's best to compatiblize it. I can't give you any specific steps because I long ago removed vista from my disk. But the time I did try it, it worked pretty well.

  3. #3
    taha116's Avatar
    taha116 is offline x10 Lieutenant taha116 is an unknown quantity at this point
    Join Date
    Nov 2007
    Posts
    497

    Re: Instaling VB 6 working model on vista

    Oh, well then ill give it a shot, but wont i hve to pay for vb 2008?


    Need help with starting up your website? No problemo PM if you need help, if you want help with scripts like WordPress, SMF and so on dont be afraid to PM for that too.


  4. #4
    ichwar's Avatar
    ichwar is offline Community Advocate ichwar is an unknown quantity at this point
    Join Date
    Dec 2008
    Location
    NC, USA
    Posts
    1,454

    Re: Instaling VB 6 working model on vista

    Nope, Get the express version, that has all you'll ever need to write plenty good software, and it's totally free. The full version that you have to pay for just has more bells and whistles that you don't really need if you aren't a professional VB coder.

  5. #5
    taha116's Avatar
    taha116 is offline x10 Lieutenant taha116 is an unknown quantity at this point
    Join Date
    Nov 2007
    Posts
    497

    Re: Instaling VB 6 working model on vista

    Thats the problem i am intrested in learning, the most interaction i did with VB was sleep in class while the teacher taught and on the last minute catch up. Lukily my class was full of duchebags and i managed the highest mark... I can garuntee you this... i dont know squat about Vb accept its called visual basic, not visual basics.

    I think i got a 90 in that course


    Need help with starting up your website? No problemo PM if you need help, if you want help with scripts like WordPress, SMF and so on dont be afraid to PM for that too.


  6. #6
    ichwar's Avatar
    ichwar is offline Community Advocate ichwar is an unknown quantity at this point
    Join Date
    Dec 2008
    Location
    NC, USA
    Posts
    1,454

    Re: Instaling VB 6 working model on vista

    Yeah, so if you're just trying to learn vb, the free express edition will be just fine. I've done all my c# coding with the express edition and it works perfectly. It does more than I will ever need it to do.

  7. #7
    Hue Kares's Avatar
    Hue Kares is offline x10Hosting Member Hue Kares is an unknown quantity at this point
    Join Date
    Feb 2009
    Location
    UK
    Posts
    38

    Re: Instaling VB 6 working model on vista

    VB6??:nono: taha116, I'll lose all respect for you; don't do it! I'll go into why not to use VB6 if you want me too (you don't, honestly!), just do yourself a favour; Listen to ichwar...

    You can get your free copy of VB.Net (VB9), C#, Visual Web Developer (build asp.net pages using vb.net or C#), and of course, the documentation from http://www.microsoft.com/express/.

    There is plenty of training material provided by Microsoft to get you more than started, including this 9-10 hour training series. The series uses VB2005 (VB, but that's OK, you'll learn about newer language features later.

    Once you're settled, there are three main things to focus on during your learning:
    * learn your language of choice (doesn't matter which one)
    * learn concepts of Object Orientated Programming
    * understand what the .Net Framework is, and how it works

    You should expect your learning to last forever, as you'll never know enough and Microsoft always add new technologies to the framework that you have to grasp. But, it remains fun... when your not pulling your hair out! I'll be happy to help you out if you ever need it.

    Oh, and that VB6 CD; use it as a drinks coaster... Enjoy.

  8. #8
    ichwar's Avatar
    ichwar is offline Community Advocate ichwar is an unknown quantity at this point
    Join Date
    Dec 2008
    Location
    NC, USA
    Posts
    1,454

    Re: Instaling VB 6 working model on vista

    Quote Originally Posted by Hue Kares View Post
    VB6??:nono: taha116, I'll lose all respect for you; don't do it! I'll go into why not to use VB6 if you want me too (you don't, honestly!), just do yourself a favour; Listen to ichwar...

    You can get your free copy of VB.Net (VB9), C#, Visual Web Developer (build asp.net pages using vb.net or C#), and of course, the documentation from http://www.microsoft.com/express/.

    There is plenty of training material provided by Microsoft to get you more than started, including this 9-10 hour training series. The series uses VB2005 (VB, but that's OK, you'll learn about newer language features later.

    Once you're settled, there are three main things to focus on during your learning:
    * learn your language of choice (doesn't matter which one)
    * learn concepts of Object Orientated Programming
    * understand what the .Net Framework is, and how it works

    You should expect your learning to last forever, as you'll never know enough and Microsoft always add new technologies to the framework that you have to grasp. But, it remains fun... when your not pulling your hair out! I'll be happy to help you out if you ever need it.

    Oh, and that VB6 CD; use it as a drinks coaster... Enjoy.
    lol Have you ever considered that he may find it fun to try and do stuff with VB6 and then find out it's too old to do that thing any more? ;)

    Anyways taha, I'd suggest you follow his advice. As I said before, it will be a lot easier.

    btw Hue, you forgot to mention that there is also a free visual c++ edition too. But I'm just nit picking now, so I'll quite.

  9. #9
    taha116's Avatar
    taha116 is offline x10 Lieutenant taha116 is an unknown quantity at this point
    Join Date
    Nov 2007
    Posts
    497

    Re: Instaling VB 6 working model on vista

    lol alright thanks guys im checking it out. Lol and hue nice post


    Need help with starting up your website? No problemo PM if you need help, if you want help with scripts like WordPress, SMF and so on dont be afraid to PM for that too.


+ Reply to Thread

Similar Threads

  1. Why Macs are the Best!
    By Sohail in forum Crossfire
    Replies: 39
    Last Post: 04-07-2008, 04:55 AM
  2. Windows Vista: The Ow starts now.
    By Equiflux in forum Computers & Technology
    Replies: 42
    Last Post: 11-01-2007, 07:57 AM
  3. Windows Vista Leaked
    By n4tec in forum Scripts & 3rd Party Apps
    Replies: 20
    Last Post: 11-06-2006, 08:08 AM
  4. Vista Security
    By Spartan Erik in forum Off Topic
    Replies: 4
    Last Post: 10-06-2006, 05:02 AM
  5. No Vista Until '07: Should You Care?
    By Brandon in forum Scripts & 3rd Party Apps
    Replies: 5
    Last Post: 03-29-2006, 05:27 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers