Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Database Connection with SDK Pin
pépé13-Aug-02 3:05
pépé13-Aug-02 3:05 
GeneralMarking a row in a CListCtrl Pin
Poul Haahr Klemmensen12-Aug-02 22:10
Poul Haahr Klemmensen12-Aug-02 22:10 
GeneralRe: Marking a row in a CListCtrl Pin
567890123412-Aug-02 22:34
567890123412-Aug-02 22:34 
GeneralRe: Marking a row in a CListCtrl Pin
Stefan Pedersen12-Aug-02 22:34
Stefan Pedersen12-Aug-02 22:34 
GeneralRe: Marking a row in a CListCtrl Pin
Stefan Pedersen12-Aug-02 22:37
Stefan Pedersen12-Aug-02 22:37 
Questionwhat is PeekAndPump()?? Pin
tulc_kris12-Aug-02 21:57
tulc_kris12-Aug-02 21:57 
AnswerRe: what is PeekAndPump()?? Pin
jmkhael12-Aug-02 23:27
jmkhael12-Aug-02 23:27 
AnswerRe: what is PeekAndPump()?? Pin
Tomasz Sowinski13-Aug-02 0:44
Tomasz Sowinski13-Aug-02 0:44 
The PeekAndPump function you're referring to is probably part of some example. There's no API or MFC function with this name.

Name of this function suggests that there's a loop inside which checks for messages with PeekMessage - hence the 'peek' part. If there's any message, it's dispatched to appropriate window; this is the reason for 'pump'. The peek'n'pump solution is needed because there's some activity going on and progress bar shows the progress of operation.

Tomasz Sowinski -- http://www.shooltz.com

What is "scratch" and why can everything be made from it?

GeneralThread and serial port Pin
Mavrock12-Aug-02 19:25
Mavrock12-Aug-02 19:25 
GeneralRe: Thread and serial port Pin
Trollslayer12-Aug-02 22:17
mentorTrollslayer12-Aug-02 22:17 
GeneralRe: Thread and serial port Pin
Mavrock13-Aug-02 6:24
Mavrock13-Aug-02 6:24 
GeneralRe: Thread and serial port Pin
dlhson13-Aug-02 6:45
dlhson13-Aug-02 6:45 
GeneralOther question about Carlos Antollini ADO classes !!! Pin
Hadi Rezaee12-Aug-02 19:13
Hadi Rezaee12-Aug-02 19:13 
GeneralRe: Other question about Carlos Antollini ADO classes !!! Pin
Chris Losinger12-Aug-02 19:22
professionalChris Losinger12-Aug-02 19:22 
GeneralRe: Other question about Carlos Antollini ADO classes !!! Pin
Hadi Rezaee12-Aug-02 19:31
Hadi Rezaee12-Aug-02 19:31 
GeneralRe: Other question about Carlos Antollini ADO classes !!! Pin
Carlos Antollini12-Aug-02 19:45
Carlos Antollini12-Aug-02 19:45 
GeneralRe: Other question about Carlos Antollini ADO classes !!! Pin
Hadi Rezaee12-Aug-02 19:51
Hadi Rezaee12-Aug-02 19:51 
GeneralRe: Other question about Carlos Antollini ADO classes !!! Pin
Hadi Rezaee12-Aug-02 23:54
Hadi Rezaee12-Aug-02 23:54 
GeneralRe: Other question about Carlos Antollini ADO classes !!! Pin
pépé13-Aug-02 3:12
pépé13-Aug-02 3:12 
GeneralRe: Other question about Carlos Antollini ADO classes !!! Pin
Carlos Antollini13-Aug-02 4:16
Carlos Antollini13-Aug-02 4:16 
GeneralDefault property in COM Pin
Anonymous12-Aug-02 19:07
Anonymous12-Aug-02 19:07 
GeneralRe: Default property in COM Pin
Stuart Dootson12-Aug-02 21:12
professionalStuart Dootson12-Aug-02 21:12 
GeneralDLL Fundamentals :: MFC Pin
valikac12-Aug-02 18:49
valikac12-Aug-02 18:49 
GeneralRe: DLL Fundamentals :: MFC Pin
BlackSmith12-Aug-02 22:44
BlackSmith12-Aug-02 22:44 
GeneralRe: DLL Fundamentals :: MFC Pin
valikac13-Aug-02 4:52
valikac13-Aug-02 4:52 

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.