technofantasy

博客园 首页 新随笔 联系 订阅 管理

文章分类 -  Webcasts

我讲的webcasts
摘要:VSTO Outlook VB.NET webcasts 阅读全文
posted @ 2006-06-28 16:36 陈锐 阅读(454) 评论(0) 推荐(0)

摘要:Outlook VSTO webcasts 阅读全文
posted @ 2006-06-28 16:25 陈锐 阅读(789) 评论(0) 推荐(0)

摘要:Partial Public Class ThisApplicationClass ThisApplication 'outlook的菜单栏 Dim _menuBar As Office.CommandBar = Nothing '创建菜单按钮 Dim _topMenu As Office.CommandBarPopup = Nothing '创建生成搜索文件夹的菜单... 阅读全文
posted @ 2006-04-26 22:04 陈锐 阅读(390) 评论(0) 推荐(0)

摘要:Partial Public Class ThisApplicationClass ThisApplication 'outlook的菜单栏 Dim _menuBar As Office.CommandBar = Nothing '创建菜单按钮 Dim _topMenu As Office.CommandBarPopup = Nothing '创建生成关联文件夹Ite... 阅读全文
posted @ 2006-04-26 22:02 陈锐 阅读(397) 评论(0) 推荐(0)

摘要:Partial Public Class ThisApplicationClass ThisApplication 'outlook的菜单栏 Dim _menuBar As Office.CommandBar = Nothing '创建菜单按钮 Dim _topMenu As Office.CommandBarPopup = Nothing '创建生成日程的菜单按钮 ... 阅读全文
posted @ 2006-04-26 22:01 陈锐 阅读(409) 评论(0) 推荐(0)

摘要:Imports Microsoft.Office.CorePartial Public Class ThisApplicationClass ThisApplication Private Const _MENU_BEFORE As String = "帮助" 'outlook的菜单栏 Dim _menuBar As Office.CommandBar = Nothing ... 阅读全文
posted @ 2006-04-26 21:58 陈锐 阅读(820) 评论(0) 推荐(0)