Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Tuesday, April 17, 2012 4:04 PM
I'm trying to create a multi column combo box in VB.net. I found this link, http://social.msdn.microsoft.com/forums/en-US/winformsdatacontrols/thread/20840c53-f222-444e-9866-30517bb7f79e/, but just can't seem to get it to work.
It just does not like the class="MSONormal" statement at the beginning.
I'm using VS 2010, any help would be greatly appreciated
Rodney
All replies (4)
Tuesday, April 17, 2012 5:38 PM âś…Answered
John
I suspected that but thought there might be something in the code requiring it and did not read it to see. Getting too used to OPP (see first line of sig.) :)
Regards David R
The great thing about Object Oriented code is that it can make small, simple problems look like large, complex ones.
Object-oriented programming offers a sustainable way to write spaghetti code. - Paul Graham.
Every program eventually becomes rococo, and then rubble. - Alan Perlis
The only valid measurement of code quality: WTFs/minute.
Tuesday, April 17, 2012 4:27 PM
Try putting < at start of first line. I think you might need to split it at Imports as well.
Regards David R
The great thing about Object Oriented code is that it can make small, simple problems look like large, complex ones.
Object-oriented programming offers a sustainable way to write spaghetti code. - Paul Graham.
Every program eventually becomes rococo, and then rubble. - Alan Perlis
The only valid measurement of code quality: WTFs/minute.
Tuesday, April 17, 2012 5:33 PM
"It just does not like the statement at the beginning."
That's garbage added when the code was posted to the forum. The code begins at the first imports statement.
Tuesday, April 17, 2012 5:38 PM
Hello RodneyB,
I'm trying to create a multi column combo box in VB.net. I found this link, http://social.msdn.microsoft.com/forums/en-US/winformsdatacontrols/thread/20840c53-f222-444e-9866-30517bb7f79e/, but just can't seem to get it to work.
It just does not like the statement at the beginning.
I'm using VS 2010, any help would be greatly appreciated
Rodney
follow those articles , http://www.codeproject.com/Articles/3513/Multi-Column-ComboBox , http://www.codeproject.com/Articles/8619/Flat-MultiColumn-Combobox-with-Autocomplete
Regards.