|
Browse by Tags
All Tags » Interop ( RSS)
-
|
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...
|
-
|
Most of our clients come from a medium-size to a big enterprise level. In these scenarios is very common to have different department using different technologies to solve their business needs. These different technologies can be on a very homogeneous...
|
-
|
Recently I had to deal with targeting an XBAP application that had some Windows Forms controls. The problem is that those controls can only be used in a trusted environment. If you try to debug an XBAP with some Windows Forms Controls you will get an...
|
-
|
Most people migrating their application want to move ahead and take advantage of new technologies and new operating systems. So if you had a VB6 application and you migrated it with us to .NET we will recommend and automate the process to use ADO.NET...
|
-
|
Have you ever wished to modify the way Visual Studio imported a COM Class. Well finally you can. The Managed, Native, and COM Interop Team (wow what a name). It looks like the name of that goverment office in the Ironman movie. Well this fine group of...
|
|
|
|