Re: Access .NET classes from VB 5/6?



"Steve Richfie1d" <Steve@xxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3u71reF1039lrU1@xxxxxxxxxxxxxx
> .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?

you should probably ask in a dotnet group; I'd guess it'd be a matter of
creating a class that exposes the functionality and using COM InterOp to
make it available as a COM object but this is the wrong place to ask.

OTOH, it seems like it'd be adding a huge amount of overhead just to avoid
writing a little code.

.



Relevant Pages

  • Re: .NET
    ... marc hoffman wrote: ... imho) to offer to people writing new applications? ... Prev by Date: ...
    (borland.public.delphi.non-technical)
  • Re: getDocumentBase and getCodeBase not recognized...
    ... but Im not writing an applet! ... or would that also apply to applications? ... Prev by Date: ...
    (comp.lang.java.programmer)
  • Re: High Level Assembly (HLA)
    ... +AD4- that could include an HLL Pre-Parser. ... What does damage Assembly is when writing ... +AD4- Applications with a weird HLL and saying that it is Assembly. ... Prev by Date: ...
    (alt.lang.asm)
  • Re: newbie question
    ... I have plan to start from scratch writing my php application ... In my past works i have some difficulty when i created applications i always started to write some administration modules, then some front-end, then back again admin etc... ... For me that allows a common platform to add/delete test data in the same format that will be expected on the frontend. ... Another plus for me is that I can get most of the application running without worrying too much about design, and for me since I rarely do design work, it makes most sense. ...
    (comp.lang.php)
  • Re: Concerning RosASM
    ... a rather strong distaste of the Win32 API, ... Writing a programs without any OS call does not make ... will not want to write applications in assembly even though I've only ... I'm well aware of your opinions when it comes to Randall Hyde and HLA, ...
    (alt.lang.asm)

Loading