0
Answer

Accessing form from dll

blak

blak

18y
1.9k
1
Hello. I'm making a database application and want to separate dbfunctions in dll. How I can fill(access) dataset in Main form from dll function.I make dataset public and dll have a referense to Main form but when i compile dll compiler doesnt see dataset? Thanks