Results 1 to 10 of 10

Thread: Witch VS.NET edition

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    14

    Witch VS.NET edition

    Hi,

    I need to decide what Visual Studio 2005 edition to buy. Standard or professional.

    I have some 3rd party (Visual C++) code (to retreive settings from an external device) from witch i need to create a DLL that i will be using in a vb application.

    Can this be done using the standard editon?

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

    Re: Witch VS.NET edition

    Standard supports all the same languages as Professional.

    http://msdn.microsoft.com/vstudio/pr...e/default.aspx
    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
    New Member
    Join Date
    Apr 2006
    Posts
    14

    Re: Witch VS.NET edition

    Yes, i know but the reason i ask is because i own a copy of VB2003 (not VS) standard and with this i can't create an OCX or a DLL

    Is it possible to crate a DLL with visual studio 2005 standard?

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Witch VS.NET edition

    What version of VB.NET 2003 do you have?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  5. #5

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    14

    Re: Witch VS.NET edition

    Visual basic 2003 standard.

    In the info screen it says the following

    Microsoft Development Environment 2003 version 7.1.3088

  6. #6
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Witch VS.NET edition

    Do you have a "WindowsControlLibrary" project template?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  7. #7

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    14

    Re: Witch VS.NET edition

    No, i have the following templates :

    Windows application
    ASP.NET web application
    ASP.NET web service
    ASP.NET mobile web application
    Console application

    Setup project

    Database project

    Blank solution

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

    Re: Witch VS.NET edition

    VB 2005 Express can create library projects so VS 2005 Standard will be able to. As far as I'm aware no version of VS.NET ever has been able to create OCXs because they are a COM thing.
    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

  9. #9

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    14

    Re: Witch VS.NET edition

    I also have a copy of Visual studio 6 enterprise edition.

    If you started a new project there i could select ActiveX dll and ActiveX control

    If an activeX control project was build, it would become an OCX
    If an ActiveX dll project was built, it would become a DLL

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

    Re: Witch VS.NET edition

    ActiveX is COM. .NET is .NET. .NET doesn't do COM. All .NET projects are compiled into assemblies, which are .NET executables.
    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

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