Click here to Skip to main content
16,005,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDNS lookup Pin
Anonymous24-Jan-03 0:11
Anonymous24-Jan-03 0:11 
GeneralTAPI!!!!!!!!! Pin
xxhimanshu23-Jan-03 23:26
xxhimanshu23-Jan-03 23:26 
GeneralRe: TAPI!!!!!!!!! Pin
Michael P Butler23-Jan-03 23:58
Michael P Butler23-Jan-03 23:58 
GeneralEditboxes Pin
*Tom*23-Jan-03 22:54
*Tom*23-Jan-03 22:54 
GeneralRe: Editboxes Pin
jhwurmbach23-Jan-03 23:12
jhwurmbach23-Jan-03 23:12 
GeneralRe: Editboxes Pin
*Tom*23-Jan-03 23:21
*Tom*23-Jan-03 23:21 
GeneralDisable scrollbar CHtmlView Pin
jeremysay23-Jan-03 22:37
jeremysay23-Jan-03 22:37 
GeneralRe: Disable scrollbar CHtmlView Pin
HENDRIK R23-Jan-03 22:56
HENDRIK R23-Jan-03 22:56 
The standart functions regarding scrollbars won't work at htmlview. You have to take a look at IDocHostUIHandler and it's method GetHostInfo. (If you're working with VC7, you don't really need to care about that because CHtmlView get's informed when GetHostInfo is called, and the function OnGetHostInfo is called). In VC6, you need to derive a class from COleControlSite, there implementing the IDocHostUIHandler interface. When adding DOCHOSTUIFLAG_SCROLL_NO to the flags member of the DOCHOSTUIINFO struct passed as a parameter in GetHostInfo, scrollbars won't be displayed.

For further information go to MSDN and search for "WebBrowser Customization" or IDocHostUIHandler in general.
GeneralRe: Disable scrollbar CHtmlView Pin
jeremysay24-Jan-03 2:18
jeremysay24-Jan-03 2:18 
GeneralRe: Disable scrollbar CHtmlView Pin
HENDRIK R24-Jan-03 2:36
HENDRIK R24-Jan-03 2:36 
GeneralRe: Disable scrollbar CHtmlView Pin
jeremysay24-Jan-03 5:11
jeremysay24-Jan-03 5:11 
GeneralDrawing in a Dialog Application Pin
LittleYellowBird23-Jan-03 22:06
LittleYellowBird23-Jan-03 22:06 
GeneralRe: Drawing in a Dialog Application Pin
Zdeslav Vojkovic23-Jan-03 23:34
Zdeslav Vojkovic23-Jan-03 23:34 
GeneralRe: Drawing in a Dialog Application Pin
LittleYellowBird24-Jan-03 2:32
LittleYellowBird24-Jan-03 2:32 
GeneralRemoving F8 key at the beggining Pin
Joan M23-Jan-03 21:53
professionalJoan M23-Jan-03 21:53 
GeneralRe: Removing F8 key at the beggining Pin
Mike Nordell26-Jan-03 2:11
Mike Nordell26-Jan-03 2:11 
GeneralRe: Removing F8 key at the beggining Pin
Joan M26-Jan-03 21:50
professionalJoan M26-Jan-03 21:50 
GeneralHandle IHTMLElement2 events Pin
TianYang23-Jan-03 21:46
TianYang23-Jan-03 21:46 
GeneralStatic arrays and sizeof Pin
Mark Basedow23-Jan-03 21:24
Mark Basedow23-Jan-03 21:24 
GeneralRe: Static arrays and sizeof Pin
Zdeslav Vojkovic23-Jan-03 23:12
Zdeslav Vojkovic23-Jan-03 23:12 
GeneralThanks Pin
Mark Basedow24-Jan-03 5:56
Mark Basedow24-Jan-03 5:56 
QuestionCHtmlView + CTreeView ?? Pin
mrAndy23-Jan-03 19:54
mrAndy23-Jan-03 19:54 
AnswerRe: CHtmlView + CTreeView ?? Pin
HENDRIK R23-Jan-03 21:38
HENDRIK R23-Jan-03 21:38 
AnswerRe: CHtmlView + CTreeView ?? Pin
jeremysay23-Jan-03 22:21
jeremysay23-Jan-03 22:21 
GeneralRe: application run all the time!!!!!!! Pin
mrAndy23-Jan-03 19:20
mrAndy23-Jan-03 19:20 

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.