Locked How to transform files from code?

  • Friday, November 17, 2006 11:22 AM
     
     
    I have the following files format for VISUAL STUDIO 6 Pack, which I have to transform to EXE application:
    1. PDM
    2. vbp
    3. frm
    4. frx
    5. SCC
    6. vbw

    I'm new to this and would like to know how to do?

    Regards


All Replies

  • Monday, November 20, 2006 5:55 PM
    Owner
     
     Answered

    Hi -

    Let me make sure I understand the transform you want to do.  So you have a VS6 project (vdp) + source code files (frm, frx, etc) and you want to create a built application EXE?  If so, the way to do this is File -> "Make EXE". 

    If your goal is to convert this code into VB.NET code using VS 2005, you can use File -> Open Project and choose the VDP file.  This will automatically convert the code to VB.NET using an upgrade wizard.  You can learn more about VB upgrade guidance on http://msdn.com/vbrun/

    I hope one of these answers is what you need.  Let me know.

    Thanks,

    Paul

  • Tuesday, November 21, 2006 8:10 AM
     
     
    Hello Paul,
    1. question: I would like to know which software I need for this code to do File  and than  "Make EXE". ?

    2. question:Is possible to get this software for free and which link?

    3. question:  Is
    vdp format Visual Studio or is the same VS 2005?

    Regards and thank you for fast reply.

  • Friday, December 15, 2006 3:07 AM
    Owner
     
     Answered

    Hi

    1) Make EXE feature is only available in Visual Basic 6.  You cannot buy this at the stores but you can get it via an MSDN subscription. 

    2) You can buy an MSDN subscription for a fee.  See http://msdn.com and click on How to Buy. 

    If you choose to look at VS 2005, there are free options.  You can get our entry level product, Visual Basic Express, for free here:  http://msdn.com/express/  You could also get a trial version of the Visual Basic Standard or Pro editions.  The differences between the editions is discussed here:  http://msdn2.microsoft.com/en-us/library/b4z62wxz(VS.80).aspx

    3) VDP format is Visual Basic 6.0 or Visual Studio 6.0.  VS 2005 uses a new format called PROJ (for project).  If you open a VDP in any edition of VS 2005 or VB 2005, an upgrade wizard will launch and assist you with the conversion.  Note that most conversions still require manual work.  Upgrade guidance is discussed in detail on this site: http://msdn.com/vbrun/

    I hope this helps.

    Best,

    Paul