View Single Post
  #1  
Old January 10th 06, 06:49 PM posted to microsoft.public.outlook.program_forms
Raphaël ZHOU \(Jadiam\)
external usenet poster
 
Posts: 1
Default How to handling Custom Form Control Event in VB Com Add-In?

How to handling Custom Form Control Event in VB Com Add-In?

I have a ListBox in my custom Form for Outlook. I cannot use WithEvents with
ListBox object! : (

Private Sub objListBox1_Click()
MsgBox ("message")
End Sub


Please help me!


Ads