R
Rassiel
I tried to make a custom dialog for showing in a C# project interacting with a word application. I have a Form, for example, one name Form1, and when a user clicks a custom bar button i want to show the form, if i write, form1.Show() it gets into a loop and it dosent paint correctly, i guess i must use form1.showDialog() but i need to make that dialog child from the word application but i dont have any handle to the word application. Any solution?