Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Detecting Internet access Pin
Ravi Bhavnani7-May-02 7:43
professionalRavi Bhavnani7-May-02 7:43 
GeneralProblem with opening file... please read. Pin
redeemer7-May-02 7:31
redeemer7-May-02 7:31 
GeneralRe: Problem with opening file... please read. Pin
Joaquín M López Muñoz7-May-02 8:03
Joaquín M López Muñoz7-May-02 8:03 
GeneralRe: Problem with opening file... please read. Pin
Paul M Watt7-May-02 8:05
mentorPaul M Watt7-May-02 8:05 
GeneralRe: Problem with opening file... please read. Pin
redeemer7-May-02 8:45
redeemer7-May-02 8:45 
GeneralRe: Problem with opening file... please read. Pin
Joaquín M López Muñoz7-May-02 8:54
Joaquín M López Muñoz7-May-02 8:54 
GeneralRe: Problem with opening file... please read. Pin
redeemer7-May-02 9:18
redeemer7-May-02 9:18 
GeneralRe: Problem with opening file... please read. Pin
Paul M Watt7-May-02 9:07
mentorPaul M Watt7-May-02 9:07 
I would like to add one more thing, when you do overlapped IO, you are responsible for keeping track of the file pointer and other things. When you do normal, or synchronous IO, the file pointer is stored with the HANDLE, or hFile that you create. AFter you read from a file the file pointer will automatically be updated to the end of where you read the data with normal IO, as opposed to you having to update the pointer yourself.

Good Luck.


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

GeneralRe: Problem with opening file... please read. Pin
Christian Graus7-May-02 11:36
protectorChristian Graus7-May-02 11:36 
QuestionHow do i catch the event when a CheckBox has been clicked? And how do i find out if it's checked or unchecked? Pin
7-May-02 7:20
suss7-May-02 7:20 
AnswerRe: How do i catch the event when a CheckBox has been clicked? And how do i find out if it's checked or unchecked? Pin
Chris Losinger7-May-02 7:30
professionalChris Losinger7-May-02 7:30 
GeneralRe: How do i catch the event when a CheckBox has been clicked? And how do i find out if it's checked or unchecked? Pin
redeemer7-May-02 7:34
redeemer7-May-02 7:34 
GeneralRe: How do i catch the event when a CheckBox has been clicked? And how do i find out if it's checked or unchecked? Pin
Ravi Bhavnani7-May-02 7:39
professionalRavi Bhavnani7-May-02 7:39 
GeneralClipboard notification Pin
User 66587-May-02 7:01
User 66587-May-02 7:01 
GeneralYup Pin
7-May-02 7:22
suss7-May-02 7:22 
Questionwho knows that? Pin
Atilla Selem7-May-02 6:38
Atilla Selem7-May-02 6:38 
AnswerRe: who knows that? Pin
Chris Losinger7-May-02 6:49
professionalChris Losinger7-May-02 6:49 
GeneralDrag and Drop bitmaps !!! Pin
Hadi Rezaee7-May-02 4:56
Hadi Rezaee7-May-02 4:56 
GeneralRe: Drag and Drop bitmaps !!! Pin
Chris Hambleton7-May-02 5:23
Chris Hambleton7-May-02 5:23 
GeneralRe: Drag and Drop bitmaps !!! Pin
Hadi Rezaee7-May-02 5:43
Hadi Rezaee7-May-02 5:43 
GeneralQ: how to obtain interface pointer for ATL ActiveX control in an MFC app Pin
Gil Clark7-May-02 4:53
Gil Clark7-May-02 4:53 
GeneralRe: Q: how to obtain interface pointer for ATL ActiveX control in an MFC app Pin
Gil Clark8-May-02 7:13
Gil Clark8-May-02 7:13 
GeneralDisplay a dialog box from a DLL COM Pin
Jerome Conus7-May-02 4:38
Jerome Conus7-May-02 4:38 
GeneralRe: Display a dialog box from a DLL COM Pin
Chris Losinger7-May-02 5:08
professionalChris Losinger7-May-02 5:08 
GeneralRe: Display a dialog box from a DLL COM Pin
Jerome Conus7-May-02 5:13
Jerome Conus7-May-02 5:13 

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.