VSFlexGrid Help Needed
Hi Guys,
Iam working on an Mfc Project & have to use the VsflexGrid Control(Videosoft FlexGrid -version 8,lightunicode).Have some questions regarding that & would be nice if someone could clarify it stating the exact member function to use.
[1] Have 1 Fixed Column & 1 Fixed Row,in Which I intend to enter some user Labels.
How can I enter text("Userlabeltext") in a particular cell in a fixed column or row.
Can I use the same function for entering "text" in other cells also(In non Fixed Rows & Columns).
[2]Have a row in which I have 3 cells.
In the 1st cell,I want to have a Editable ComboBox.(ie: user should see the populated combobox as well as he can type something,which would be saved & populated later in the combo).
[a] How Can I put a combobox in a particular cell inside a VsFlexGrid control.
[b]How can I populate the combobox.
[2A]In the 2nd cell,I want to have a Non-Editable ComboBox,where only populated things in the combox box should be displayed.The user is not allowed to type anything in the combobox.(Is it possible to insert a ListBox here instead of a combo).
How can I do this(either list or combo)
[2B] In the 3rd cell,want to have a checkbox.How Can I put a checkbox in this cell.
[2C] In the 4th cell,I want to have a editable textbox.
[a] How can I populate the textbox with the defaultvalue.
[3] How can I change the Font of a Text,in the fixed row & column
So Thanks..........
|