Share

VBCorLib

Code

Programming Languages: Visual Basic

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics, last commit on 2004-11-29 cvs -d:pserver:anonymous@vbcorlib.cvs.sourceforge.net:/cvsroot/vbcorlib login

cvs -z3 -d:pserver:anonymous@vbcorlib.cvs.sourceforge.net:/cvsroot/vbcorlib co -P modulename

Show:

What's happening?

  • FileStream.Name always returns "Unknown Stream Name"

    The code of FileStream.Name looks like this; Public Property Get Name() As String If Len(Name) = 0 Then Name = "Unknown Stream Name" Else Name = mName End If End Property I'm sure that the If-Statement should look like this: If Len(mName) = 0 Then ^ otherwise FileStream.Name will always return "Unknown Stream Name".

    2007-05-25 10:09:50 UTC by nobody

  • VBCorLib 2.1 Released

    With this release, a few minor bugs have been fixed. - Wide Character API support on NT machines, and, UNC file path support. - EmptyGuid was added to the GuidStatic class.

    2007-02-21 06:19:58 UTC by killian35

  • Version 2.0.205

    VBCorLib has been updated to version 2.0.205. This version has two minor fixes. - Fixed ResourceReader to handle zero length resources - Fixed Environment.ParseCommandLineArgs to handle backslashes better.

    2006-11-13 09:37:54 UTC by killian35

  • VBCorLib

    Anonymous committed patchset 1 of module CVSROOT to the VBCorLib CVS repository, changing 11 files.

    2004-11-29 19:46:23 UTC by nobody

  • vbcorlib

    killian35 registered the VBCorLib project.

    2004-11-29 02:30:07 UTC by killian35

Our Numbers