Click here to Skip to main content
15,921,210 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SOCKET & BROADCAST Pin
Rickard Andersson2020-May-03 3:23
Rickard Andersson2020-May-03 3:23 
GeneralRe: SOCKET & BROADCAST Pin
borini20-May-03 4:05
borini20-May-03 4:05 
GeneralRe: SOCKET & BROADCAST Pin
Rickard Andersson2020-May-03 5:00
Rickard Andersson2020-May-03 5:00 
GeneralRe: SOCKET & BROADCAST Pin
borini20-May-03 10:09
borini20-May-03 10:09 
GeneralComboBox Control Pin
Member 34035519-May-03 23:35
Member 34035519-May-03 23:35 
GeneralCListCtrl advanced - loading Pin
JensB19-May-03 23:16
JensB19-May-03 23:16 
GeneralRe: CListCtrl advanced - loading Pin
Neville Franks20-May-03 0:28
Neville Franks20-May-03 0:28 
GeneralRe: CListCtrl advanced - loading Pin
Dominik Reichl20-May-03 0:40
Dominik Reichl20-May-03 0:40 
So you are looking for a status dialog or such?

I am using Chris Maunders excellent status dialog:
http://www.codeproject.com/miscctrl/progresswnd.asp[^]

To update dialog controls while processing a big amount of data you should always call a function "Peek And Pump" which processes dialog messages (for example allows the user to click the cancel button of a dialog, without PeekAndPump all controls would be frozen and not reacting).

With this dialog you also can show how many items you have processed already. If you don't need the progress bar, just hide it. Shouldn't be that hard.

Btw, if you are processing such a large amount of data you should perhaps consider using a virtual list view which is MUCH faster than the normal Windows list view:
http://www.codeguru.com/listview/VirtualListControl.html[^]

Smile | :)
-Dominik



_outp(0x64, 0xAD);
and
__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? Wink | ;)

GeneralRe: CListCtrl advanced - loading Pin
JensB20-May-03 2:11
JensB20-May-03 2:11 
GeneralRe: CListCtrl advanced - loading Pin
Niklas L20-May-03 2:34
Niklas L20-May-03 2:34 
GeneralRe: CListCtrl advanced - loading Pin
JensB20-May-03 2:51
JensB20-May-03 2:51 
GeneralRe: CListCtrl advanced - loading Pin
Peter Mares20-May-03 6:01
Peter Mares20-May-03 6:01 
GeneralRe: CListCtrl advanced - loading Pin
JensB20-May-03 6:14
JensB20-May-03 6:14 
GeneralSilly ZIP question Pin
doctorpi19-May-03 23:12
doctorpi19-May-03 23:12 
GeneralRe: Silly ZIP question Pin
JensB19-May-03 23:30
JensB19-May-03 23:30 
GeneralRe: Silly ZIP question Pin
doctorpi19-May-03 23:33
doctorpi19-May-03 23:33 
GeneralRe: Silly ZIP question Pin
Dominik Reichl20-May-03 0:50
Dominik Reichl20-May-03 0:50 
GeneralFastest Pin
Tomas Wilhelmsson19-May-03 22:39
Tomas Wilhelmsson19-May-03 22:39 
GeneralRe: Fastest Pin
jhwurmbach19-May-03 23:51
jhwurmbach19-May-03 23:51 
GeneralRegistry functions Pin
Rage19-May-03 22:18
professionalRage19-May-03 22:18 
GeneralRe: Registry functions Pin
Dominik Reichl19-May-03 22:24
Dominik Reichl19-May-03 22:24 
GeneralRe: Registry functions Pin
Rage19-May-03 22:39
professionalRage19-May-03 22:39 
GeneralMoving GUI from EXE to COM-dll Pin
D.D. de Kerf19-May-03 22:15
D.D. de Kerf19-May-03 22:15 
GeneralWriting my own stream class Pin
Patje19-May-03 22:12
Patje19-May-03 22:12 
GeneralRe: Writing my own stream class Pin
Niklas L20-May-03 2:30
Niklas L20-May-03 2:30 

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.