I want to transfer one application from vb6 to.net with Visual studio 2010. Currently, the application is a Windows based application. I want to make a web application. I think I need to rewrite the code in.net. could you advise me when I rewrite the code in.net.
If your VB6 application consists of several COM objects with clean interfaces, you should be able to reuse those components that are not related to the user interface. You might want to take advantage of the experience of VB6 in your company to separate any user interface code from business logic. You can then reuse business logic in a web application.
There are many tips on conversion strategies. One strategy that might work well (as John said ) is to use Interop to integrate the VB6-back-end with the .Net web interface.
Some other resources:
, . . , VB6 , .
Visual Studio VB6 VB.NET, . , , VB6, .
It depends a lot on many factors, of course. You may be lucky and work with one of these rare stones: a well-structured VB6 project with a clear separation of views and code.
Source: https://habr.com/ru/post/1744091/More articles:How to create a magic square in PHP? - mathPutting 3 million pages in 1 folder or including them in several subfolders, which structure is faster to read and write? - filesystemsHow to get divs in jquery? - jqueryUsing PHP as a template language - phpHow to backup data stored in Core Data - iPhone application? - objective-cHow to unit test AOP? - .netiPhone: Understanding Crash Reporting in the Field: An Unrecognized Selector? - debugginghow to access a method from one ear to another ear on one application server - javaPygame Message-multiple lines? - pythonFind a substring in the given text .. C-program - cAll Articles