TreeView Sounds

  • Thread starter Thread starter Bryan
  • Start date Start date
B

Bryan

I have a TreeView component in my application. It is setup so that you
can add a node, and after you edit it, you can press enter and it will
create a new node directly under it. This works great, except that it
causes some sort of sound event to occur. I went through the windows
event sounds, and I don't know what it is. It sounds like critial, but
when I changed that one to something else, that original sound still
played. Does any one have an idea what is going on?

--Bryan
 
I figured it out. In the KeyPress even for the TreeView, e.Handled must
be set to true.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Scolling a TreeView 5
Treeview and custom user controls problem in asp.net 1
Populating a treeview from Text 3
TreeView 1
TreeView using 1
TreeViews 2
Building Treeview questions 2
Multiline TreeNode 2

Back
Top