|
Browse by Tags
All Tags » COM » VB6 Migration ( RSS)
-
|
In VB6 when you have an ActiveX Library it was very important to use the BinaryCompatibility setting to make sure that your applications did not break after a change. So let’s first introduce what is binary compatibility and how to accomplish that in...
|
-
|
Either if you migrate your application from VB6 to C# or if you develop a new application in C# something you end up with cases where you need to use your classes in legacy apps. Some of them could have been written in VB6 or could even be VBA macros...
|
-
|
Well recently Kingsley has point me to a lot of useful links to improve the ExtendedWebBrowser. However he found another detail. When in Javascript you do something like a: window . open(‘url’,’window’,’width=200;height=300’); Those width and height settings...
|
-
|
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...
|
-
|
COM The idea is to make a class or several classes available thru COM. Then the compiled dll or the TLB is used to generate and Interop Assembly and call the desired functions. With this solution the current C++ code base line can be kept or might require...
|
-
|
We found some machines that do not show the "Attach To Process" option. This is very important for us, specially if you are testing the migration of an VB6 ActiveX EXE or ActiveX DLL to C#. There is a bug reported by Microsoft http://support...
|
-
|
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...
|
-
|
remove unused project referneces vb6...
|
|
|
|