M
mkarlesky
I'm working on my very first Windows Mobile project.
I need to selectively set the text of certain items within a ComboBox
to be displayed in italics. I read up on ower draw for ComboBoxes only
to learn that it's not supported in .Net compact framework.
After extensive searching on MSDN, newsgroups, and the web I'm still
not entirely sure how best to approach this. I'd prefer to customize/
override/handle events on the existing ComboBox rather than create a
custom control from scratch.
I've done a bit with customizing existing controls on the desktop by
handling OnPaint and such. Can someone explain the best mechanism to
accomplish what I need to do and give me a push in the right
direction? I think I can take it from there.
Thanks in advance.
Mike Karlesky
I need to selectively set the text of certain items within a ComboBox
to be displayed in italics. I read up on ower draw for ComboBoxes only
to learn that it's not supported in .Net compact framework.
After extensive searching on MSDN, newsgroups, and the web I'm still
not entirely sure how best to approach this. I'd prefer to customize/
override/handle events on the existing ComboBox rather than create a
custom control from scratch.
I've done a bit with customizing existing controls on the desktop by
handling OnPaint and such. Can someone explain the best mechanism to
accomplish what I need to do and give me a push in the right
direction? I think I can take it from there.
Thanks in advance.
Mike Karlesky