I'm writing a custom ListBox usercontrol in vb.net 2002. I am randomly adding items and I want them sorted in groups based on the first character. Ex: 1-John 2-Jane 3-Joe 1-Kermit. I would want the 1's to be together alphabetically and the 2s and 3s and so on. I'm trying to avoid having to read each item and put it into a separate multi-dimentional array and sort them there, clear the ListBox's items and then re-add each array item by item...seems like too much work to me :) Thanks for any ideas/help you can think of :) ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/k7folB/TM --------------------------------------------------------------------~-> '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [EMAIL PROTECTED] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
