English 中文(简体)
展望2010年,将Adrena降级成像
原标题:Win API to Scroll Up and down the navigation pane in outlook 2010

I know that using .net VSTO there is no way to do this. but what my addin is doing : When a user clicks on a folder in outlook on the navigation pane, I am showing another folder instead. jus by using the ActiveExpolorer.CurrentFolder = MyNewFolder. the issue here is that outlook will scroll down to the new folder and I want to prevent this.

我可以把现在的夹击倒在原来的夹头上,因为我正在利用FolderSwitch事件,因此这将是无休止的 lo。

我想,如果我能让它记住航道,那么当用户点击时,它就回到这一位置。 使用32张双环? 是否有任何想法?

或者,一旦新夹显示其内容,我可以把现在的翻头翻到原来的夹头上,但我需要停止显示原始文件内容的展望,并不知道如何这样做。

卡车

Meb0134

最佳回答

奥基先生,我找到了解决这一问题的办法。

在FolderSwitch活动范围内,我为Folder在Favorites Pane创建了一个Nivigation Foder,我想显示(而不是用户点击的双倍),然后选择新的导航Folder(Navigation Folder)。 选择 = 真的,然后放弃。 选择性=法尔,最后,我删除法沃尔特帕的航道。

即使法武特人停业,这项工作也非常完美。

Mehdi Benkhaldi

问题回答

暂无回答




相关问题
How to read exact number of bytes from a stream (tcp) socket?

In winsock, both the sync recv and the async WSARecv complete as soon as there is data available in a stream socket, regardless of the size specified (which is only the upper limit). This means that ...

AcquireCredentialsHandle returns SEC_E_NO_CREDENTIALS

I created a self-signed certificate (created using OpenSSL) and installed it into the Certificate Store using the Certificates MMC snap-in (CertMgr.msc) on Windows Vista Ultimate. I have managed to ...

Calling Win32 EnumThreadWindows() in C#

I m trying to get a call to EnumThreadWindows working, but I always get a Wrong Parameter-Error, although my code is nearly the same as this example on pinvoke.net. I don t know why this doesn t work: ...

COM Basic links

folks can you provide me the tutorial link or .pdf for learning basic COM?. i do google it.. still i recommend answers of stackoverflow so please pass me.. Thanks

Handling multiple windows WIN32 API

HI I m trying to create an application in the Win32 environment containing more than one window. How do i do that? all the Win32 Tutorials on web i found only showed how to manage one window. How do i ...

Creating a thread in DllMain?

It seems that when a thread is created from within DllMain upon DLL_PROCESS_ATTACH it won t begin until all dll s have been loaded. Since I need to make sure the thread runs before I continue, I get a ...

热门标签