Prev: Vista DrawThemeBackground
Next: Access violation error
From: mido1971 on 2 Jul 2007 06:50 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 09:21 > 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 This is confusing. Where is the button which needs to be clicked? Is it on the HTML form or is it simply a toolbar button/dialog button which launches a new frame? Also, is it SDI or MDI? --- Ajay
From: Tom Serface on 2 Jul 2007 10:03 Here are some examples: http://www.codeproject.com/dialog/web_gui.asp http://www.samspublishing.com/library/content.asp?b=Visual_C_PlusPlus&seqNum=116&rl=1 You mention form view. If you intend to do this in a dialog you may want to take a look at: http://www.codeproject.com/dotnet/dhtmldialog.asp You might find this article interesting as well: http://www.codeproject.com/miscctrl/simplebrowserformfc.asp Tom "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: mido1971 on 2 Jul 2007 10:20 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 thanks "Ajay Kalra" wrote: > > 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 > > This is confusing. Where is the button which needs to be clicked? Is > it on the HTML form or is it simply a toolbar button/dialog button > which launches a new frame? Also, is it SDI or MDI? > > --- > Ajay > > > >
From: Ajay Kalra on 2 Jul 2007 10:33
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 |