Click here to Skip to main content
15,893,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionVIsual Studio Plug-in for Heap Storage Pin
ForNow13-Aug-12 2:58
ForNow13-Aug-12 2:58 
QuestionRe: VIsual Studio Plug-in for Heap Storage Pin
_AnsHUMAN_ 14-Aug-12 1:54
_AnsHUMAN_ 14-Aug-12 1:54 
AnswerRe: VIsual Studio Plug-in for Heap Storage Pin
ForNow14-Aug-12 6:41
ForNow14-Aug-12 6:41 
QuestionReplace a view in splitter window runtime. Pin
Rishav Prabhakar13-Aug-12 0:47
Rishav Prabhakar13-Aug-12 0:47 
AnswerRe: Replace a view in splitter window runtime. Pin
Richard MacCutchan13-Aug-12 3:04
mveRichard MacCutchan13-Aug-12 3:04 
GeneralRe: Replace a view in splitter window runtime. Pin
Rishav Prabhakar13-Aug-12 3:22
Rishav Prabhakar13-Aug-12 3:22 
GeneralRe: Replace a view in splitter window runtime. Pin
Richard MacCutchan13-Aug-12 3:29
mveRichard MacCutchan13-Aug-12 3:29 
QuestionHow to pan client area of a window using C++/VC++ code Pin
Member 935377612-Aug-12 23:52
Member 935377612-Aug-12 23:52 
AnswerRe: How to pan a window using C++/VC++ code Pin
pasztorpisti13-Aug-12 2:19
pasztorpisti13-Aug-12 2:19 
GeneralRe: How to pan a window using C++/VC++ code Pin
Member 935377616-Aug-12 20:17
Member 935377616-Aug-12 20:17 
AnswerRe: How to pan a window using C++/VC++ code Pin
Software_Developer13-Aug-12 8:42
Software_Developer13-Aug-12 8:42 
GeneralRe: How to pan client area of a window using C++/VC++ code Pin
Member 935377618-Aug-12 19:35
Member 935377618-Aug-12 19:35 
AnswerRe: How to pan a window using C++/VC++ code Pin
pasztorpisti13-Aug-12 11:54
pasztorpisti13-Aug-12 11:54 
GeneralRe: How to pan a window using C++/VC++ code Pin
Member 935377613-Aug-12 20:17
Member 935377613-Aug-12 20:17 
GeneralRe: How to pan a window using C++/VC++ code Pin
pasztorpisti13-Aug-12 22:40
pasztorpisti13-Aug-12 22:40 
GeneralRe: How to pan a window using C++/VC++ code Pin
Member 935377616-Aug-12 20:16
Member 935377616-Aug-12 20:16 
GeneralRe: How to pan a window using C++/VC++ code Pin
pasztorpisti16-Aug-12 22:22
pasztorpisti16-Aug-12 22:22 
You have to do exactly the same. You handle the mouse events, and depending on the offset of the mouse move you change an internal variable in your program. In my example program the internal variable to change was the position of the window, but it could be anything else, for example the offset in your picture or pdf file for drawing on the client area of your window. All you have to do is using/changing something else, not the window position, for example the position where you draw your picture on the client area.
GeneralRe: How to pan client area of a window using C++/VC++ code Pin
Member 935377616-Aug-12 22:56
Member 935377616-Aug-12 22:56 
GeneralRe: How to pan client area of a window using C++/VC++ code Pin
pasztorpisti16-Aug-12 23:00
pasztorpisti16-Aug-12 23:00 
GeneralRe: How to pan client area of a window using C++/VC++ code Pin
Member 935377620-Aug-12 19:19
Member 935377620-Aug-12 19:19 
QuestionHow to change text in a text box while user is typing in another edit box in MFC.? Pin
mbatra3112-Aug-12 23:42
mbatra3112-Aug-12 23:42 
AnswerRe: How to change text in a text box while user is typing in another edit box in MFC.? Pin
Richard MacCutchan13-Aug-12 0:38
mveRichard MacCutchan13-Aug-12 0:38 
QuestionHow to generate Crystal Report in VC++ (VS2008) Pin
shiokbarnabas12-Aug-12 18:00
shiokbarnabas12-Aug-12 18:00 
AnswerRe: How to generate Crystal Report in VC++ (VS2008) Pin
Software_Developer12-Aug-12 23:18
Software_Developer12-Aug-12 23:18 
QuestionRichedit is displayed and Immediately aborts Pin
ForNow11-Aug-12 17:53
ForNow11-Aug-12 17:53 

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.