Results 1 to 8 of 8

Thread: VB6 + VisualStudio 2008

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2009
    Posts
    313

    VB6 + VisualStudio 2008

    My friend and me have decided to build a web-based application!Basicly,we're building a dynamic web page wich we will use to access our database and manipulate data.
    My knowledge is,at the moment, restricted to VB6,PHP and MySQL.My friend uses VisualStudio2008,ASP and MySQL.

    Here is my question.Can I keep track with him?Are VB6 and VS08 compatible?
    What are my options when it comes to designing web forms?Can it be done in VB6?What about PHP vs ASP?

    Basicly,do I need to switch from VB6 to VS08 in order for the two us to work together on this project?

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: VB6 + VisualStudio 2008

    >>Here is my question.Can I keep track with him?Are VB6 and VS08 compatible?
    No, they are not compatible....

    >>What are my options when it comes to designing web forms?Can it be done in VB6?
    No, VB only compiles to code which can only run on a PC machine... yes, I know ActiveX OCXs can "run" in a browser... but that's actually more trouble than it's worth.

    >> What about PHP vs ASP?
    Those are server-side technologies.... you'll need to determine which you want to use and makes sure that the server that's going to host the website supports it. And there's a difference between aSP and ASP.NET....

    >> Basicly,do I need to switch from VB6 to VS08 in order for the two us to work together on this project?
    Yeah, pretty much... MS does offer free versions, VB Express 2008, VW Express 2008, which is probably what you're going to want to use.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2009
    Posts
    313

    Re: VB6 + VisualStudio 2008

    Is there a big difference between VB6 and VS08 code syntax?How much time,do you think,an average user needs to switch from one to another?
    VisualStudio08 + MySQL = a good combination?

  4. #4
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: VB6 + VisualStudio 2008

    The syntax is very, very similar between the two, however going from the vb6 to the .Net model is going to be quite a shift for you.

    .Net + (almost any database) is good
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  5. #5
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: VB6 + VisualStudio 2008

    It shouldn't take too long for you to pick up. It took me about 2 months of casual programming to get halfway decent. Probably less if I was thoroughly into it.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2009
    Posts
    313

    Re: VB6 + VisualStudio 2008

    Well,we have until the end of the year to finish the project,so I think thats more than enough time.What about some books,tutorials on this subject?I had VisualBasic Black Book and it helped me a lot.I am particulary interested in using VS for creating web forms and manipulating DB's.

  7. #7
    Lively Member
    Join Date
    Jan 2008
    Location
    Belfast - N.Ireland
    Posts
    97

    Re: VB6 + VisualStudio 2008

    have a look at vb6 -> vb.net conversion books. it help you get a grip of the basics and also the new IDE

  8. #8
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: VB6 + VisualStudio 2008

    You might also look at books that focus on Object Oriented design. The syntax of the two languages is so similar that you can probably read .NET right now, but since .NET is OO while VB6 was not, most of the differences will be cases where you are seeing methods that are members of objects that are members of other objects, and so on. That focus on OO is what will give you the most trouble. It's a good programming paradigm, but it is different from what you say that you are used to.
    My usual boring signature: Nothing

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