Click here to Skip to main content
15,888,521 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: changing text of listCtrl-header - part two Pin
ensger28-Feb-07 1:42
ensger28-Feb-07 1:42 
AnswerRe: changing text of listCtrl-header - part two Pin
prasad_som28-Feb-07 2:14
prasad_som28-Feb-07 2:14 
QuestionRe: changing text of listCtrl-header - part two Pin
David Crow28-Feb-07 2:42
David Crow28-Feb-07 2:42 
AnswerRe: changing text of listCtrl-header - part two Pin
ensger28-Feb-07 3:02
ensger28-Feb-07 3:02 
GeneralRe: changing text of listCtrl-header - part two Pin
David Crow28-Feb-07 3:10
David Crow28-Feb-07 3:10 
GeneralRe: changing text of listCtrl-header - part two Pin
ensger28-Feb-07 3:22
ensger28-Feb-07 3:22 
QuestionMultithreading Pin
neha.agarwal2728-Feb-07 0:44
neha.agarwal2728-Feb-07 0:44 
AnswerRe: Multithreading [modified] Pin
baerten28-Feb-07 0:48
baerten28-Feb-07 0:48 
I'm not an expert, but i try to help you

It's possibly to start more than one
Timer in a window ( view or dialog )

You have the Handler like this :

void XX::OnTimer(UINT_PTR nIDEvent)<br />
{<br />
  switch(nIDEvent){<br />
    case TIMER_1: <br />
      Timer1Proc();<br />
      break;<br />
    case TIMER_2:<br />
      Timer2Proc();<br />
      break;<br />
    case TIMER_3:<br />
      break;<br />
    default:<br />
      break;<br />
  }<br />
}


TIMER_1 , 2 , 3 is a define


-- modified at 6:53 Wednesday 28th February, 2007
AnswerRe: Multithreading Pin
prasad_som28-Feb-07 0:59
prasad_som28-Feb-07 0:59 
AnswerRe: Multithreading Pin
ThatsAlok28-Feb-07 19:28
ThatsAlok28-Feb-07 19:28 
QuestionIterate all the Controls in Dialog. Pin
Uday Janaswamy28-Feb-07 0:38
Uday Janaswamy28-Feb-07 0:38 
AnswerRe: Iterate all the Controls in Dialog. Pin
Nibu babu thomas28-Feb-07 0:44
Nibu babu thomas28-Feb-07 0:44 
AnswerRe: Iterate all the Controls in Dialog. Pin
toxcct28-Feb-07 0:44
toxcct28-Feb-07 0:44 
AnswerRe: Iterate all the Controls in Dialog. Pin
prasad_som28-Feb-07 0:56
prasad_som28-Feb-07 0:56 
GeneralRe: Iterate all the Controls in Dialog. Pin
Uday Janaswamy28-Feb-07 1:05
Uday Janaswamy28-Feb-07 1:05 
AnswerRe: Iterate all the Controls in Dialog. Pin
ThatsAlok28-Feb-07 19:25
ThatsAlok28-Feb-07 19:25 
QuestionTelnet application Pin
R Ghosal28-Feb-07 0:36
R Ghosal28-Feb-07 0:36 
AnswerRe: Telnet application Pin
James R. Twine28-Feb-07 1:16
James R. Twine28-Feb-07 1:16 
QuestionRS232 reading data from simple electronic device Pin
ldsdbomber28-Feb-07 0:07
ldsdbomber28-Feb-07 0:07 
AnswerRe: RS232 reading data from simple electronic device Pin
Roger Stoltz28-Feb-07 1:35
Roger Stoltz28-Feb-07 1:35 
QuestionUSB Memorydrive Pin
Vjys27-Feb-07 23:46
Vjys27-Feb-07 23:46 
AnswerRe: USB Memorydrive Pin
James R. Twine28-Feb-07 1:14
James R. Twine28-Feb-07 1:14 
GeneralRe: USB Memorydrive Pin
Eytukan28-Feb-07 3:21
Eytukan28-Feb-07 3:21 
GeneralRe: USB Memorydrive Pin
Vjys28-Feb-07 3:43
Vjys28-Feb-07 3:43 
QuestionOLE DB Pin
Try27-Feb-07 23:25
Try27-Feb-07 23:25 

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.