Click here to Skip to main content
15,892,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How to draw a circle on the bitmap dynamically and find the region of that circle draw on bitmap? Pin
Mark Salsbery4-Aug-08 7:41
Mark Salsbery4-Aug-08 7:41 
QuestionHow to execute sql statement with null terminated characters using SQLExecDirect [modified] Pin
Programm3r3-Aug-08 22:11
Programm3r3-Aug-08 22:11 
AnswerRe: sprintf like function in memory funtions Pin
Nibu babu thomas3-Aug-08 22:35
Nibu babu thomas3-Aug-08 22:35 
AnswerRe: sprintf like function in memory funtions Pin
Cedric Moonen3-Aug-08 22:40
Cedric Moonen3-Aug-08 22:40 
QuestionRe: sprintf like function in memory funtions Pin
Programm3r3-Aug-08 23:10
Programm3r3-Aug-08 23:10 
QuestionRe: sprintf like function in memory funtions Pin
Programm3r3-Aug-08 23:35
Programm3r3-Aug-08 23:35 
QuestionVirtual List for CTreeCtrl? Pin
bosfan3-Aug-08 21:52
bosfan3-Aug-08 21:52 
AnswerRe: Virtual List for CTreeCtrl? Pin
Naveen3-Aug-08 22:16
Naveen3-Aug-08 22:16 
AFAIK, there is no such option. A method by which you can improve your insertion speed is using the SetRedarw() function.

m_TreeCtrl.SetRedraw( FALSE );

// insert all item to the tree control

m_TreeCtrl.SetRedraw( TRUE );



GeneralRe: Virtual List for CTreeCtrl? Pin
bosfan3-Aug-08 22:21
bosfan3-Aug-08 22:21 
QuestionPlease help !!! Pin
C++myLife3-Aug-08 20:59
C++myLife3-Aug-08 20:59 
AnswerRe: Please help !!! Pin
ThatsAlok3-Aug-08 21:28
ThatsAlok3-Aug-08 21:28 
AnswerRe: Please help !!! Pin
Varghese Paul M3-Aug-08 21:52
Varghese Paul M3-Aug-08 21:52 
GeneralRe: Please help !!! [modified] Pin
C++myLife4-Aug-08 18:51
C++myLife4-Aug-08 18:51 
GeneralRe: Please help !!! Pin
Varghese Paul M5-Aug-08 6:16
Varghese Paul M5-Aug-08 6:16 
QuestionString table with Russian strings? Pin
ritz12343-Aug-08 20:25
ritz12343-Aug-08 20:25 
Questionback ground color of Message Box Pin
ani_ikram3-Aug-08 20:25
ani_ikram3-Aug-08 20:25 
AnswerRe: back ground color of Message Box Pin
Varghese Paul M3-Aug-08 20:48
Varghese Paul M3-Aug-08 20:48 
AnswerRe: back ground color of Message Box Pin
ThatsAlok3-Aug-08 21:30
ThatsAlok3-Aug-08 21:30 
GeneralRe: back ground color of Message Box Pin
Y_Kaushik3-Aug-08 21:39
Y_Kaushik3-Aug-08 21:39 
GeneralRe: back ground color of Message Box Pin
ThatsAlok3-Aug-08 22:34
ThatsAlok3-Aug-08 22:34 
GeneralRe: back ground color of Message Box Pin
ThatsAlok3-Aug-08 22:34
ThatsAlok3-Aug-08 22:34 
GeneralRe: back ground color of Message Box Pin
Y_Kaushik3-Aug-08 23:24
Y_Kaushik3-Aug-08 23:24 
GeneralRe: back ground color of Message Box Pin
ThatsAlok3-Aug-08 23:35
ThatsAlok3-Aug-08 23:35 
AnswerRe: back ground color of Message Box Pin
bolivar1234-Aug-08 4:49
bolivar1234-Aug-08 4:49 
QuestionInlining Question Pin
Leslie Sanford3-Aug-08 19:36
Leslie Sanford3-Aug-08 19:36 

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.