Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: conversion of a void* pointer Pin
David Crow17-Nov-08 3:19
David Crow17-Nov-08 3:19 
GeneralRe: conversion of a void* pointer Pin
prithaa17-Nov-08 4:02
prithaa17-Nov-08 4:02 
AnswerRe: conversion of a void* pointer Pin
Alan Balkany17-Nov-08 4:07
Alan Balkany17-Nov-08 4:07 
GeneralRe: conversion of a void* pointer Pin
Jijo.Raj17-Nov-08 7:20
Jijo.Raj17-Nov-08 7:20 
QuestionIs the only way to call OnDraw() is by calling Invalidate? Pin
manoharbalu17-Nov-08 0:59
manoharbalu17-Nov-08 0:59 
AnswerRe: Is the only way to call OnDraw() is by calling Invalidate? Pin
Hamid_RT17-Nov-08 2:53
Hamid_RT17-Nov-08 2:53 
GeneralRe: Is the only way to call OnDraw() is by calling Invalidate? Pin
CPallini17-Nov-08 3:42
mveCPallini17-Nov-08 3:42 
AnswerRe: Is the only way to call OnDraw() is by calling Invalidate? Pin
Alan Balkany17-Nov-08 4:10
Alan Balkany17-Nov-08 4:10 
You can also send the WM_DRAW message to your window.

OnDraw () isn't called by the framework if the WM_DRAW message isn't sent by the framework.

The WM_DRAW message isn't sent if the framework is unaware that the view has been changed. In this situation, you tell the framework it's been changed by calling Invalidate ().
QuestionI want to connect Remote SQL server using VC++ MFC Pin
abumath17-Nov-08 0:14
abumath17-Nov-08 0:14 
AnswerRe: I want to connect Remote SQL server using VC++ MFC Pin
22491717-Nov-08 13:24
22491717-Nov-08 13:24 
QuestionClosing a dialog box [modified] Pin
Dhiraj kumar Saini16-Nov-08 23:26
Dhiraj kumar Saini16-Nov-08 23:26 
AnswerRe: Closing a dialog box Pin
toxcct17-Nov-08 1:18
toxcct17-Nov-08 1:18 
GeneralRe: Closing a dialog box Pin
Dhiraj kumar Saini17-Nov-08 1:32
Dhiraj kumar Saini17-Nov-08 1:32 
GeneralRe: Closing a dialog box Pin
toxcct17-Nov-08 2:58
toxcct17-Nov-08 2:58 
AnswerRe: Closing a dialog box Pin
_AnsHUMAN_ 17-Nov-08 1:22
_AnsHUMAN_ 17-Nov-08 1:22 
GeneralRe: Closing a dialog box Pin
Dhiraj kumar Saini17-Nov-08 1:31
Dhiraj kumar Saini17-Nov-08 1:31 
AnswerRe: Closing a dialog box Pin
CPallini17-Nov-08 1:36
mveCPallini17-Nov-08 1:36 
GeneralRe: Closing a dialog box Pin
Dhiraj kumar Saini17-Nov-08 1:45
Dhiraj kumar Saini17-Nov-08 1:45 
AnswerRe: Closing a dialog box Pin
Hamid_RT17-Nov-08 2:53
Hamid_RT17-Nov-08 2:53 
AnswerRe: Closing a dialog box Pin
David Crow17-Nov-08 3:22
David Crow17-Nov-08 3:22 
Questionlaod avi file Pin
Aabid16-Nov-08 23:03
Aabid16-Nov-08 23:03 
AnswerRe: laod avi file Pin
Hamid_RT17-Nov-08 2:52
Hamid_RT17-Nov-08 2:52 
Questionexport to excel Pin
hellogany16-Nov-08 22:54
hellogany16-Nov-08 22:54 
AnswerRe: export to excel Pin
Garth J Lancaster16-Nov-08 23:29
professionalGarth J Lancaster16-Nov-08 23:29 
GeneralRe: export to excel Pin
hellogany16-Nov-08 23:40
hellogany16-Nov-08 23:40 

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.