Click here to Skip to main content
15,917,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to show an image within an RichEdit control? Pin
Hamid_RT18-Jan-09 22:51
Hamid_RT18-Jan-09 22:51 
QuestionHow to save the content of an RichEdit control as a record in MS-Access database? Pin
Joseph Marzbani18-Jan-09 18:41
Joseph Marzbani18-Jan-09 18:41 
AnswerRe: How to save the content of an RichEdit control as a record in MS-Access database? Pin
Stuart Dootson18-Jan-09 22:07
professionalStuart Dootson18-Jan-09 22:07 
AnswerRe: How to save the content of an RichEdit control as a record in MS-Access database? Pin
David Crow19-Jan-09 3:21
David Crow19-Jan-09 3:21 
Questionread a ms word document using vc++ Pin
AVIHAR18-Jan-09 18:10
AVIHAR18-Jan-09 18:10 
AnswerRe: read a ms word document using vc++ Pin
_AnsHUMAN_ 18-Jan-09 18:57
_AnsHUMAN_ 18-Jan-09 18:57 
AnswerRe: read a ms word document using vc++ Pin
David Crow19-Jan-09 3:25
David Crow19-Jan-09 3:25 
QuestionConstructors and Serialization Pin
BobInNJ18-Jan-09 9:34
BobInNJ18-Jan-09 9:34 
AnswerRe: Constructors and Serialization Pin
CPallini18-Jan-09 9:53
mveCPallini18-Jan-09 9:53 
AnswerRe: Constructors and Serialization Pin
Iain Clarke, Warrior Programmer18-Jan-09 23:30
Iain Clarke, Warrior Programmer18-Jan-09 23:30 
GeneralRe: Constructors and Serialization Pin
BobInNJ19-Jan-09 6:09
BobInNJ19-Jan-09 6:09 
QuestionpoolObject Pin
rini2518-Jan-09 7:51
rini2518-Jan-09 7:51 
AnswerRe: poolObject Pin
Stuart Dootson18-Jan-09 8:29
professionalStuart Dootson18-Jan-09 8:29 
AnswerRe: poolObject Pin
Radhakrishnan G.19-Jan-09 4:34
Radhakrishnan G.19-Jan-09 4:34 
QuestionWin32 API function for getting the hardware details Pin
aaasrgm18-Jan-09 4:01
aaasrgm18-Jan-09 4:01 
AnswerRe: Win32 API function for getting the hardware details Pin
Jonathan Davies18-Jan-09 4:16
Jonathan Davies18-Jan-09 4:16 
GeneralRe: Win32 API function for getting the hardware details Pin
aaasrgm18-Jan-09 4:32
aaasrgm18-Jan-09 4:32 
GeneralRe: Win32 API function for getting the hardware details Pin
Jonathan Davies18-Jan-09 4:57
Jonathan Davies18-Jan-09 4:57 
GeneralRe: Win32 API function for getting the hardware details Pin
Randor 19-Jan-09 4:31
professional Randor 19-Jan-09 4:31 
AnswerRe: Win32 API function for getting the hardware details Pin
Jijo.Raj18-Jan-09 6:57
Jijo.Raj18-Jan-09 6:57 
Questionerror 0xD0000022 when writing minidump Pin
Green Fuze18-Jan-09 3:21
Green Fuze18-Jan-09 3:21 
AnswerRe: error 0xD0000022 when writing minidump Pin
krmed18-Jan-09 3:28
krmed18-Jan-09 3:28 
Did you see this in MSDN?

Return Values
If the function succeeds, the return value is TRUE; otherwise, the return value is FALSE. To retrieve extended error information, call GetLastError. Note that the last error will be an HRESULT value.

If the operation is canceled, the last error code is HRESULT_FROM_WIN32(ERROR_CANCELLED).

Perhaps you should call GetLastError

Karl - WK5M
PP-ASEL-IA (N43CS)
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193

GeneralRe: error 0xD0000022 when writing minidump Pin
Green Fuze18-Jan-09 20:42
Green Fuze18-Jan-09 20:42 
GeneralRe: error 0xD0000022 when writing minidump Pin
Sauce!18-Jan-09 21:13
Sauce!18-Jan-09 21:13 
QuestionStrange file not found exception Pin
George_George18-Jan-09 2:41
George_George18-Jan-09 2:41 

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.