Click here to Skip to main content
15,889,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CDC Resource/Memor Leaks... (continued)... Pin
Tomasz Sowinski26-Sep-01 8:39
Tomasz Sowinski26-Sep-01 8:39 
GeneralExport function Pin
Jose Fco Bonnin26-Sep-01 4:49
Jose Fco Bonnin26-Sep-01 4:49 
GeneralRe: Export function Pin
Michael P Butler26-Sep-01 4:59
Michael P Butler26-Sep-01 4:59 
GeneralRe: Export function Pin
Jose Fco Bonnin26-Sep-01 5:22
Jose Fco Bonnin26-Sep-01 5:22 
GeneralRe: Export function Pin
Carlos Antollini26-Sep-01 6:02
Carlos Antollini26-Sep-01 6:02 
GeneralRe: Export function Pin
Rashid Thadha26-Sep-01 11:36
Rashid Thadha26-Sep-01 11:36 
GeneralAudio program works under Win2k but not Win98 Pin
groston26-Sep-01 4:47
groston26-Sep-01 4:47 
GeneralCListCtl Pin
otvac26-Sep-01 4:29
otvac26-Sep-01 4:29 
Is there a better (faster) way to load/reload/refresh a report type of CList than looping the Recordset and adding the items. When the recordset is large, it seems to take a long time to fill the CList.

Here's what I'm doing now:

m_pSet->MoveFirst();
while (!m_pSet->IsEOF)
{
Add Items to the CList here
}
m_pSet->MoveNext();

Thanks!Rose | [Rose]

Richard
GeneralRe: CListCtl Pin
Michael P Butler26-Sep-01 5:02
Michael P Butler26-Sep-01 5:02 
GeneralRe: CListCtl Pin
Tomasz Sowinski26-Sep-01 6:43
Tomasz Sowinski26-Sep-01 6:43 
GeneralRe: CListCtl Pin
Michael P Butler26-Sep-01 8:37
Michael P Butler26-Sep-01 8:37 
GeneralRe: CListCtl Pin
Tomasz Sowinski26-Sep-01 8:47
Tomasz Sowinski26-Sep-01 8:47 
GeneralRe: CListCtl Pin
Rashid Thadha26-Sep-01 11:32
Rashid Thadha26-Sep-01 11:32 
GeneralThe browser and the registry Pin
26-Sep-01 4:00
suss26-Sep-01 4:00 
GeneralRe: The browser and the registry Pin
Tomasz Sowinski26-Sep-01 4:07
Tomasz Sowinski26-Sep-01 4:07 
GeneralRe: The browser and the registry Pin
26-Sep-01 4:18
suss26-Sep-01 4:18 
GeneralRe: The browser and the registry Pin
Tomasz Sowinski26-Sep-01 4:23
Tomasz Sowinski26-Sep-01 4:23 
GeneralRe: The browser and the registry Pin
26-Sep-01 4:32
suss26-Sep-01 4:32 
GeneralRe: The browser and the registry Pin
Tomasz Sowinski26-Sep-01 6:35
Tomasz Sowinski26-Sep-01 6:35 
GeneralI forgot: Thanks in advance! Pin
26-Sep-01 4:10
suss26-Sep-01 4:10 
GeneralRe: The browser and the registry Pin
Tommy H D Svensson31-Oct-01 2:04
Tommy H D Svensson31-Oct-01 2:04 
Generalin debugger not starts Pin
26-Sep-01 3:36
suss26-Sep-01 3:36 
GeneralRe: in debugger not starts Pin
Tomasz Sowinski26-Sep-01 4:02
Tomasz Sowinski26-Sep-01 4:02 
GeneralRe: in debugger not starts Pin
26-Sep-01 4:42
suss26-Sep-01 4:42 
GeneralPasting RTF into word automated... Pin
Braulio Dez26-Sep-01 3:26
Braulio Dez26-Sep-01 3:26 

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.