Function/Property 'handy hints'!

C

Carl Howarth

Hi there,

I am currently writing a class and just wondered if it is possible to
included hints and tips pertaining to properties and functions for when the
final DLL is used by other developers, as Microsoft do with, say, the
message box function. I.e when you begin to type msgbox(, a programmer is
presented with:

'String expression displayed as the message in the dialog box.....'

for the first parameter, etc.

It would just be a nice to have so any info would be gratefully received.

Many thanks,

Carl Howarth
(e-mail address removed)
 
J

Jeremy

Carl Howarth said:
Hi there,

I am currently writing a class and just wondered if it is possible to
included hints and tips pertaining to properties and functions for when the
final DLL is used by other developers, as Microsoft do with, say, the
message box function.

Not by default, but there is somthing called "VB Power Tools" (free from
GotDotNet.com) that will allow you to compile comments into your DLLs.

HTH,
Jeremy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top