S
sam-uncle
Hi,
I've encountered the following issue for ~1 year:
I've an VC written ActiveX control which displays a BMP picture within a
rectangle. I am trying to add this ActiveX control to word 2000 using the
following statement:
Selection.InlineShapes.AddOLEControl(ClassType:="MyCtrl.1")
The question is that there is always an ugly rectangle frame on the
background with an cross-line at the left-top side. What should I do? If
there is a quick answer, appreciate it very much
I've encountered the following issue for ~1 year:
I've an VC written ActiveX control which displays a BMP picture within a
rectangle. I am trying to add this ActiveX control to word 2000 using the
following statement:
Selection.InlineShapes.AddOLEControl(ClassType:="MyCtrl.1")
The question is that there is always an ugly rectangle frame on the
background with an cross-line at the left-top side. What should I do? If
there is a quick answer, appreciate it very much