dll / assembly

  • Thread starter Thread starter silvio
  • Start date Start date
S

silvio

Hi all !

Is it possible use a assembly(dll) created in .net in a
vb6 application ?

Thank's
 
Herfried,

I download this example a noticed you have the following comment lines:

' <summary>' Erstellt eine neue Instanz der Klasse.

' </summary>
 
Herfried,

I downloaded your VB sample and noticed the following comment lines:

' <summary>

' Erstellt eine neue Instanz der Klasse.

' </summary>

Will these show up in intellisense?

Thanks,
Rob Panosh
 
* "Rob Panosh said:
I download this example a noticed you have the following comment lines:

' <summary>' Erstellt eine neue Instanz der Klasse.

' </summary>

No. It won't. I will update the samples with "'''" comments which are
recognized in the next release of VS.NET. This will allow me to create
a documentation.
 
Herfried,

So the next release of VS.NET VB will have build in intellisense like C#.Net
has today? Also when is this scheduled for release?

Thanks,
Rob
 
So the next release of VS.NET VB will have build in intellisense like C#.Net
Yes.

has today? Also when is this scheduled for release?

Mid 2004 (Hopefully). You can get technology preview now (Longhorn,
Whidbey, and Yukon) now if you are Universal Subscriber.
 
Back
Top