|
-
Dec 16th, 2006, 03:35 PM
#1
Thread Starter
Fanatic Member
Re: .NET Stand-alone exe's and deployment
 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.)
-
Dec 16th, 2006, 03:52 PM
#2
Re: .NET Stand-alone exe's and deployment
 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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Dec 16th, 2006, 04:09 PM
#3
Thread Starter
Fanatic Member
Re: .NET Stand-alone exe's and deployment
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|