Click here to Skip to main content
15,891,951 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WM_LICK_BUTTON Pin
James T. Johnson24-Jan-02 15:13
James T. Johnson24-Jan-02 15:13 
GeneralRe: WM_LICK_BUTTON Pin
Michael P Butler24-Jan-02 22:07
Michael P Butler24-Jan-02 22:07 
GeneralRe: WM_LICK_BUTTON Pin
Nish Nishant24-Jan-02 17:37
sitebuilderNish Nishant24-Jan-02 17:37 
GeneralRe: WM_LICK_BUTTON Pin
James T. Johnson24-Jan-02 19:00
James T. Johnson24-Jan-02 19:00 
GeneralRe: WM_LICK_BUTTON Pin
Nish Nishant24-Jan-02 19:05
sitebuilderNish Nishant24-Jan-02 19:05 
GeneralRe: WM_LICK_BUTTON Pin
l a u r e n24-Jan-02 20:11
l a u r e n24-Jan-02 20:11 
GeneralRe: WM_LICK_BUTTON Pin
Nish Nishant24-Jan-02 20:16
sitebuilderNish Nishant24-Jan-02 20:16 
QuestionCHtmlView - how to hide the scrollbar(s)? Pin
helsten224-Jan-02 11:05
helsten224-Jan-02 11:05 
Confused | :confused:
I am trying to hide the scrollbar(s) in a CHtmlView without success. I have tried the following:
In PreCreateWindow:


cs.style ^= WS_VSCROLL;


In OnInitialUpdate:


ModifyStyle(WS_VSCROLL,0);

and


ShowScrollBar(SB_VERT,false);

and


CScrollBar* pSB=AfxGetMainWnd()->GetScrollBarCtrl(SB_VERT);

returns NULL
as do


CScrollBar* pSB=GetScrollBarCtrl(SB_VERT);


What is the correct way of doing this?

Thank you in advance!




AnswerRe: CHtmlView - how to hide the scrollbar(s)? Pin
pba_24-Jan-02 12:04
pba_24-Jan-02 12:04 
AnswerRe: CHtmlView - how to hide the scrollbar(s)? Pin
Klaus Probst24-Jan-02 14:01
Klaus Probst24-Jan-02 14:01 
GeneralRe: CHtmlView - how to hide the scrollbar(s)? Pin
helsten224-Jan-02 21:56
helsten224-Jan-02 21:56 
AnswerRe: CHtmlView - how to hide the scrollbar(s)? Pin
Kastellanos Nikos25-Jan-02 2:04
Kastellanos Nikos25-Jan-02 2:04 
GeneralRe: CHtmlView - how to hide the scrollbar(s)? Pin
helsten227-Jan-02 8:45
helsten227-Jan-02 8:45 
GeneralRe: CHtmlView - how to hide the scrollbar(s)? Pin
Kastellanos Nikos27-Jan-02 21:10
Kastellanos Nikos27-Jan-02 21:10 
GeneralDirectDraw blting problem... Pin
Erik Hammar24-Jan-02 10:51
Erik Hammar24-Jan-02 10:51 
GeneralRe: DirectDraw blting problem... Pin
Joerg Wiedenmann25-Jan-02 0:44
Joerg Wiedenmann25-Jan-02 0:44 
QuestionCArray of MSXML::IXMLDOMNodePtr??? Pin
24-Jan-02 10:33
suss24-Jan-02 10:33 
AnswerRe: CArray of MSXML::IXMLDOMNodePtr??? Pin
Christian Graus24-Jan-02 10:52
protectorChristian Graus24-Jan-02 10:52 
AnswerRe: CArray of MSXML::IXMLDOMNodePtr??? Pin
Joaquín M López Muñoz24-Jan-02 10:52
Joaquín M López Muñoz24-Jan-02 10:52 
AnswerRe: CArray of MSXML::IXMLDOMNodePtr??? Pin
pba_24-Jan-02 11:02
pba_24-Jan-02 11:02 
GeneralRe: CArray of MSXML::IXMLDOMNodePtr??? Pin
Klaus Probst24-Jan-02 14:02
Klaus Probst24-Jan-02 14:02 
AnswerRe: CArray of MSXML::IXMLDOMNodePtr??? Pin
28-Jan-02 3:34
suss28-Jan-02 3:34 
QuestionRichEdit in WinCE? Pin
Jon Newman24-Jan-02 9:09
Jon Newman24-Jan-02 9:09 
Questionhow to send a file between two computers? Pin
SAK24-Jan-02 8:31
SAK24-Jan-02 8:31 
AnswerRe: how to send a file between two computers? Pin
Richard Jones24-Jan-02 9:35
Richard Jones24-Jan-02 9:35 

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.