Re: [GD-Windows] Windows GUI grid control
Brought to you by:
vexxed72
From: Ivan-Assen I. <as...@ha...> - 2002-10-28 12:52:21
|
I would suggest taking a look at one of the many available (often inexpensive) ActiveX grid controls. They are really easy to use from VB, but using them from C++ is definitely possible (just some annoying marshalling of parameters into Automation- compliant types) - ATL is heavily recommended. our VB guru recommends VSFlexGrid 7 or #Grid (nothing to do with C#). regards, Assen ----- Original Message ----- From: "Jacob Turner (Core Design Ltd)" <Ja...@Co...> To: <gam...@li...> Sent: Monday, October 28, 2002 2:33 PM Subject: [GD-Windows] Windows GUI grid control > Anybody got any pointers to a windows GUI grid control. > > We want to have a grid display (e.g. like excel) 4 columns wide but variable > number of rows and each element of the grid is a drop-down list box (i.e. > you can choose from a drop-down menu ) > > Apologies if the terminology is not correct but not sure what the names are > for the windows controls > > Cheers > > Jake > |