Question about draw my own object in Word.
-
Hi, everyone! I had encounter a problem while I am developing a add-in for Word. I make a class derived from IViewObject and implement my own OnDraw. In OnDraw, I create a compatible DC from the parameter with OnDraw whose type is ATL_DRAWINFO. But the compatible DC can't be created correctly in most time. The error code I get is 183 (The file is existed and it can't be created). I don't know the reason. I guess maybe Microsoft don't allow others to do that, isn't it? After then, I try to get a DC by GetDC or GetWindowDC. But the object I draw through them isn't in the client area of Word. Maybe I need to get the DC of Client-area of Word. But I don't know how to get it. Even I doubt whether the DC of Client-area is exist. I hope someone could be kind to tell me how to resolve this problem. Thx! :-D Whiteclouds.
There is some white cloud floating on the blue sky. That's the landscape I like.