OpenNETCF ListBoxEx hangs...

  • Thread starter Thread starter Antao Almada
  • Start date Start date
A

Antao Almada

I'm trying to use the ListBoxEx but it hangs when I add a new items.

I'm just doing the following:

this.listBoxExDevicesList.Items.Add("test");

Is there any available example that uses this control?

Thanks,
Antao
____________________________
Antao Almada
http://www.ydreams.com/
 
Sorry! I had already created a method that uses Invoke to perform the
operation but, unfortunately I forgot to change where it was being
called... :-(

I had a regular ListBox working fine so I thought the problem was with
the ListBoxEx.

Thanks a lot!...

Antao
____________________________
Antao Almada
http://www.ydreams.com/
 
Back
Top