adding event handlers for windows controls

From: Joanne (jimpierce_at_mobiledynamo.com)
Date: 04/22/04


Date: Thu, 22 Apr 2004 09:55:14 -0700

Is there an easy / automatic way to add new events & handlers to a C# CF app
form designer?

If I double click on a control in the form designer it will open the code
window and automatically add the event handler and delegate but only for the
default control event. Is there a way I can force VS to create other events
such as the key down event without having to add it manually?

Thanks
Joanne



Relevant Pages

  • Re: adding event handlers for windows controls
    ... the app and it will list them for you. ... inherit from Control. ... "Joanne" wrote in message ... > If I double click on a control in the form designer it will open the code ...
    (microsoft.public.dotnet.framework.compactframework)
  • RE: Focus gets stuck on control which filling out form
    ... one thing I forgot to mention is that the GUI uses Data ... the user cannot change focus to another control. ... Have you hooked up handlers to events of the controls in the TabControl? ... Microsoft Online Community Support ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • RE: One small way Visual Studio could prevent me from doing something
    ... control library was not public, the form designer could not serialize the ... InitializeComponent method of the form when you dragged the custom control ... When you opened the form again in the designer, the form designer executed ... Microsoft Online Community Support ...
    (microsoft.public.vsnet.ide)
  • RE: Focus gets stuck on control which filling out form
    ... the user cannot change focus to another control. ... Have you hooked up handlers to events of the controls in the TabControl? ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • Re: Disabling Controls when BindingSource.Count == 0
    ... on my Windows forms so that when the BindingSource is empty some the ... We can't just go through every control and disable it since some ... public class DisableHelper: Component, IExtenderProvider ... private IDictionary<Control, Handlers> listeners; ...
    (microsoft.public.dotnet.languages.csharp)

Loading