06-20-2013 06:37 AM
Can Any1 tell me how do we creat a table in user interface using labwindows CVI.
I need to creat somthing like shown below.
06-20-2013 06:50 AM
You could use a table control ![]()
For your design, set the attributes to no scrollbars, 1 visible row, 4 visible columns
06-20-2013 06:55 AM
Thanks 4 the reply.
How to insert Text in cells and can i change the content of this table programetically and make it visible to while execution of code...
![]()
06-20-2013 06:59 AM
SetTableCellVal ()
Also see the help section "Programming with Table Controls' and the examples shipping with CVI, e.g. tablecells