Click here to Skip to main content
15,894,740 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Windows Hooks Pin
Nish Nishant7-Jan-03 10:05
sitebuilderNish Nishant7-Jan-03 10:05 
GeneralRe: Windows Hooks Pin
Nnamdi Onyeyiri7-Jan-03 10:34
Nnamdi Onyeyiri7-Jan-03 10:34 
GeneralRe: Windows Hooks Pin
Nish Nishant7-Jan-03 11:31
sitebuilderNish Nishant7-Jan-03 11:31 
GeneralCRichEdit crashes Pin
Ricky_TheBard7-Jan-03 8:06
Ricky_TheBard7-Jan-03 8:06 
GeneralDetecting when an internet connection is active Pin
fferland7-Jan-03 7:52
fferland7-Jan-03 7:52 
GeneralRe: Detecting when an internet connection is active Pin
valikac7-Jan-03 9:20
valikac7-Jan-03 9:20 
GeneralRe: Detecting when an internet connection is active Pin
Todd Smith7-Jan-03 9:58
Todd Smith7-Jan-03 9:58 
GeneralCStatic scroll bar Pin
Dean Goodman7-Jan-03 7:37
Dean Goodman7-Jan-03 7:37 
Is it possible to add a scroll bar to a CStatic control?

I've derived a new base class from CStatic for graph/chart purposes, and I'd like to be able to allow the graph to scroll if it is too big for the available viewing area. I've found many graphing projects on the net, but none seem to have this feature which is of particular importance to me since I have long series of data.

I've tried adding the WS_HSCROLL and WS_VSCROLL styles, I've called EnableScrollBarCtrl(), and I've called ShowScrollBar() but none of these methods have any effect. Anyone know something I don't?

A second question: I've also added the SS_NOTIFY style, but my (base) class isn't receiving the notification. Do I have to override the message notification in every other class I derive from the base class to process the notification?

Thanks for the help,

--Dean
GeneralRe: CStatic scroll bar Pin
PJ Arends7-Jan-03 11:48
professionalPJ Arends7-Jan-03 11:48 
GeneralListView InsertMark does not display Pin
Hiusing7-Jan-03 6:59
Hiusing7-Jan-03 6:59 
GeneralContext Help on a button in MFC CFormView Pin
DionChen7-Jan-03 5:55
DionChen7-Jan-03 5:55 
GeneralRe: Context Help on a button in MFC CFormView Pin
PJ Arends7-Jan-03 11:54
professionalPJ Arends7-Jan-03 11:54 
GeneralCListCtrl::GetItemData() Problem Pin
lpvoid7-Jan-03 5:39
lpvoid7-Jan-03 5:39 
Generaldisplay a jpg Pin
Didaa7-Jan-03 3:35
Didaa7-Jan-03 3:35 
GeneralRe: display a jpg Pin
Gary Kirkham7-Jan-03 5:01
Gary Kirkham7-Jan-03 5:01 
GeneralRe: display a jpg Pin
Davide Pizzolato7-Jan-03 11:05
Davide Pizzolato7-Jan-03 11:05 
GeneralRe: display a jpg Pin
Jason Henderson7-Jan-03 11:29
Jason Henderson7-Jan-03 11:29 
GeneralMy paranoia Pin
georgiek507-Jan-03 2:47
georgiek507-Jan-03 2:47 
GeneralRe: My paranoia Pin
Maximilien7-Jan-03 3:17
Maximilien7-Jan-03 3:17 
GeneralRe: My paranoia Pin
Alvaro Mendez7-Jan-03 5:19
Alvaro Mendez7-Jan-03 5:19 
GeneralRe: My paranoia Pin
georgiek507-Jan-03 6:26
georgiek507-Jan-03 6:26 
GeneralPropertySheet Pin
mzakarni7-Jan-03 0:42
mzakarni7-Jan-03 0:42 
GeneralRe: PropertySheet Pin
Abbas_Riazi7-Jan-03 0:49
professionalAbbas_Riazi7-Jan-03 0:49 
GeneralRe: PropertySheet Pin
mzakarni7-Jan-03 2:05
mzakarni7-Jan-03 2:05 
QuestionWhy disables my program Drag&Drop after running some time ? Pin
pma7-Jan-03 0:00
pma7-Jan-03 0:00 

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.