I recently discovered that the program I just finished now needs to be an ActiveX .dll instead of the standard .exe I had created it as. It has to be a .dll in order to run inside a data analysis program (MetaMorph). I think I have the forms and modules transfered correctly over to the .dll file however when I go to run the program it tells me that "non-modal forms cannot be displayed" the forms I have are a splash screen to browse for a file and then another form with textboxes and command buttons. If anybody has good links for (1) explaining the difference between modal and non-modal forms or (2) explaining how to change my forms to modal
I have looked at the msdn website and done a google search; however, I have not found anything which explains in simple terms. I hope that I have given enough information about what I need, if not I can do my best to explain more about my program.
Thanks for any help you can give
-Kendra
You've heard about the computer programmer that died while washing his hair in the shower. The instructions said, 'Lather, rinse, repeat.'
I have looked at the msdn website and done a google search; however, I have not found anything which explains in simple terms. I hope that I have given enough information about what I need, if not I can do my best to explain more about my program.
Thanks for any help you can give
-Kendra
You've heard about the computer programmer that died while washing his hair in the shower. The instructions said, 'Lather, rinse, repeat.'