List Form controls in a Combobox
Posted
by serhio
on Stack Overflow
See other posts from Stack Overflow
or by serhio
Published on 2010-06-11T11:43:30Z
Indexed on
2010/06/11
11:52 UTC
Read the original article
Hit count: 180
how should I list a form controls in a Combobox of the same form(like VS designer does)?
I tried:
cboObjectSelection.DataSource = Me.Controls
but this does not work.
Is there a possibility to filter(customize) this list?
© Stack Overflow or respective owner