M
Mohammed Mudassir
Hi!
I created the form and then i initiated in my "Command Bar Click Event"
ehre is the code snippet.
----------------CODE SNIPPET STARt ------------------------
MsgBox("Our CommandBar was pressed!")
Dim oApp As outlook.ApplicationClass
oApp = applicationObject
Dim frmMain As System.Windows.Forms.Form
frmMain = New Form1
frmMain.Activate()
frmMain.Visible = True
frmMain.Show()
----------------CODE SNIPPET END------------------------
it is not displaying my Form, any idea?
Take Care,
Mudassir
I created the form and then i initiated in my "Command Bar Click Event"
ehre is the code snippet.
----------------CODE SNIPPET STARt ------------------------
MsgBox("Our CommandBar was pressed!")
Dim oApp As outlook.ApplicationClass
oApp = applicationObject
Dim frmMain As System.Windows.Forms.Form
frmMain = New Form1
frmMain.Activate()
frmMain.Visible = True
frmMain.Show()
----------------CODE SNIPPET END------------------------
it is not displaying my Form, any idea?
Take Care,
Mudassir