D
Dhananjay
Hello All,
I have develop one word addin using VSTO / vb 2005. In that I have
create one custom pane & on which I have put one datagridview control.
Now whenever I show my custom pane on word document, my datagridview
control shows up perfectly till I resize custom pane. When I resize
the custom pane, datagridview control becomes dull. Also I noticed
that If I create a vb.net dll in which one of the form contains
datagridview control & if I refer that dll through my VSTO dll to show
that form, then also datagridview control becomes dull. I mean we
cannot see its contents (row, columns, cells etc) in proper way. If we
refer that dll in vb.net windows application, then it shows perfectly.
So I changed dll project to "windows application", called that exe
from vsto dll using Shell & now it is working perfectly. But I want to
create dll to show the form. Has anybody its solution?
Thanks in advance,
Dhananjay
I have develop one word addin using VSTO / vb 2005. In that I have
create one custom pane & on which I have put one datagridview control.
Now whenever I show my custom pane on word document, my datagridview
control shows up perfectly till I resize custom pane. When I resize
the custom pane, datagridview control becomes dull. Also I noticed
that If I create a vb.net dll in which one of the form contains
datagridview control & if I refer that dll through my VSTO dll to show
that form, then also datagridview control becomes dull. I mean we
cannot see its contents (row, columns, cells etc) in proper way. If we
refer that dll in vb.net windows application, then it shows perfectly.
So I changed dll project to "windows application", called that exe
from vsto dll using Shell & now it is working perfectly. But I want to
create dll to show the form. Has anybody its solution?
Thanks in advance,
Dhananjay