|
Browse by Tags
All Tags » VIsual Basic .NET » VB6 Migration » C# ( RSS)
-
|
If you have some .NET code that you want to share with VB6, COM has always been a nice option. You just add couple of ComVisible tags and that's all. But... Collections can be a little tricky. This is a simple example of how to expose your Collections...
|
-
|
In VB6 it was very simple to add scripting capabilities to your application. Just by using the Microsoft Script Control Library You can still use this library in .NET just as Roy Osherove' Bloc show in http://weblogs.asp.net/rosherove/articles/dotnetscripting...
|
-
|
When people decide to migrate their VB6 applications they eventually end up questioning where they should go. Is VB.NET or C# a good choice? I have my personal preference, but my emphasis is in developing the technology to take where YOU want to go. VB...
|
-
|
Motivation: I hate to be disappointed. Specially if it is by a person you had respect for. And that's exactly what Francisco Balena from VB Migration Partner, has done. I have respected him for his books and all his VB6 experience. In terms of legacy...
|
-
|
This code is so handy that I'm posting it just to remember. I preffer to serialize my datasets as attributes instead of elements. And its just a matter of using a setting. See: Dim cnPubs As New SqlConnection( "Data Source=<servername>;user...
|
-
|
We found and interesting bug during a migration. The issue was that when there was an iteration through the controls in the forms, and you set the Enabled property, the property didn't get set. After some research my friend Olman found this workaroung...
|
-
|
Do you want to create a program to install your assembly in the GAC using C#. Well if you had that requirement or you are just curious, here is how. I read these three articles: Demystifying the .NET Global Assembly Cache GAC API Interface Undocumented...
|
-
|
I present here the implementation of some useful tasks In Artinsoft we perform massive migrations of VB6 code to VB.Net and C#. And sometimes after migration there are customizations to be performed on the code, to add new functionality or to set certain...
|
-
|
During migration to C# or .NET it is easier to keep the same ActiveX. The VBCompanion does a great work in migrating the ActiveX control using the .NET ActiveX wrappings and fixing all method calls. Sadly sometimes those ActiveX do not work properly in...
|
-
|
Recently we added some support for migrating the IsMissing function to VB.NEt or C# The thing is. In VB6 the IsMissing Function is TRUE only if you have something like: Public Sub Foo(Optional str) Where you dont specify the variable type, or if you have...
|
-
|
MS VSS (Visual SourceSafe) is not really my preferred Source Control application, but sometimes in your company that is what is available and you need to used it to have at least some versioning of the code. But haven't you had a situation where last...
|
-
|
Microsoft recently published the MTPS Content Service In brief, the MTPS Content Services are a set of web services for exposing the content in Microsoft/TechNet Publishing System (MTPS). And Craig Andera, has develop a swift nice tool called msdnman...
|
-
|
Migration tip for Printer Object...
|
-
|
Every SERIOUS VB6 application, ended up requiring that you import some functionality from the windows API or another DLL. However if you were looking for a .NET equivalent and google did not take you to the right page, there is a document (a little old...
|
-
|
In the VB world previous to .NET a concept you probably had to deal with was TWIPS. What were Twips? Well if you do not remember those happy VB6 times, let me refresh your memory: Twips are screen-independent units to ensure that the proportion of screen...
|
More Posts Next page »
|
|
|