Q: passing a variable to a dll

We have been working on an utiltiy dll that will assist in producing a 
formated output.  The problem we are running into is that the file that is 
opened in the main exe cannot be accessed in the method. We have tried to 
pass the file number as an arg and also as a property. It seems that there 
sould be a way to pass the actual handle to the method and have it be able 
to write to it. Any suggestions ?

Letsinger, Joe; letsing@eglin.af.mil

A: Well, it can... have you looked at the Property Get statement? I have made a little example; see the example vb5ClassProperty.zip Return