Prev: Vista DrawThemeBackground
Next: Access violation error
From: mido1971 on 2 Jul 2007 11:50 I HAVE PROGRAM WITH MANY VIEWS AND FORMVIEW THE ORIGINAL ONE IS CHTMLVIEW WHERE I MUST UPDATE IT ALWAYS WITH THE NEW INFORMATION OF OPENED DOCUMENTS WHEN I CLICK A LINK OF DOCUMENT MUST OPEN A NEW VIEW DRIVED BY CRICHEDITVIEW ECT. I HOPE WHAT I WANT TO DO IS CLEAR NOW THANKS AGEIN "Ajay Kalra" wrote: > On Jul 2, 10:20 am, mido1971 <mido1...(a)discussions.microsoft.com> > wrote: > > thanks for replay, > > - is an SDI and work lioke outlook today but i dont have events and message > > i have only documents but work like the events ( links ) > > - i dont have any buttons > > is only a normla view drived by chtmlview > > > > This is still not clear. If its SDI, you already have the view which > is always open? Do you want open another view? You should explain how > your setup is. > > --- > Ajay > >
From: Ajay Kalra on 2 Jul 2007 13:08 On Jul 2, 11:50 am, mido1971 <mido1...(a)discussions.microsoft.com> wrote: > I HAVE PROGRAM WITH MANY VIEWS AND FORMVIEW THE ORIGINAL ONE IS CHTMLVIEW > WHERE I MUST UPDATE IT ALWAYS WITH THE NEW INFORMATION OF OPENED DOCUMENTS > WHEN I CLICK A LINK OF DOCUMENT MUST OPEN A NEW VIEW DRIVED BY CRICHEDITVIEW > ECT. > > I HOPE WHAT I WANT TO DO IS CLEAR NOW THANKS AGEIN Look here for creating additional SDI views: http://msdn2.microsoft.com/en-us/library/s199bks0(VS.80).aspx#vcconattachnewviewa3 --- Ajay
From: Sheng Jiang[MVP] on 2 Jul 2007 13:31 If you want to handle a click on a link, search for "Handling HTML Element Events" in MSDN -- Sheng Jiang Microsoft MVP in VC++ "mido1971" <mido1971(a)discussions.microsoft.com> wrote in message news:E269BA6E-C3AD-409F-9F91-2FD07221446A(a)microsoft.com... > hi to all, > i am trying to create a view with CHtmlview loding the html from the > resource, to create a page like outlook today , my question is how can i > identify the click of the moues to open a new form view and witch form to > open thanks for help
From: Ajay Kalra on 2 Jul 2007 13:58 On Jul 2, 1:31 pm, "Sheng Jiang[MVP]" <sheng_ji...(a)hotmail.com.discuss> wrote: > If you want to handle a click on a link, search for "Handling HTML Element > Events" in MSDN > I dont know if OP wanted this. It appears that OPs issue was creating a new view, at least thats what I gathered from it. --- Ajay
From: Sheng Jiang[MVP] on 2 Jul 2007 14:01
A new view or new dialog, whatever, the application needs to handle a click first -- Sheng Jiang Microsoft MVP in VC++ "Ajay Kalra" <ajaykalra(a)yahoo.com> wrote in message news:1183399104.365329.291000(a)q69g2000hsb.googlegroups.com... > On Jul 2, 1:31 pm, "Sheng Jiang[MVP]" > <sheng_ji...(a)hotmail.com.discuss> wrote: > > If you want to handle a click on a link, search for "Handling HTML Element > > Events" in MSDN > > > > I dont know if OP wanted this. It appears that OPs issue was creating > a new view, at least thats what I gathered from it. > > --- > Ajay > |