D
David Diefenbach
Hi,
I'm building a costum control for a Windows CE Camera Driver. I have
integrated this control in to the toolbox, and also defined some additional
parameters in the DesignTimeAttributs.xmta file.
I now want to extend this toolbox-item by an additional parameter which
holds the current resolution of the CameraOutput window. In my
control-application i have created a string array with all available
resolutions.
The user should now see a combobox in the toolbox-item properties where he
can select one of the available resolutions. But i have found no information
how i can populate these infomation as a combobox and then save the user
selected value.
I'm building a costum control for a Windows CE Camera Driver. I have
integrated this control in to the toolbox, and also defined some additional
parameters in the DesignTimeAttributs.xmta file.
I now want to extend this toolbox-item by an additional parameter which
holds the current resolution of the CameraOutput window. In my
control-application i have created a string array with all available
resolutions.
The user should now see a combobox in the toolbox-item properties where he
can select one of the available resolutions. But i have found no information
how i can populate these infomation as a combobox and then save the user
selected value.