How to use win32 api's for modifying reading pane using sharedoutlook 2003 addin and c#

V

vidishasharma

Hi,

I have to modify the reading pane. I know it can be done using win 32
api's. I tried spy ++ to get the class for reading pane and I got
handle as 004807EE and class as (#32770(dialog).

I used _windowHandle = FindWindow("#32770", null); to find the window
I did get the handle (I hope I am doing things right) what do I have
to do after this. Please guide...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top