Click here to Skip to main content
15,893,668 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to extract data from webbrowser controle in visual c++ 6? Pin
David Crow12-Jul-06 5:34
David Crow12-Jul-06 5:34 
QuestionVC7 Compiler Linker Environment Variables Pin
Dave_Roach11-Jul-06 9:37
Dave_Roach11-Jul-06 9:37 
AnswerRe: VC7 Compiler Linker Environment Variables Pin
Abhi Lahare11-Jul-06 18:36
Abhi Lahare11-Jul-06 18:36 
GeneralRe: VC7 Compiler Linker Environment Variables Pin
Dave_Roach12-Jul-06 3:43
Dave_Roach12-Jul-06 3:43 
QuestionProperty Sheet Agony Pin
Jethro6311-Jul-06 9:17
Jethro6311-Jul-06 9:17 
AnswerRe: Property Sheet Agony Pin
Jethro6311-Jul-06 9:28
Jethro6311-Jul-06 9:28 
QuestionCCheckListBox / CDragDropListBox Pin
Tony Teveris11-Jul-06 8:20
Tony Teveris11-Jul-06 8:20 
QuestionMFC Listctrl perfomance problem [modified] Pin
Jerin John11-Jul-06 8:04
Jerin John11-Jul-06 8:04 
Hi All,

I am facing high performance problem when working with CListCtrl with owner draw data and styles.

When i am inserting around 5000 records it takes more time. I want to avoid this delay. My idea is insert around 100 records initially and in background insert the remaining records. So user no need to wait till insert operation completes. Which is the best solution to solve this type problems.

Different ideas in my mind are
1) Use thread function to insert the data as background process
2) Insert the data into the list control when user scroll the list
3) Use the Peekmessage and Pump message instead of going for thread.

Please suggest me the solution/suggestion if any one faced like this problem.

Thanks.
Jerin

-- modified at 14:04 Tuesday 11th July, 2006
AnswerRe: MFC Listctrl perfomance problem Pin
Chris Losinger11-Jul-06 10:29
professionalChris Losinger11-Jul-06 10:29 
AnswerRe: MFC Listctrl perfomance problem Pin
RChin11-Jul-06 10:30
RChin11-Jul-06 10:30 
QuestionCListCtrl Performance Pin
prabhudurai11-Jul-06 7:33
prabhudurai11-Jul-06 7:33 
AnswerRe: CListCtrl Performance Pin
David Crow11-Jul-06 7:59
David Crow11-Jul-06 7:59 
QuestionRe: CListCtrl Performance Pin
led mike11-Jul-06 9:24
led mike11-Jul-06 9:24 
AnswerRe: CListCtrl Performance Pin
David Crow11-Jul-06 10:23
David Crow11-Jul-06 10:23 
GeneralRe: CListCtrl Performance Pin
led mike11-Jul-06 19:04
led mike11-Jul-06 19:04 
GeneralRe: CListCtrl Performance Pin
David Crow12-Jul-06 4:26
David Crow12-Jul-06 4:26 
GeneralRe: CListCtrl Performance [modified] Pin
led mike12-Jul-06 4:35
led mike12-Jul-06 4:35 
GeneralRe: CListCtrl Performance Pin
David Crow12-Jul-06 4:38
David Crow12-Jul-06 4:38 
QuestionHow to output html of url into a RichTextBox in visual c++ 6 Pin
method00711-Jul-06 6:54
method00711-Jul-06 6:54 
AnswerRe: How to output html of url into a RichTextBox in visual c++ 6 Pin
led mike11-Jul-06 6:57
led mike11-Jul-06 6:57 
QuestionRe: How to output html of url into a RichTextBox in visual c++ 6 Pin
David Crow11-Jul-06 6:58
David Crow11-Jul-06 6:58 
AnswerRe: How to output html of url into a RichTextBox in visual c++ 6 [modified] Pin
method00711-Jul-06 7:18
method00711-Jul-06 7:18 
QuestionRe: How to output html of url into a RichTextBox in visual c++ 6 Pin
David Crow11-Jul-06 7:53
David Crow11-Jul-06 7:53 
AnswerRe: How to output html of url into a RichTextBox in visual c++ 6 Pin
method00711-Jul-06 8:38
method00711-Jul-06 8:38 
GeneralRe: How to output html of url into a RichTextBox in visual c++ 6 Pin
David Crow11-Jul-06 9:04
David Crow11-Jul-06 9:04 

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.