2016 - Page 3 of 3 - ByteScout
Announcement
Our ByteScout SDK products are sunsetting as we focus on expanding new solutions.
Learn More Open modal
Close modal
Announcement Important Update
ByteScout SDK Sunsetting Notice
Our ByteScout SDK products are sunsetting as we focus on our new & improved solutions. Thank you for being part of our journey, and we look forward to supporting you in this next chapter!

2016

  • Home
  • /
  • 2016 Archives
Differences between VB 6 and VB.NET & Migrating VB 6 code to Microsoft VB.NET
VB 6 is an old application development framework that targets the COM infrastructure which in turn depends upon the useable components of the Windows framework. VB 6 is considered extremely simple since it doesn’t depend on outside components since all the functions and features that are required by the application are shipped in the form of runtime libraries with VB 6 application code. VB 6 code can either be compiled to interpreted P-code or the native runtime code. On the other [...]