Click here to Skip to main content
15,922,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DestroyWindow() Pin
Chris Meech20-Mar-03 5:28
Chris Meech20-Mar-03 5:28 
GeneralRe: DestroyWindow() Pin
ns20-Mar-03 5:31
ns20-Mar-03 5:31 
GeneralRe: DestroyWindow() Pin
Chris Meech20-Mar-03 5:39
Chris Meech20-Mar-03 5:39 
GeneralRe: DestroyWindow() Pin
ns20-Mar-03 5:45
ns20-Mar-03 5:45 
GeneralRe: DestroyWindow() Pin
Ravi Bhavnani20-Mar-03 5:30
professionalRavi Bhavnani20-Mar-03 5:30 
GeneralHooks ansd services Pin
FlorianS20-Mar-03 4:57
FlorianS20-Mar-03 4:57 
Generalsorting a database physically after adding records Pin
ns20-Mar-03 2:16
ns20-Mar-03 2:16 
GeneralStandard C++ question... Pin
Member 1026380920-Mar-03 2:15
Member 1026380920-Mar-03 2:15 
GeneralRe: Standard C++ question... Pin
jhwurmbach20-Mar-03 2:26
jhwurmbach20-Mar-03 2:26 
GeneralRe: Standard C++ question... Pin
Member 1026380920-Mar-03 2:52
Member 1026380920-Mar-03 2:52 
Generaltoolbar problem Pin
benben20-Mar-03 2:05
benben20-Mar-03 2:05 
QuestionAnybody seen this MFC error yet? Pin
Harald Krause20-Mar-03 1:45
Harald Krause20-Mar-03 1:45 
AnswerRe: Anybody seen this MFC error yet? Pin
jhwurmbach20-Mar-03 2:16
jhwurmbach20-Mar-03 2:16 
GeneralRe: Anybody seen this MFC error yet? Pin
Yuri Kreinin20-Mar-03 6:28
Yuri Kreinin20-Mar-03 6:28 
Generalactive screensaver Programmatically Pin
JoeZhang20-Mar-03 0:36
JoeZhang20-Mar-03 0:36 
GeneralRe: active screensaver Programmatically Pin
_Theo_20-Mar-03 1:35
_Theo_20-Mar-03 1:35 
GeneralMSN like Emoticon list Pin
Ph@ntom19-Mar-03 23:57
Ph@ntom19-Mar-03 23:57 
GeneralRe: MSN like Emoticon list Pin
_Theo_20-Mar-03 1:38
_Theo_20-Mar-03 1:38 
GeneralRichEdit20A Pin
Ph@ntom19-Mar-03 23:55
Ph@ntom19-Mar-03 23:55 
GeneralSetWindowsHookEx and WM_NOTIFY problems Pin
Ceri19-Mar-03 23:44
Ceri19-Mar-03 23:44 
GeneralRe: SetWindowsHookEx and WM_NOTIFY problems Pin
Chopper19-Mar-03 23:50
Chopper19-Mar-03 23:50 
GeneralRe: SetWindowsHookEx and WM_NOTIFY problems Pin
Ceri19-Mar-03 23:51
Ceri19-Mar-03 23:51 
GeneralRe: SetWindowsHookEx and WM_NOTIFY problems Pin
Chopper19-Mar-03 23:59
Chopper19-Mar-03 23:59 
GeneralRe: SetWindowsHookEx and WM_NOTIFY problems Pin
Ceri20-Mar-03 0:00
Ceri20-Mar-03 0:00 
GeneralGetting rid of the scrollbars in a HTMLView... Pin
Joan M19-Mar-03 23:36
professionalJoan M19-Mar-03 23:36 
Hello,

I'd like to make the scrollbars invisible in a HTMLView (well it is the HTMLCtrl by Paul DiLascia, but it's almost the same).

I've tried this:
this->m_cHTMLCtrl.ShowScrollBar(SB_BOTH, FALSE);
but it has been unsuccessful... could you give me an advice?

Thank you in advance.

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.