摘要:
1.使用OpenFormsif my.Application.OpenForms.Item("FormName") isnot nothing then搜索do something hereelsedo something here end if 2.使用FindWindow API首先取得一个窗体...
阅读全文
posted @ 2015-09-12 21:46
Masonlu
阅读(4726)
推荐(0)
摘要:
Imports Microsoft.Office.Interop.Outlook Private Sub sendMail() Dim outObj As New Application Dim item As MailItem item = outOb...
阅读全文
posted @ 2015-09-12 21:39
Masonlu
阅读(2726)
推荐(0)