[Compiler PBDLL6.0]
I have a properly operating executable, but for several reasons it would be better to rebuild it to a DLL. Its dialog contains a listbox where the user can select an ASCII-file and then click a button to convert that file to a different text-format. The functions within the DLL should be called by an MS-Word macro (Visual Basic?).
My question is: what is the proper place for the callback functionality for buttons and listbox? Is it possible to have it in the DLL itself, in the same way it is now in the stand alone executable or should it necessarily be part of the Word-macro?
I have a properly operating executable, but for several reasons it would be better to rebuild it to a DLL. Its dialog contains a listbox where the user can select an ASCII-file and then click a button to convert that file to a different text-format. The functions within the DLL should be called by an MS-Word macro (Visual Basic?).
My question is: what is the proper place for the callback functionality for buttons and listbox? Is it possible to have it in the DLL itself, in the same way it is now in the stand alone executable or should it necessarily be part of the Word-macro?
Comment