How to add text in table control
-
Hi! i want to use table control in windows application but i couldnot find it, so i searched for it i found its dll from below link http://www.codeproject.com/cs/miscctrl/TableControl.asp i added it in my project ,now problem is that i can add row control and column control and then i can add any control in my table using table and column control but i couldnot add text directly in column control to be displayed in table can anybody help me plz thanx
-
Hi! i want to use table control in windows application but i couldnot find it, so i searched for it i found its dll from below link http://www.codeproject.com/cs/miscctrl/TableControl.asp i added it in my project ,now problem is that i can add row control and column control and then i can add any control in my table using table and column control but i couldnot add text directly in column control to be displayed in table can anybody help me plz thanx
You probably wanted to use a datagrid or a gridview. If you're going to use a control from an article, ask about it in the forum under the article itself.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )