Click here to Skip to main content
15,887,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: q. about SHBrowseForFolder Pin
Stuart Dootson16-Apr-09 22:17
professionalStuart Dootson16-Apr-09 22:17 
GeneralRe: q. about SHBrowseForFolder Pin
sashoalm16-Apr-09 22:27
sashoalm16-Apr-09 22:27 
GeneralRe: q. about SHBrowseForFolder Pin
Stuart Dootson16-Apr-09 23:58
professionalStuart Dootson16-Apr-09 23:58 
GeneralRe: q. about SHBrowseForFolder Pin
sashoalm17-Apr-09 2:34
sashoalm17-Apr-09 2:34 
GeneralRe: q. about SHBrowseForFolder Pin
Stuart Dootson17-Apr-09 2:58
professionalStuart Dootson17-Apr-09 2:58 
GeneralRe: q. about SHBrowseForFolder Pin
sashoalm17-Apr-09 3:31
sashoalm17-Apr-09 3:31 
QuestionScrolling Window Pin
Anu_Bala16-Apr-09 21:28
Anu_Bala16-Apr-09 21:28 
AnswerRe: Scrolling Window Pin
Cedric Moonen16-Apr-09 21:34
Cedric Moonen16-Apr-09 21:34 
You have to manage the scroll yourself: you have to override the OnHScroll and OnVScroll members from CWnd and take the appropriate actions there. For instance store the new initial horizontal and vertical positions of your view and request a refresh of your window. In your drawing code, you then take those information in consideration to redraw properly your window.

Cédric Moonen
Software developer

Charting control [v2.0 - Updated]
OpenGL game tutorial in C++

Questioncreate control of class CEdit Pin
durban216-Apr-09 21:12
durban216-Apr-09 21:12 
AnswerRe: create control of class CEdit Pin
Iain Clarke, Warrior Programmer16-Apr-09 21:16
Iain Clarke, Warrior Programmer16-Apr-09 21:16 
AnswerRe: create control of class CEdit Pin
Cedric Moonen16-Apr-09 21:17
Cedric Moonen16-Apr-09 21:17 
AnswerRe: create control of class CEdit Pin
China_Kevin16-Apr-09 21:23
China_Kevin16-Apr-09 21:23 
GeneralRe: create control of class CEdit Pin
Cedric Moonen16-Apr-09 21:30
Cedric Moonen16-Apr-09 21:30 
GeneralRe: create control of class CEdit Pin
China_Kevin16-Apr-09 21:40
China_Kevin16-Apr-09 21:40 
GeneralRe: create control of class CEdit Pin
CPallini16-Apr-09 23:24
mveCPallini16-Apr-09 23:24 
GeneralRe: create control of class CEdit Pin
China_Kevin17-Apr-09 2:28
China_Kevin17-Apr-09 2:28 
AnswerRe: create control of class CEdit Pin
Hamid_RT17-Apr-09 0:30
Hamid_RT17-Apr-09 0:30 
Questionc++ client for wcf service.......? Pin
shaina223116-Apr-09 20:47
shaina223116-Apr-09 20:47 
QuestionWhy do i get this error? Pin
kapardhi16-Apr-09 20:42
kapardhi16-Apr-09 20:42 
AnswerRe: Why do i get this error? Pin
Stuart Dootson16-Apr-09 20:56
professionalStuart Dootson16-Apr-09 20:56 
QuestionRe: Why do i get this error? Pin
kapardhi16-Apr-09 21:05
kapardhi16-Apr-09 21:05 
AnswerRe: Why do i get this error? Pin
Cedric Moonen16-Apr-09 21:11
Cedric Moonen16-Apr-09 21:11 
GeneralRe: Why do i get this error? Pin
Cedric Moonen16-Apr-09 21:06
Cedric Moonen16-Apr-09 21:06 
GeneralRe: Why do i get this error? Pin
Stuart Dootson16-Apr-09 22:13
professionalStuart Dootson16-Apr-09 22:13 
QuestionProblem in PROCESS_INFORMATION. Pin
Le@rner16-Apr-09 20:08
Le@rner16-Apr-09 20:08 

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.