ComboBox
(1)
Dropped
(1)
WinForm
(1)
FormattingEnabled
(1)
FormatString
(1)
Currency
(1)
Designer
(1)
Couple
(1)

ComboBox bug??

Asked By ArshadSye
10-Dec-06 11:48 AM
I dropped a ComboBox on a WinForm. I then set FormattingEnabled to true and
the FormatString for Currency in the Designer. I then added a couple of
numeric items to the Items Collection in the Designer:

3333
4444

Now when I run this, I expect to see the $ sign since I used the Currency
format, but I don't!!

Please help!!

Thanks,
Arshad

ComboBox bug??

Asked By pvdg42
10-Dec-06 06:08 PM
Look up the FormattingEnabled property of the ComboBox class in your MSDN
help.

http://msdn2.microsoft.com/en-us/library/system.windows.forms.listcontrol.formattingenabled.aspx

http://msdn2.microsoft.com/en-us/library/system.windows.forms.listcontrol.displaymember.aspx
Post Question To EggHeadCafe