Re: Menu stops working?
From: Herfried K. Wagner [MVP] (hirf-spam-me-here_at_gmx.at)
Date: 11/07/04
- Next message: Supra: "Re: How to Create a New TabPage and control in Tools/Options in Outlook 2003"
- Previous message: Herfried K. Wagner [MVP]: "Re: MSDN sample code problem"
- In reply to: dinny: "Re: Menu stops working?"
- Next in thread: dinny: "Re: Menu stops working?"
- Reply: dinny: "Re: Menu stops working?"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 7 Nov 2004 13:06:28 +0100
"dinny" <nospam> schrieb:
> > handlers have a '...Handles...' specified?
>
> I am a bit surprised at this question. I created the menu with the
designer,
> then double clicked on each item to go to the code view where the
> function template was already prepared. I don't understand what Handles
> you are taking about.
Take a look at the event handlers:
\\\
...Sub... Handles...
...
End Sub
///
Is there 'Handles MenuItem1.Click' specified, for example?
-- Herfried K. Wagner [MVP] <URL:http://dotnet.mvps.org/>
- Next message: Supra: "Re: How to Create a New TabPage and control in Tools/Options in Outlook 2003"
- Previous message: Herfried K. Wagner [MVP]: "Re: MSDN sample code problem"
- In reply to: dinny: "Re: Menu stops working?"
- Next in thread: dinny: "Re: Menu stops working?"
- Reply: dinny: "Re: Menu stops working?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|