Click here to Skip to main content
16,006,531 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Converting seconds to days:hours:minutes:seconds Pin
Joaquín M López Muñoz11-Oct-01 8:59
Joaquín M López Muñoz11-Oct-01 8:59 
GeneralCheck boxes and HtmlView Pin
Bret Faller11-Oct-01 8:22
Bret Faller11-Oct-01 8:22 
GeneralRe: Check boxes and HtmlView Pin
Not Active11-Oct-01 8:36
mentorNot Active11-Oct-01 8:36 
GeneralRe: Check boxes and HtmlView Pin
Bret Faller11-Oct-01 9:39
Bret Faller11-Oct-01 9:39 
GeneralRe: Check boxes and HtmlView Pin
JRP30-Oct-01 6:25
JRP30-Oct-01 6:25 
GeneralRe: Check boxes and HtmlView Pin
30-Oct-01 7:57
suss30-Oct-01 7:57 
GeneralFlexGrid again Pin
Ahmad11-Oct-01 7:53
Ahmad11-Oct-01 7:53 
GeneralRe: FlexGrid again Pin
Carlos Antollini11-Oct-01 8:10
Carlos Antollini11-Oct-01 8:10 
AddItem insert the text in the FixedRow for example:
AddItem("nnnn", 2) insert the text in the second row of the fixed column

If you want to insert data in a FlexGrid you need to set teh Row (SetRow), then the column (SetCol) and then SetText for insert the text in that Row and column.
If you need to read you can use the function GetText.

Good Luck


Carlos Antollini.
GeneralRe: FlexGrid again Pin
Carlos Antollini11-Oct-01 8:10
Carlos Antollini11-Oct-01 8:10 
GeneralTry and catch but there is debug Pin
Ahmad11-Oct-01 7:45
Ahmad11-Oct-01 7:45 
GeneralRe: Try and catch but there is debug Pin
Joaquín M López Muñoz11-Oct-01 7:58
Joaquín M López Muñoz11-Oct-01 7:58 
GeneralRe: Try and catch but there is debug Pin
Christian Graus11-Oct-01 12:06
protectorChristian Graus11-Oct-01 12:06 
GeneralPerformance Pin
11-Oct-01 6:52
suss11-Oct-01 6:52 
GeneralRe: Performance Pin
Carlos Antollini11-Oct-01 7:17
Carlos Antollini11-Oct-01 7:17 
GeneralRe: Performance Pin
sardinka11-Oct-01 9:18
sardinka11-Oct-01 9:18 
GeneralRe: Performance Pin
Carlos Antollini11-Oct-01 9:34
Carlos Antollini11-Oct-01 9:34 
GeneralRe: Performance Pin
sardinka11-Oct-01 10:11
sardinka11-Oct-01 10:11 
GeneralRe: Performance Pin
Carlos Antollini11-Oct-01 10:32
Carlos Antollini11-Oct-01 10:32 
GeneralRe: Performance Pin
sardinka11-Oct-01 10:43
sardinka11-Oct-01 10:43 
GeneralRe: Performance Pin
Carlos Antollini11-Oct-01 11:08
Carlos Antollini11-Oct-01 11:08 
GeneralRe: Performance Pin
Carlos Antollini11-Oct-01 11:11
Carlos Antollini11-Oct-01 11:11 
GeneralRe: Performance Pin
sardinka12-Oct-01 3:58
sardinka12-Oct-01 3:58 
GeneralRe: Performance Pin
Carlos Antollini11-Oct-01 11:13
Carlos Antollini11-Oct-01 11:13 
GeneralRe: Performance Pin
Bernhard11-Oct-01 19:57
Bernhard11-Oct-01 19:57 
GeneralProblem with (Farsi) language Pin
Ghasrfakhri11-Oct-01 6:41
Ghasrfakhri11-Oct-01 6:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.