From: SenseShankar on 3 Jun 2010 04:33 Thanks for posting the info. From your response posted > I recall when I authored my .chm file, there were properties like which > toolbar button should be shown at startup. Maybe these are settings in the > .chm file itself? Can you be a little elaborate? heres what i want to understand 1) you mean theres an option to configure the output .chm file in the ROBOHELP project settings itself ? If so, I tried and could not find one, plz suggest how? 2) Or, you mean to say while launching the .chm through HTMLhelp() from code,some parameters exist to hide the TOC (tripane) ? Plz clarify, Thanks, Shankar. - Thanks in advance, Shankar G. "David Ching" wrote: > "SenseShankar" <SenseShankar(a)discussions.microsoft.com> wrote in message > news:4A2EB5B8-1725-4B8D-B945-D0390D32D090(a)microsoft.com... > > Hi All, > > > > how could i launch/open a .chm file from my app(VC++ - VS2005), where in > > the > > .chm has to open by default without any TOC(table of contents) in the > > .chm. > > > > In detail,I am using > > > > ::HtmlHelp(GetSafeHwnd(), sFileName, HH_DISPLAY_TOPIC,0); > > > > where sFileName is the path including the .chm file name. > > Now, when i execute the above piece of code I am getting .chm launched but > > with EXPANDED TOC, which i dont require for my functionality. > > > > Can any one suggest, How by default the TOC can be hidden and the .chm can > > be launched ?? > > > > I mean currently HIDE, BACKWARD,FORWARD, PRINT are the Menu items that > > come > > for the .chm, how could one change that to SHOW, BACKWARD, FORWARD, PRINT > > menus in the .chm by default ? > > > > I recall when I authored my .chm file, there were properties like which > toolbar button should be shown at startup. Maybe these are settings in the > .chm file itself? > > -- David > >
From: David Ching on 3 Jun 2010 07:26 "SenseShankar" <SenseShankar(a)discussions.microsoft.com> wrote in message news:1D252E81-9EC3-4A11-B383-7E6FEA609FE2(a)microsoft.com... > Can you be a little elaborate? heres what i want to understand > 1) you mean theres an option to configure the output .chm file in the > ROBOHELP project settings itself ? If so, I tried and could not find one, > plz > suggest how? > 2) Or, you mean to say while launching the .chm through HTMLhelp() from > code,some parameters exist to hide the TOC (tripane) ? > Hi Shankar, I meant (1), but years ago I used a product called ForeHelp and I've never used RoboHelp. Sorry..... -- David
From: Tom Serface on 4 Jun 2010 11:32 ForeHelp was a great product. I was sorry that it didn't become more popular. Tom "David Ching" <dc(a)remove-this.dcsoft.com> wrote in message news:FC6B5394-ECCD-453D-A4D2-38C2EBF4E55B(a)microsoft.com... > "SenseShankar" <SenseShankar(a)discussions.microsoft.com> wrote in message > news:1D252E81-9EC3-4A11-B383-7E6FEA609FE2(a)microsoft.com... >> Can you be a little elaborate? heres what i want to understand >> 1) you mean theres an option to configure the output .chm file in the >> ROBOHELP project settings itself ? If so, I tried and could not find one, >> plz >> suggest how? >> 2) Or, you mean to say while launching the .chm through HTMLhelp() from >> code,some parameters exist to hide the TOC (tripane) ? >> > > Hi Shankar, I meant (1), but years ago I used a product called ForeHelp > and I've never used RoboHelp. Sorry..... > > -- David
From: Joseph M. Newcomer on 4 Jun 2010 12:25 I found it vastly superior to RoboHelp; for one thing, it didn't require doing weird-looking Word tricks whose appearance could not be verified until you built the help system and tested it. joe On Fri, 4 Jun 2010 08:32:06 -0700, "Tom Serface" <tom(a)camaswood.com> wrote: >ForeHelp was a great product. I was sorry that it didn't become more >popular. > >Tom > >"David Ching" <dc(a)remove-this.dcsoft.com> wrote in message >news:FC6B5394-ECCD-453D-A4D2-38C2EBF4E55B(a)microsoft.com... >> "SenseShankar" <SenseShankar(a)discussions.microsoft.com> wrote in message >> news:1D252E81-9EC3-4A11-B383-7E6FEA609FE2(a)microsoft.com... >>> Can you be a little elaborate? heres what i want to understand >>> 1) you mean theres an option to configure the output .chm file in the >>> ROBOHELP project settings itself ? If so, I tried and could not find one, >>> plz >>> suggest how? >>> 2) Or, you mean to say while launching the .chm through HTMLhelp() from >>> code,some parameters exist to hide the TOC (tripane) ? >>> >> >> Hi Shankar, I meant (1), but years ago I used a product called ForeHelp >> and I've never used RoboHelp. Sorry..... >> >> -- David Joseph M. Newcomer [MVP] email: newcomer(a)flounder.com Web: http://www.flounder.com MVP Tips: http://www.flounder.com/mvp_tips.htm
From: David Ching on 4 Jun 2010 13:20 It's really sad they went out of business. They had a going out of business sale so I bought the latest and greatest suite for a great price. My memory is hazy, but the lady taking my order said it was like a family business with two brothers doing the programming (the lady was one of the brother's wife), and they had decided to quit. Very sad, you pour your heart into making a best of breed app, but technically inferior products succeed because their owners were lucky/savvy enough to get into bed with the big boys with big pockets, and you didn't. I also feel for CodeJock and Kirk S. who got upended when MS chose that inferior BCGSoft product to base the MFC Feature Pack on. -- David "Joseph M. Newcomer" <newcomer(a)flounder.com> wrote in message news:r5ai06hl8ulp41plr3fjitiop2htmoktq2(a)4ax.com... > I found it vastly superior to RoboHelp; for one thing, it didn't require > doing > weird-looking Word tricks whose appearance could not be verified until you > built the help > system and tested it. > joe > > On Fri, 4 Jun 2010 08:32:06 -0700, "Tom Serface" <tom(a)camaswood.com> > wrote: > >>ForeHelp was a great product. I was sorry that it didn't become more >>popular. >>
|
Pages: 1 Prev: Hilo: rich user experience of Windows 7 in native C++ Next: OnAccept getting socket handle |