|
Browse by Tags
All Tags » .NET General Tip » vb6migration ( RSS)
-
|
I was looking for a “.net” way of detecting the CapsLock state, but almost all the references pointed to pinvoke code like: <DllImport("user32.dll")> _ Public Shared Function GetKeyState(VirtKey As Integer) As Integer End Sub And I finally...
|
-
|
Some time ago Jose Aguilar had blogged about the Interesting Behavior of TabIndex in Migrated Applications . As he explained at the time there are functional differences between the TabIndex behaviour in VB6 If you look at Figure1. Figure 1. This image...
|
-
|
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...
|
|
|
|