Click here to Skip to main content
16,006,442 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Automatic C++ class diagram generation? Pin
Maximilien13-Nov-03 5:22
Maximilien13-Nov-03 5:22 
AnswerRe: Automatic C++ class diagram generation? Pin
Ravi Bhavnani13-Nov-03 5:49
professionalRavi Bhavnani13-Nov-03 5:49 
GeneralRe: Automatic C++ class diagram generation? Pin
Salvador Dali13-Nov-03 11:37
Salvador Dali13-Nov-03 11:37 
GeneralRe: Automatic C++ class diagram generation? Pin
Ravi Bhavnani13-Nov-03 12:50
professionalRavi Bhavnani13-Nov-03 12:50 
GeneralRe: Automatic C++ class diagram generation? Pin
Steve S13-Nov-03 22:06
Steve S13-Nov-03 22:06 
GeneralRe: Automatic C++ class diagram generation? Pin
Ravi Bhavnani14-Nov-03 2:54
professionalRavi Bhavnani14-Nov-03 2:54 
GeneralContextHelp button on dialog box Pin
includeh1013-Nov-03 2:48
includeh1013-Nov-03 2:48 
GeneralGDI+ // Newbie Pin
Jorgen E.13-Nov-03 1:54
Jorgen E.13-Nov-03 1:54 
Hi,

I have a SDI app with a scrollview derived view class, which I try to paint using GDI+. So far so good. Previously, I used "old" GDI to draw, and simply took the scrolling into account by doing such as this:
<br />
CPoint where = GetDeviceScrollPosition();<br />
Pen penn(Color(0,0,0), REAL(width));<br />
pdc->DrawRectangle( &penn, rect.left - where.x, rect.top - where.y, rect.right - rect.left - where.x, rect.bottom - rect.top - where.y);<br />


Now, it seems like two things happen when I scroll. The old "drawing" moves up, like I want it to, and the view redraws itself, without regards to scrolling. In other words, as if I haven't scrolled anything yet.

If anyone can make any sense of this, please help me out!
Generalnewline in a buffer Pin
styve13-Nov-03 1:46
styve13-Nov-03 1:46 
GeneralRe: newline in a buffer Pin
David Crow13-Nov-03 4:03
David Crow13-Nov-03 4:03 
GeneralReflection in c++ Pin
Ravi Jadhav13-Nov-03 1:33
Ravi Jadhav13-Nov-03 1:33 
GeneralRe: Reflection in c++ Pin
Johnny ²13-Nov-03 1:45
Johnny ²13-Nov-03 1:45 
GeneralRe: Reflection in c++ Pin
melwyn13-Nov-03 2:58
melwyn13-Nov-03 2:58 
GeneralRe: Try using a factory method Pin
FearlessBurner13-Nov-03 5:26
FearlessBurner13-Nov-03 5:26 
GeneralPC Communication using VC++ and TAPI 3 Pin
13-Nov-03 1:03
suss13-Nov-03 1:03 
GeneralRe: PC Communication using VC++ and TAPI 3 Pin
Michael P Butler13-Nov-03 2:04
Michael P Butler13-Nov-03 2:04 
GeneralConnect to Oracle with ODB as sysdba Pin
Anonymous13-Nov-03 1:02
Anonymous13-Nov-03 1:02 
QuestionAny Reporting tool? Pin
murali_utr13-Nov-03 0:39
murali_utr13-Nov-03 0:39 
GeneralLooking for windows control Pin
Stefan Dahlin13-Nov-03 0:35
Stefan Dahlin13-Nov-03 0:35 
QuestionHow to get display properties? Pin
Roozbeh6913-Nov-03 0:21
professionalRoozbeh6913-Nov-03 0:21 
AnswerRe: How to get display properties? Pin
Neville Franks13-Nov-03 0:33
Neville Franks13-Nov-03 0:33 
GeneralRe: How to get display properties? Pin
Andy Latham14-Nov-03 0:20
Andy Latham14-Nov-03 0:20 
GeneralRe: How to get display properties? Pin
Neville Franks16-Nov-03 9:59
Neville Franks16-Nov-03 9:59 
GeneralDetecting User Logon Pin
Jonathan [Darka]13-Nov-03 0:15
professionalJonathan [Darka]13-Nov-03 0:15 
GeneralRe: Detecting User Logon Pin
David Crow13-Nov-03 4:05
David Crow13-Nov-03 4:05 

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.