|
Browse by Tags
All Tags » Software Development ( RSS)
-
|
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...
|
-
|
I had the requirement of creating a MSBuild custom task that opens a .csproj adds a reference to another project. The problem I faced is that references in VisualStudio are generated as relative paths, so I needed something to help me generate relative...
|
-
|
In my past life I spent a few eons writing Java code. And it wasn't bad. We had nice tools like Jalopy! that allowed us to have code in a very standard way. And I missed that. I've been looking around for something similar but I havent found anything...
|
-
|
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...
|
-
|
AJAX applications are great Their coolness factor is high, and your clients will be trilled by the new interactivity of your pages But as a developer when you have a problem with AJAX it could be hard to track. Because there is a lot going on behind the...
|
-
|
One of my purposes for this year was to start using more the MSBuild Saldly I'm still not as good on it as I expected This link provided some interetings points MS Build and VS
|
-
|
case sentitive SQL SErver...
|
-
|
A simple way of getting the GUID from an exe, dll, ocx, tlb is using the TLBINF32.dll This file is in the system path and it must be registered (Remember to use regsvr32 if you haven't registered). TLI. TLIApplicationClass a = new TLI. TLIApplicationClass...
|
-
|
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...
|
-
|
I was trying to compile a C++ Project in Visual Studio and this project has a post-build step that executes some batch statements. And succendly from one day to the other the project failed and the only message I had was The input line is too long After...
|
-
|
IE7 has an interesting bug... Someone decided to change the printing default to "Shrink to Fit".This is supposed to be good because it will make printing of web pages better but it affects several applications develop for IE, for example if you are using...
|
-
|
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...
|
More Posts Next page »
|
|
|