Click here to Skip to main content
16,015,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Change name Activex Control Project Pin
TClarke1-Nov-06 4:59
TClarke1-Nov-06 4:59 
QuestionHow to access the instances of the counters of the Performance object from Perfmon Pin
suresh_suryavanshi1-Nov-06 1:18
suresh_suryavanshi1-Nov-06 1:18 
AnswerRe: How to access the instances of the counters of the Performance object from Perfmon Pin
David Crow1-Nov-06 3:34
David Crow1-Nov-06 3:34 
GeneralRe: How to access the instances of the counters of the Performance object from Perfmon Pin
suresh_suryavanshi2-Nov-06 3:20
suresh_suryavanshi2-Nov-06 3:20 
QuestionRe: How to access the instances of the counters of the Performance object from Perfmon Pin
David Crow2-Nov-06 4:47
David Crow2-Nov-06 4:47 
Questiondisable paint messages to a control Pin
flippydeflippydebop1-Nov-06 0:31
flippydeflippydebop1-Nov-06 0:31 
AnswerRe: disable paint messages to a control Pin
Tony Hill1-Nov-06 0:39
professionalTony Hill1-Nov-06 0:39 
AnswerRe: disable paint messages to a control Pin
Nibu babu thomas1-Nov-06 0:46
Nibu babu thomas1-Nov-06 0:46 
flippydeflippydebop wrote:
I would like to disable paint-updates to my tree control while i fill it with data using MFC, but cant
find the api to use.. can anybody help?


To switch off painting call SetRedraw( FALSE ). To turn painting on again SetRedraw( TRUE ).


Nibu thomas
A Developer

Programming tips[^]  My site[^]

GeneralRe: disable paint messages to a control Pin
flippydeflippydebop1-Nov-06 1:35
flippydeflippydebop1-Nov-06 1:35 
GeneralRe: disable paint messages to a control Pin
Nibu babu thomas1-Nov-06 16:23
Nibu babu thomas1-Nov-06 16:23 
QuestionOutput in dialog window Pin
xkrja31-Oct-06 23:43
xkrja31-Oct-06 23:43 
AnswerRe: Output in dialog window Pin
Hamid_RT1-Nov-06 0:13
Hamid_RT1-Nov-06 0:13 
AnswerRe: Output in dialog window Pin
Nibu babu thomas1-Nov-06 0:51
Nibu babu thomas1-Nov-06 0:51 
AnswerRe: Output in dialog window Pin
David Crow1-Nov-06 3:36
David Crow1-Nov-06 3:36 
Questionconvert CString date to some date class/structure Pin
Ramchandra.kk31-Oct-06 23:09
Ramchandra.kk31-Oct-06 23:09 
AnswerRe: convert CString date to some date class/structure Pin
_AnsHUMAN_ 31-Oct-06 23:21
_AnsHUMAN_ 31-Oct-06 23:21 
GeneralRe: convert CString date to some date class/structure Pin
Ramchandra.kk31-Oct-06 23:26
Ramchandra.kk31-Oct-06 23:26 
QuestionRe: convert CString date to some date class/structure Pin
kakan31-Oct-06 23:57
professionalkakan31-Oct-06 23:57 
AnswerRe: convert CString date to some date class/structure Pin
codesen31-Oct-06 23:33
codesen31-Oct-06 23:33 
GeneralRe: convert CString date to some date class/structure Pin
Ramchandra.kk1-Nov-06 0:44
Ramchandra.kk1-Nov-06 0:44 
GeneralRe: convert CString date to some date class/structure Pin
codesen2-Nov-06 22:28
codesen2-Nov-06 22:28 
QuestionRe: convert CString date to some date class/structure Pin
David Crow1-Nov-06 3:38
David Crow1-Nov-06 3:38 
Questionshedular application Pin
Banks K31-Oct-06 22:14
Banks K31-Oct-06 22:14 
AnswerRe: shedular application Pin
_AnsHUMAN_ 31-Oct-06 22:23
_AnsHUMAN_ 31-Oct-06 22:23 
GeneralRe: shedular application Pin
Banks K31-Oct-06 22:39
Banks K31-Oct-06 22:39 

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.