Results 1 to 40 of 45

Thread: .NET Stand-alone exe's and deployment

Hybrid View

  1. #1

    Thread Starter
    Fanatic Member esposito's Avatar
    Join Date
    Sep 2003
    Location
    Perugia, Italy
    Posts
    961

    Re: .NET Stand-alone exe's and deployment

    Quote Originally Posted by RobDog888
    But with .NET its more of a RAD development studio then VB 6 ever was. One property setting to make a form "always on top" in .NET vs. in VB 6 having to use an API call, define consts and make the call passing the forms handle to it too.

    VB 6 knowledge is not useles as the only real difference in .NET is that if you didnt have any OOP knowledge in VB 6 you will need it now in .NET. Logic and being familiar with controls and databases etc is never useless as it can always be applied to any other programming language or IDE.
    I was referring to the tons of VB6 code that every programmer (I bet) has stored in a personal database to be used with a simple copy-and-paste operation. That code must be re-written from scratch. (The migration tool provided by MS is a joke.)

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

    Re: .NET Stand-alone exe's and deployment

    Quote Originally Posted by esposito
    I was referring to the tons of VB6 code that every programmer (I bet) has stored in a personal database to be used with a simple copy-and-paste operation. That code must be re-written from scratch. (The migration tool provided by MS is a joke.)
    I missed this post.

    Well some of your code library will be obsolete as the "always on top" scenerio I presented. No longer will you need a library entry for that as a single property will be even faster then looking it up in a code respoitory.

    So I really dont see a need for probably 50% of code libraries as a guestimate.
    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

  3. #3

    Thread Starter
    Fanatic Member esposito's Avatar
    Join Date
    Sep 2003
    Location
    Perugia, Italy
    Posts
    961

    Re: .NET Stand-alone exe's and deployment

    Quote Originally Posted by RobDog888
    I missed this post.

    Well some of your code library will be obsolete as the "always on top" scenerio I presented. No longer will you need a library entry for that as a single property will be even faster then looking it up in a code respoitory.

    So I really dont see a need for probably 50% of code libraries as a guestimate.
    I have installed the Express Edition of VB 2005 on my computer and played around with it. The IDE is just great, the tools you have at your disposal are so many that they make you feel strong. I would love to put VB6 on the shelf and develop my new commercial software in VB.NET. I would even be ready to bury my VB6 code repository. Unfortunately, I did a personal survey among my customers (a few hundred users) and I found that the majority of them did not have the Framework v.1.1 on their machines. So, I decided to put off the idea of embracing the .NET technology to a better future. In the meantime, I looked around and I found a free version of Borland Delphi the potential of which is definitely superior to VB6. Right now, I am developing my new software in Delphi, while keeping an eye on the evolution of .NET.

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