The combo box uses an INT to allocate it's memory space, so you'll not get more than 32736 items.
But a small question - over 30 thousand items in a single combo? Ye Gads! I don't what you're loading in that sucker, but I suggest you find another control, like a Listview (everyone's favorite) or something.