Re: Listbox Event Handling in C#
- From: "Cor Ligthert[MVP]" <notmyfirstname@xxxxxxxxx>
- Date: Wed, 30 Jul 2008 18:47:32 +0200
AB,
Be aware that a lot of people create recursive actions on a Listbox by the events, be sure you did not do that, this is mostly the reason with slow performance in a listbox. I doubt that it has something to do with your webbrowser.
(recursive actions happens "by instance" as you add in an index change a new item to the listbox)
Cor
"AB" <anupamabiswas@xxxxxxxxx> schreef in bericht news:OTcdQJb8IHA.1428@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
I have a listbox and a webbrowser control.
For each single item selected I am generating a different web page.
However for more than one selection, a common web page gets generated.
I am handling the event in Listbox selectedindexchanged.
It is working well with a single selection. if I am making multiple
selections using keyboard or mouse, my entire application hangs.
Can somebody help me with this problem.
Thanks
AB
*** Sent via Developersdex http://www.developersdex.com ***
.
- References:
- Listbox Event Handling in C#
- From: AB
- Listbox Event Handling in C#
- Prev by Date: Re: webbrowser can not find the website in localhost
- Next by Date: Check the first 2 characters of string
- Previous by thread: Re: Listbox Event Handling in C#
- Next by thread: add method to .Net COM library with Enum argument
- Index(es):
Relevant Pages
|