CodeSMART 2005 for VB6 FixPack 4 Is Now Available
Axtools have announced CodeSMART 2005 for VB6 FixPack 4. I have been using Codesmart 2005 for VB6 for a couple of months now after Axtools made it available for MVPs (although I had been using the 2001...
View ArticleVB.Classic Once Again Graces My Personal Computer
I am slowly getting my tablet PC up to speed with installations. I managed to get VB.Classic installed today along with Source Safe. That should help me get some more questions answered at vbCity....
View ArticlebsGradient ActiveX Control
I thought I'd mention a nice little control I've been using in VB.Classic. It is a label that can handle vertical text. The control is called bsGradient and comes complete with source code.I use it to...
View ArticleCounting Unique Characters in a String
I noticed this post at vbCity and after looking at the code wondered if I could come up with a more compact solution and I think I have.Private Function FindNumberOfUniqueCharactersInString(ByVal...
View ArticleConverting VB.Classic Code Into HTML Code
I am in the process of writing a VB.Classic application that will convert VB Code into HTML code so that it is nicely formatted. E.g. Private Function FindNumberOfUniqueCharactersInString(ByVal...
View ArticleUpdating File Creation/Last Modified/Last Access Dates Using VB.Classic
I released my first ever code to the vbCityCode Bank - VB.Classic this week; Update File Creation/Last Modified/Last Accessed Dates. I created this code to solve a small problem I was having at work...
View ArticleCombine - A Complement Function To Split
A piece of code I came up with whilst trying to solve a post at vbCity was what I term Combine. It basically does the opposite of Split and creates a string out of a single dimensional array.Private...
View ArticleRemoving Duplicate Words From A String
This post at vbCity piqued my interest today. I got a bit carried away with providing a solution. In retrospect I think that the use of a simple left$ statement would have solved the member's problem....
View ArticleUsing The Microsoft InteropForms Toolkit v2.0 To Display .NET Forms In A VB6...
I have recently been looking into utilising VB.NET forms from a VB6 application and found that there seemed no one place on the internet where I could find all the relevent information I required to...
View Article