Could someone please tell me how I can access the main application form from within a dll. I have built an application where I update the main app from within the dll or make calls to the main form but I don't know how to do that from within the dll.
I can't add the main form as a reference because it is an exe therefore I can't say using MainForm..... Could someone please help me. Thx.