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

C / C++ / MFC

 
GeneralRe: filling memory with a pattern Pin
DQNOK11-Oct-07 8:51
professionalDQNOK11-Oct-07 8:51 
GeneralRe: filling memory with a pattern Pin
Scott Dorman11-Oct-07 9:15
professionalScott Dorman11-Oct-07 9:15 
GeneralRe: filling memory with a pattern Pin
DQNOK11-Oct-07 9:43
professionalDQNOK11-Oct-07 9:43 
GeneralRe: filling memory with a pattern Pin
Scott Dorman11-Oct-07 9:45
professionalScott Dorman11-Oct-07 9:45 
QuestionChange the size of the scrollbar, getsystemmetrics [modified] Pin
tortexy10-Oct-07 7:36
tortexy10-Oct-07 7:36 
AnswerRe: Change the size of the scrollbar, getsystemmetrics Pin
Mark Salsbery10-Oct-07 7:48
Mark Salsbery10-Oct-07 7:48 
GeneralRe: Change the size of the scrollbar, getsystemmetrics Pin
tortexy10-Oct-07 7:53
tortexy10-Oct-07 7:53 
GeneralRe: Change the size of the scrollbar, getsystemmetrics Pin
Mark Salsbery10-Oct-07 10:15
Mark Salsbery10-Oct-07 10:15 
tortexy wrote:
If I do MoveWindow or SetWindowPos, the width may change but the arrow will become flat

That's what you'll get if you want Windows to draw the control for you.
You may want to implement your own control Smile | :)

tortexy wrote:
which scrollbars are you referring to? The ones subclassed with CScrollbar? /not part of any control/

Standard scroll bars are the ones you get when you specify the WS_HSCROLL/WS_VSCROLL
style(s) when creating a window.  Without access to an HWND for those, you can't change
their size.



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Change the size of the scrollbar, getsystemmetrics Pin
tortexy11-Oct-07 2:33
tortexy11-Oct-07 2:33 
QuestionMIDI...DIRECT MUSIC...VISUAL C++...WINDOWS VISTA Pin
Rance_Wilson10-Oct-07 5:41
Rance_Wilson10-Oct-07 5:41 
Questionvc 2005 CDatabase compile error Pin
ns10-Oct-07 5:21
ns10-Oct-07 5:21 
AnswerRe: vc 2005 CDatabase compile error Pin
Mark Salsbery10-Oct-07 5:35
Mark Salsbery10-Oct-07 5:35 
GeneralRe: vc 2005 CDatabase compile error Pin
ns10-Oct-07 5:43
ns10-Oct-07 5:43 
AnswerRe: vc 2005 CDatabase compile error Pin
David Crow10-Oct-07 8:36
David Crow10-Oct-07 8:36 
AnswerRe: rebase and memory allocation Pin
Nemanja Trifunovic10-Oct-07 7:41
Nemanja Trifunovic10-Oct-07 7:41 
GeneralRe: rebase and memory allocation Pin
aks.10-Oct-07 15:27
aks.10-Oct-07 15:27 
GeneralRe: rebase and memory allocation Pin
JudyL_MD11-Oct-07 3:23
JudyL_MD11-Oct-07 3:23 
QuestionError in ShowWindow() Pin
GauranG Shah10-Oct-07 4:45
GauranG Shah10-Oct-07 4:45 
AnswerRe: Error in ShowWindow() Pin
Nathan Holt at EMOM10-Oct-07 5:28
Nathan Holt at EMOM10-Oct-07 5:28 
GeneralRe: Error in ShowWindow() Pin
GauranG Shah10-Oct-07 19:16
GauranG Shah10-Oct-07 19:16 
QuestionRe: Error in ShowWindow() Pin
David Crow11-Oct-07 3:26
David Crow11-Oct-07 3:26 
GeneralRe: Error in ShowWindow() Pin
Nathan Holt at EMOM11-Oct-07 8:10
Nathan Holt at EMOM11-Oct-07 8:10 
QuestionRead/Write properties Office 2007 in C++ Pin
SameerSathe10-Oct-07 4:42
SameerSathe10-Oct-07 4:42 
AnswerRe: Read/Write properties Office 2007 in C++ Pin
toxcct10-Oct-07 5:15
toxcct10-Oct-07 5:15 
QuestionHelp moving from FTP to HTTPS Pin
al_in_the_city10-Oct-07 4:40
al_in_the_city10-Oct-07 4: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.