Thanks for your quick reply.
I have only used it in the reading pane and in the read scope.
I have added the control manually only.
> Does this problem occur with form regions in all three scopes -- reading pane, compose and read?
>
[quoted text clipped - 31 lines]
> >
> > Thanks in advance.
I doubt that it will work in the reading pane, because attachments there are read-only.
That doesn't explain, though, why it doesn't work in the read Inspector. If you want to send me the control and a sample project, I can try running it here and, if I can duplicate the problem, pass it along to the Outlook 2007 team and let you know what happens. Having the legacy custom form version too would provide a good basis for comparison. You can sent it to me at webmaster at outlookcode dot com.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Thanks for your quick reply.
>
[quoted text clipped - 37 lines]
>> >
>> > Thanks in advance.
Nikolas - 25 Oct 2006 15:44 GMT
Hi,
I just want to make sure you received the sample project I sent you on
Monday on the email address you mention below (webmaster at outlookcode dot
com).
Regards.
> I doubt that it will work in the reading pane, because attachments there are read-only.
>
[quoted text clipped - 41 lines]
> >> >
> >> > Thanks in advance.
Sue Mosher [MVP-Outlook] - 27 Oct 2006 17:47 GMT
When I run your project, this statement:
m_AnnotationControl.Open(m_tempTif)
raises a System.accessviolationexception error:
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
The discussion at http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=202386&SiteID=1, among others, suggests that issue could be related to calling an external method on a COM object -- a topic that is way outside my expertise. I admit, though, that it's easier to imagine that being a problem with a numeric or object parameter than with the string paramter in your Open method.
Of course, it could also be a VS bug, but I didn't see anything on Microsoft Connect that seemed to fit.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
>>
>> > Thanks for your quick reply.
[quoted text clipped - 38 lines]
>> >> >
>> >> > Thanks in advance.