Re: Access .NET classes from VB 5/6?
- From: "Ken Halter" <Ken_Halter@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 18 Nov 2005 15:15:03 -0800
"Steve Richfie1d" <Steve@xxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3u71reF1039lrU1@xxxxxxxxxxxxxxxxx
> .NET has some interesting classes like Char.IsPunctuation that would be
> very useful in non-.Net applications. Is there some simple trick to
> accessing these from VB 5/6?
>
> Thanks in advance for help with this.
>
> Steve Richfie1d
Like Bob mentioned... something like that would be so easy to write, it
wouldn't be worth the hassle of connecting to .Net and it's 20mb framework
that would need to go along with your app everywhere you installed it. These
days, you can find just about anything the framework has (for desktop use)
in the form of a VB code snip/sample, somewhere on the web.
PlanetSourceCode.com alone has over 4 million lines of VB5/6 code
available... While there's some really good stuff there, you still have to
watch out for the whacko's <g>
VB5/6 "Code: 4,296,584. lines"
http://www.planetsourcecode.com/vb/default.asp?lngWId=1
..Net "Code: 338,242. lines"
http://www.planetsourcecode.com/vb/default.asp?lngWId=10
--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
Please keep all discussions in the groups..
.
- Follow-Ups:
- Re: Access .NET classes from VB 5/6?
- From: Steve Richfie1d
- Re: Access .NET classes from VB 5/6?
- References:
- Access .NET classes from VB 5/6?
- From: Steve Richfie1d
- Access .NET classes from VB 5/6?
- Prev by Date: Re: Access .NET classes from VB 5/6?
- Next by Date: Re: Access .NET classes from VB 5/6?
- Previous by thread: Re: Access .NET classes from VB 5/6?
- Next by thread: Re: Access .NET classes from VB 5/6?
- Index(es):
Relevant Pages
|