![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi,
I am working on a plugin which will create a inline window within outlook to show some webservice data with embbed url within a email. the outlook object model doesn't seem to support this. so I am doing something like this. 1. create a usercontrol panel then put a webBrowser object within it. 2. find the outlook window handle with System.Diagnostics.Process.GetProcessesByName. 3. after create the usercontrol panel, then use win32 SetParent to set the outlook window as the parent of the usercontrol panel. this work. however this also means my inline window's size is limited by the outlook window. this creates a problem if the user had sized the outlook window very small. my inline panel will be "clipped" by the outlook main window. is there anyway I can create a inline window bigger than the outlook window? my inline window's size is fixed. Thanks. PS, I want to have a mouse_leave event to close the inline window. and if I register the even with the Panel, the mouse_leave event won't fire because the panel is totally covered by the webBroswer control. anyway to handle this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Trying to hide inline attachments | [email protected] | Add-ins for Outlook | 5 | March 25th 10 11:22 AM |
Attching inline photos to OE6 | Pete[_5_] | Outlook Express | 3 | March 1st 08 04:13 PM |
Displaying inline images | Richard Bibby | Outlook - General Queries | 7 | February 29th 08 01:39 PM |
forward inline | morilla_s | Outlook Express | 1 | September 5th 06 02:58 PM |
Inline Images | LWeaver | Outlook Express | 3 | January 21st 06 07:55 PM |