Click here to Skip to main content
15,885,875 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to cancel long time drawing Pin
fitatc13-Apr-09 21:31
fitatc13-Apr-09 21:31 
AnswerRe: How to cancel long time drawing Pin
David Crow14-Apr-09 3:11
David Crow14-Apr-09 3:11 
GeneralRe: How to cancel long time drawing Pin
fitatc14-Apr-09 22:31
fitatc14-Apr-09 22:31 
GeneralRe: How to cancel long time drawing Pin
David Crow15-Apr-09 3:02
David Crow15-Apr-09 3:02 
GeneralRe: How to cancel long time drawing Pin
fitatc16-Apr-09 16:31
fitatc16-Apr-09 16:31 
GeneralRe: How to cancel long time drawing Pin
David Crow17-Apr-09 2:23
David Crow17-Apr-09 2:23 
QuestionHow to retrieve bits from a file using MFC Pin
Pankaj D.Dubey13-Apr-09 20:36
Pankaj D.Dubey13-Apr-09 20:36 
AnswerRe: How to retrieve bits from a file using MFC Pin
Cedric Moonen13-Apr-09 20:56
Cedric Moonen13-Apr-09 20:56 
dubeypankaj wrote:
But if i want to retrieve the bits from somewhere between the file, how should i do this?


It depends on how you are reading your file. Are you using an ifstream, a FILE, a CFile, ... ? Typically, you can set the file pointer (e.g. CFile::Seek, ifstream::seekg, ...). You should look at the documentation for more information.

Cédric Moonen
Software developer

Charting control [v1.5]
OpenGL game tutorial in C++

AnswerRe: How to retrieve bits from a file using MFC Pin
KarstenK13-Apr-09 21:13
mveKarstenK13-Apr-09 21:13 
QuestionRegwrite in bat file Pin
p_196013-Apr-09 20:09
p_196013-Apr-09 20:09 
AnswerRe: Regwrite in bat file Pin
_AnsHUMAN_ 13-Apr-09 20:19
_AnsHUMAN_ 13-Apr-09 20:19 
AnswerRe: Regwrite in bat file Pin
birajendu13-Apr-09 20:19
birajendu13-Apr-09 20:19 
QuestionHOW TO MAKE A WIN32 APPLICATION NOT INHERITING FROM EXPLORER.EXE? Pin
birajendu13-Apr-09 20:02
birajendu13-Apr-09 20:02 
AnswerRe: HOW TO MAKE A WIN32 APPLICATION NOT INHERITING FROM EXPLORER.EXE? Pin
_AnsHUMAN_ 13-Apr-09 20:14
_AnsHUMAN_ 13-Apr-09 20:14 
GeneralRe: HOW TO MAKE A WIN32 APPLICATION NOT INHERITING FROM EXPLORER.EXE? Pin
birajendu13-Apr-09 20:26
birajendu13-Apr-09 20:26 
GeneralRe: HOW TO MAKE A WIN32 APPLICATION NOT INHERITING FROM EXPLORER.EXE? Pin
Cedric Moonen13-Apr-09 20:35
Cedric Moonen13-Apr-09 20:35 
GeneralRe: HOW TO MAKE A WIN32 APPLICATION NOT INHERITING FROM EXPLORER.EXE? Pin
birajendu14-Apr-09 1:01
birajendu14-Apr-09 1:01 
QuestionRe: HOW TO MAKE A WIN32 APPLICATION NOT INHERITING FROM EXPLORER.EXE? Pin
David Crow14-Apr-09 3:15
David Crow14-Apr-09 3:15 
QuestionPropertySheet Pin
john563213-Apr-09 19:39
john563213-Apr-09 19:39 
AnswerRe: PropertySheet Pin
_AnsHUMAN_ 13-Apr-09 20:24
_AnsHUMAN_ 13-Apr-09 20:24 
Questionhow to get text(caption) associated with IDs in MFC dialog based application? Pin
Purish Dwivedi13-Apr-09 19:31
Purish Dwivedi13-Apr-09 19:31 
AnswerRe: how to get text(caption) associated with IDs in MFC dialog based application? Pin
_AnsHUMAN_ 13-Apr-09 20:16
_AnsHUMAN_ 13-Apr-09 20:16 
GeneralRe: how to get text(caption) associated with IDs in MFC dialog based application? Pin
Purish Dwivedi13-Apr-09 20:26
Purish Dwivedi13-Apr-09 20:26 
AnswerRe: how to get text(caption) associated with IDs in MFC dialog based application? Pin
Divyang Mithaiwala13-Apr-09 20:47
Divyang Mithaiwala13-Apr-09 20:47 
GeneralRe: how to get text(caption) associated with IDs in MFC dialog based application? Pin
Purish Dwivedi13-Apr-09 20:52
Purish Dwivedi13-Apr-09 20: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.