PDA

Click to See Complete Forum and Search --> : [RESOLVED] Newbie - Custom made MSHFlexGrid


RS_Arm
Apr 29th, 2007, 06:16 PM
Hi. I want to create a ocx MSHFlexGrid with more 2 properties. One is AutoColor (wich will change the background color of the rows, like iTunes) and other is AutoStrech (wich will expand cells witdh, according to cell text). I've got this functions done. How do I integrate them in a new ocx, without losting all methods, properties and events?
Thanks. :)

Al42
May 1st, 2007, 01:48 PM
This (http://www.developer.com/net/vb/article.php/10926_1539541_2) is an ActiveX tutorial. He uses a simple control, but the idea is the same.

RS_Arm
May 1st, 2007, 05:19 PM
Thank you Al42. That's a pretty good tutorial. I'm quite sure that it would help me to create my brand new Grid.
:wave: