Click here to Skip to main content
15,910,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to Display HTML strings in MFC ? Pin
Sharath Jagannath14-Feb-08 20:37
Sharath Jagannath14-Feb-08 20:37 
AnswerRe: How to Display HTML strings in MFC ? Pin
Rajesh R Subramanian14-Feb-08 20:41
professionalRajesh R Subramanian14-Feb-08 20:41 
GeneralRe: How to Display HTML strings in MFC ? Pin
Sharath Jagannath14-Feb-08 20:47
Sharath Jagannath14-Feb-08 20:47 
GeneralRe: How to Display HTML strings in MFC ? Pin
Sharath Jagannath14-Feb-08 20:48
Sharath Jagannath14-Feb-08 20:48 
GeneralRe: How to Display HTML strings in MFC ? Pin
Rajesh R Subramanian14-Feb-08 21:02
professionalRajesh R Subramanian14-Feb-08 21:02 
GeneralRe: How to Display HTML strings in MFC ? Pin
Sharath Jagannath14-Feb-08 21:41
Sharath Jagannath14-Feb-08 21:41 
AnswerRe: How to Display HTML strings in MFC ? Pin
jjoshua16-Feb-08 17:31
jjoshua16-Feb-08 17:31 
GeneralOnKeyUp() not get invoked Pin
Anu_Bala14-Feb-08 19:07
Anu_Bala14-Feb-08 19:07 
Hi,

In My application,in view window i have made like this..

1.Index Page
2.Introduction
3.Summary..
Like this. And also i have shortcut keys for each page as shift-1,shift-2...

And also i can move to next page by using PageDown. And also i can press the second option(2.Introduction) by mouse and i directly move to the second page.
My actual problem...
If i use pagedown and move to next page (for eg:Introduction page)...Now if i press shift-1,it directly go to Index page.
If i use mouse and move to another page,and then if i press shift-1 it does not go to index page.I mean it does not go to OnKeyUp() function. Why this problem..

Actually i use Glg.dll for this view.
I didnot use on LButtonClick() for mouse action. glg.dll has function for this.
if( gpGView->glg_animation[SCHEPAGENO].m_hWnd )
{
gpGView->glg_animation[SCHEPAGENO].ShowWindow(SW_HIDE);
SCHEPAGENO = iPanNo - 1;
if(SCHEPAGENO -> giGraphicCnt)
SCHEPAGENO = giGraphicCnt;
}
gpVIew is my view class object.
SCHEPAGENO is page number.
Graphiccnt is total no of pages.

Anu

GeneralRe: OnKeyUp() not get invoked Pin
Prasanth M V14-Feb-08 23:23
Prasanth M V14-Feb-08 23:23 
QuestionAbt changing the settings of default keys In Win CE 6.0 Pin
Pankaj Kothawade14-Feb-08 18:52
Pankaj Kothawade14-Feb-08 18:52 
Generalencryption in windows mobile [modified] Pin
guru moorthy.k14-Feb-08 18:51
guru moorthy.k14-Feb-08 18:51 
GeneralRe: encryption in windows mobile Pin
Rajesh R Subramanian14-Feb-08 20:27
professionalRajesh R Subramanian14-Feb-08 20:27 
QuestionThreads not working in network Pin
Wamuti14-Feb-08 18:22
Wamuti14-Feb-08 18:22 
GeneralRe: Threads not working in network Pin
Rajkumar R14-Feb-08 19:08
Rajkumar R14-Feb-08 19:08 
QuestionRe: Threads not working in network Pin
Wamuti14-Feb-08 19:52
Wamuti14-Feb-08 19:52 
GeneralRe: Threads not working in network Pin
Mark Salsbery15-Feb-08 6:49
Mark Salsbery15-Feb-08 6:49 
GeneralRe: Threads not working in network Pin
Wamuti17-Feb-08 20:07
Wamuti17-Feb-08 20:07 
GeneralRe: Threads not working in network Pin
Mark Salsbery18-Feb-08 6:19
Mark Salsbery18-Feb-08 6:19 
GeneralRe: Threads not working in network Pin
Wamuti18-Feb-08 19:23
Wamuti18-Feb-08 19:23 
Generalcom Pin
tarak Desai14-Feb-08 17:56
tarak Desai14-Feb-08 17:56 
GeneralRe: com Pin
Wamuti14-Feb-08 18:37
Wamuti14-Feb-08 18:37 
AnswerRe: com Pin
Wamuti14-Feb-08 18:43
Wamuti14-Feb-08 18:43 
GeneralRe: com Pin
ThatsAlok14-Feb-08 22:25
ThatsAlok14-Feb-08 22:25 
GeneralAlignment of Variables Whitin structure Pin
ForNow14-Feb-08 17:53
ForNow14-Feb-08 17:53 
GeneralRe: Alignment of Variables Whitin structure Pin
Maxwell Chen14-Feb-08 18:11
Maxwell Chen14-Feb-08 18:11 

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.