|
Browse by Tags
All Tags » ASP Migration » vb6migration ( RSS)
-
|
Now all we need to do is setup the VB6 code that we will use for migration. To do that follow these steps: 1. On the Source Code Explorer toolback click on the Add Files button: 2. Click the Add Folder button and select the folder with your VB6 files...
|
-
|
As vb6 migration experts in our company we deal everyday with a lot of issues around Interop and serialization. One important thing to note is the concept of “Bittable Types”. I’m not making up terms. Those terms actually exist. Just see this link in...
|
-
|
One of our clients wanted to change the CreateObject function migration for a function of their own. So they wanted all cases like: Dim x As Object Set x = CreateObject("Excel.Application") To be migrated to something like: Excel.Application...
|
|
|
|