mzim Well-known member Joined Jun 3, 2004 Messages 187 Location Other side of the rock Programming Experience 1-3 Jun 8, 2004 #1 halu everyone...id like to know how to flat a combobox not the 3D one.. any suggestions are greatly appreciated... tanx in advance
halu everyone...id like to know how to flat a combobox not the 3D one.. any suggestions are greatly appreciated... tanx in advance
Paszt Staff member Joined Jun 3, 2004 Messages 1,500 Location Raleigh, NC - USA Programming Experience Beginner Jun 8, 2004 #2 Since there's no borderStyle property, you have to subclass the comboBox control and handle the painting yourself. Here are a couple of links for examples: Flatten that Combobox! @ Codeproject.com http://www.developerfusion.com/show/2562/ Upvote 0 Downvote
Since there's no borderStyle property, you have to subclass the comboBox control and handle the painting yourself. Here are a couple of links for examples: Flatten that Combobox! @ Codeproject.com http://www.developerfusion.com/show/2562/
mzim Well-known member Joined Jun 3, 2004 Messages 187 Location Other side of the rock Programming Experience 1-3 Jun 8, 2004 #3 Paszt said: Since there's no borderStyle property, you have to subclass the comboBox control and handle the painting yourself. Here are a couple of links for examples: Flatten that Combobox! @ Codeproject.com http://www.developerfusion.com/show/2562/ Click to expand... tanx for the quick reply... Upvote 0 Downvote
Paszt said: Since there's no borderStyle property, you have to subclass the comboBox control and handle the painting yourself. Here are a couple of links for examples: Flatten that Combobox! @ Codeproject.com http://www.developerfusion.com/show/2562/ Click to expand... tanx for the quick reply...