Results 1 to 4 of 4

Thread: PHP Pro but VB Newbie Needs Advice

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2006
    Posts
    1

    Post PHP Pro but VB Newbie Needs Advice

    I'm a virtual pro when it comes to PHP and MySQL, but now I would like to put together a business suite as a windows application.

    My questions are few but major...

    1. Where is the best site to learn VB for windows if you have NO knowledge of VB?

    2. What is the best FREE software to use... I don't want to spend a dime to learn or start building apps (couldn't afford it anyway).

    3. What are the best free installers and ways to encrypt the software for mass distribution with individual user keys... (in php it would just be in the programming and database)

    4. What is the best db to use for apps that will rely on 100% data being kept on a data storage server w/ no local information resident on the user's PC.

    5. Finally, while I know it's a long shot.... are there any quick methods to transfer PHP apps to VB??? The application I'm building will have several hundred php files (if you count all of the .inc files) so I know it may not be possible.

    Any help or advice is appreciated.

  2. #2
    Frenzied Member conipto's Avatar
    Join Date
    Jun 2005
    Location
    Chicago
    Posts
    1,175

    Re: PHP Pro but VB Newbie Needs Advice

    Quote Originally Posted by phoenixx
    I'm a virtual pro when it comes to PHP and MySQL, but now I would like to put together a business suite as a windows application.

    My questions are few but major...

    1. Where is the best site to learn VB for windows if you have NO knowledge of VB?
    Depends what you're looking for.. if you've got the time, see my next post..
    Quote Originally Posted by phoenix
    2. What is the best FREE software to use... I don't want to spend a dime to learn or start building apps (couldn't afford it anyway).
    Visual Basic 2005 Express Edition - Free DL from MS, fully functional, fully liscensable. Also, if you register it (free) you can download something called "Build a Program now!" which is a pretty good tutorial to making a program, and goes from the ground up.
    Quote Originally Posted by phoenix
    3. What are the best free installers and ways to encrypt the software for mass distribution with individual user keys... (in php it would just be in the programming and database)
    .NET Software is compiled to Intermediate Language (MSIL) So it's quite easy to decompile. however, there are things like Dotfuscator that can obfuscate the IL and make it difficult, and I believe there's some way to prevent ILDASM (MS's IL Decompiler) from working.. Someone posted it a while back.

    As for installers, The free version of VB 2005 doesn't have any decent support for installers, but Inno Setup is a very popular script based installer.
    Quote Originally Posted by phoenix
    4. What is the best db to use for apps that will rely on 100% data being kept on a data storage server w/ no local information resident on the user's PC.
    For VB.NET, there are entire classes optimized for SQL Server. You can also get SQL Server Express for free as well.. Though lots of folks don't like SQL Server.
    Quote Originally Posted by phoenix
    5. Finally, while I know it's a long shot.... are there any quick methods to transfer PHP apps to VB??? The application I'm building will have several hundred php files (if you count all of the .inc files) so I know it may not be possible.
    Not that I know of.
    Hate Adobe Acrobat? My Codebank Sumbissions - Easy CodeDom Expression evaluator: (VB / C# ) -- C# Scrolling Text Display

    I Like to code when drunk. Don't say you weren't warned.

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: PHP Pro but VB Newbie Needs Advice

    Welcome to the forums.

    Learning the fundamentals of VB.NET shouldn't be that difficult. Here is a quick Google search that I did on tutorials.

    In addition, we have a VB.NET forum section here in which you can post any questions regarding how to do something with this language and there are a number of our members quite versed in this development platform that would love to help out.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: PHP Pro but VB Newbie Needs Advice

    Since you are coming from a PHP background, I would suggest C#, since it is closer in syntax and structure to PHP/Java. It will help your learning curve, you'll only end up having to learn the concepts involved, like OOP and POO.

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