Click here to Skip to main content
16,010,673 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionannoying linker warning (LNK4089) Pin
Intangir26-Aug-05 10:38
Intangir26-Aug-05 10:38 
AnswerRe: annoying linker warning (LNK4089) Pin
Tim Smith26-Aug-05 11:13
Tim Smith26-Aug-05 11:13 
AnswerRe: annoying linker warning (LNK4089) Pin
Gary R. Wheeler27-Aug-05 6:45
Gary R. Wheeler27-Aug-05 6:45 
QuestionOveriding ToolTip Text an CSliderCtrl Pin
sharpanil26-Aug-05 10:15
sharpanil26-Aug-05 10:15 
QuestionExcel Automation Pin
Identity Undisclosed26-Aug-05 9:55
Identity Undisclosed26-Aug-05 9:55 
QuestionIncreasing/Decreasing text size of a shown html Pin
babyspidy26-Aug-05 7:50
babyspidy26-Aug-05 7:50 
AnswerRe: Increasing/Decreasing text size of a shown html Pin
David Crow26-Aug-05 9:14
David Crow26-Aug-05 9:14 
GeneralRe: Increasing/Decreasing text size of a shown html Pin
babyspidy27-Aug-05 15:33
babyspidy27-Aug-05 15:33 
Thanks for the reply.
I have seen the CHtmlView class but not quite familiar how it works.

For the View menu found in IE menubar, there's a Text Size option which you can select Largest, Large, Medium, Small, and Smallest for the user to increase/decrease the text size. I want to do this function in my project but I don't know how I will put a function on it.

In my ****View.cpp, I put

ON_COMMAND(IDR_VIEW_LARGEST, .....)
ON_COMMAND(IDR_VIEW_LARGE, .....)
ON_COMMAND(IDR_VIEW_MEDIUM, .....)
ON_COMMAND(IDR_VIEW_SMALL, .....)
ON_COMMAND(IDR_VIEW_SMALLEST, .....)
...

but I don't know how I will implement the function for it. I hope someone knows how to handle those commands..

Thanks again and best regards.


With great power comes a great responsibility
GeneralRe: Increasing/Decreasing text size of a shown html Pin
Jose Lamas Rios27-Aug-05 18:45
Jose Lamas Rios27-Aug-05 18:45 
GeneralRe: Increasing/Decreasing text size of a shown html Pin
babyspidy28-Aug-05 7:39
babyspidy28-Aug-05 7:39 
GeneralRe: Increasing/Decreasing text size of a shown html Pin
Jose Lamas Rios28-Aug-05 8:53
Jose Lamas Rios28-Aug-05 8:53 
GeneralRe: Increasing/Decreasing text size of a shown html Pin
babyspidy28-Aug-05 15:53
babyspidy28-Aug-05 15:53 
AnswerRe: Increasing/Decreasing text size of a shown html Pin
Jose Lamas Rios29-Aug-05 7:30
Jose Lamas Rios29-Aug-05 7:30 
GeneralRe: Increasing/Decreasing text size of a shown html Pin
babyspidy29-Aug-05 14:12
babyspidy29-Aug-05 14:12 
QuestionMCI Commands and AVI Video files; help needed... Pin
Bryan Anslow26-Aug-05 7:16
Bryan Anslow26-Aug-05 7:16 
AnswerRe: MCI Commands and AVI Video files; help needed... Pin
Bryan Anslow26-Aug-05 12:23
Bryan Anslow26-Aug-05 12:23 
QuestionMixed language dll Pin
Kash26-Aug-05 6:20
Kash26-Aug-05 6:20 
AnswerRe: Mixed language dll Pin
David Crow26-Aug-05 6:50
David Crow26-Aug-05 6:50 
GeneralRe: Mixed language dll Pin
Tim Smith26-Aug-05 11:14
Tim Smith26-Aug-05 11:14 
QuestionCMenu selected Pin
picazo26-Aug-05 6:08
picazo26-Aug-05 6:08 
AnswerRe: CMenu selected Pin
Roger Allen26-Aug-05 6:11
Roger Allen26-Aug-05 6:11 
GeneralRe: CMenu selected Pin
picazo26-Aug-05 6:24
picazo26-Aug-05 6:24 
GeneralRe: CMenu selected Pin
Roger Allen26-Aug-05 6:51
Roger Allen26-Aug-05 6:51 
AnswerRe: CMenu selected Pin
David Crow26-Aug-05 6:11
David Crow26-Aug-05 6:11 
GeneralRe: CMenu selected Pin
picazo26-Aug-05 6:19
picazo26-Aug-05 6:19 

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.