CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2007
    Posts
    405

    listViewNV_KeyPress function it does not run ?

    ListViewNV_KeyPress function it does not run ? I am using C # 2005, I checked the KeyPress event that it does not run listViewNV_KeyPress function, the function is similar: KeyDown and KeyUp run normally

    private void listViewNV_KeyPress (object sender, KeyPressEventArgs e)
    {
    ...
    }

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: listViewNV_KeyPress function it does not run ?

    How did you add the method? Is it wired up in the designer.cs file?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured