 |
|
 |
Looks great David!
I have to say I'm looking forward to the TOC and index panels ......
cheers,
rob
|
|
|
|
 |
|
 |
good morning all i am a new at html i would like to to know how can you view mutiple pages of your html document can i like things to the next page how do i do it , please someone help
|
|
|
|
 |
|
 |
Data Report can not refresh when i delete current data and replace with a new data. It couldn't show a new data on Data Report. Plz help me to fix this. Anybody know plz email me.
|
|
|
|
 |
|
 |
hey,
i want to cerate a kind of a player+mixer module, which will include equalizer+mixing applications as in dj softwares . id like to get any helpfull info about doing this in c++,vc,VB...
|
|
|
|
 |
|
 |
I've been searching for a good help interface and this is it.
Question:
How can I get the Wizard in to this interface?
I know most people think the paper clip is irritating but boy do you know how irritating it is when users keep on asking you why it's not availble
Just bring me a pen and I'll sign
|
|
|
|
 |
|
 |
I personally have never worked with the Wizards directly in that way, but there are two other articles here on the Code Project web site that look like they will be able to help you:
Wrapper class for MsAgent characters
Programming the MS Agent Control
I hope they will be able to help you.
____________________
David Wulff
Have you tried a Gold Hound? Gold Tequila and grapefruit juice. I like mine with a splash of quinine (tonic) water. I used to enjoy them regularly, until I overheard the waitress ordering another "Silly Roger." - Roger Wright
|
|
|
|
 |
|
 |
Hi,
I would like to know whether this tool works under NT without MSIE installed on the machine. In my company Netscape is the standard browser and I can for the moment not convince my MIS people to switch.
And now for something completely different
I checked in the sources and found out tha the changes under the registry should be under '.../helpviewer/webbuilder studio' in stead of under '.../helpviewer/appname'
thanks for the help,
gert.
|
|
|
|
 |
|
 |
gert wrote:
Should this work with WinNT and without MSIE?
Yes and no respectively. I'm afraid this app requires Microsoft Internet Explorer to be inststalled, even if it is not being used as a browser. If I remember correctly, the app uses the MFC class CHtmlView, which in turn uses the WebBrowser control.
gert wrote:
I checked in the sources and found out tha the changes
Whoops! Thanks for reporting that.
________________
David Wulff
http://www.davidwulff.co.uk
Sonork ID: 100.9977 Dave
…
|
|
|
|
 |
|
 |
Have you used it anywhere outside of the demo ? Congrats !
|
|
|
|
 |
|
 |
Actaully no. Shorty after I wrote this article I designed a completely new system from scratch, similar to the Microsofr Document Explorer.
Watch this space (in about a month or so) for more info.
David Wulff
dwulff@battleaxesoftware.com
|
|
|
|
 |
|
|
 |
|
 |
Hi!
You wrote a very good program, right now I need make an MFC dialog based app that displys an HTML page inside a control... I have tried to use Your code, but I'm a beginner and I cannot understand how to make it.
I guess this is the part of Your code that I need:
m_hlpWnd.ReplaceControl(this,
IDC_HTMLCTRL, // the control we are replacing
HHCTRL_BTN_HOME | HHCTRL_BTN_BACK | HHCTRL_BTN_FORWARD | HHCTRL_BTN_PRINT,
"index.html", // where the home button should go
FALSE); // don't display button labels
m_hlpWnd.Navigate("....\\index.html");
But I'm not ablle to make it work, in order to replace the IDC_HTMLCTRL and show the index.html
Do You have any advices Please?
ThankYou for Your patience!
blp
|
|
|
|
 |
|
 |
... but the setting of the caption's font does not work. DoDataExchange seems to be the wrong place. This problem I have often as well .
Also the the underlying window gets not repainted properly, when the WBHelp folds.
Anyway, your app is very helpful.
Best regards,
Thomas
I am a signature virus!
Help me spread and copy me to your sig!
|
|
|
|
 |
|
 |
but the setting of the caption's font does not work. DoDataExchange seems to be the wrong place.
I don't have this problem. I just checked by modifiying the CWBHelpDlg::DoDataExchange(...) function to use Comic Sans MS as it's font, rather than the 'SPI_GETICONTITLELOGFONT' font, and it worked fine. Maybe you could send me your modified version of CWBHelpDlg::DoDataExchange(...), then I could take a look at it. It may just be that the program only works on my machine (I didn't test it, I just 'presumed' it would work with compatible machines - always a big mistake).
Also the the underlying window gets not repainted properly, when the WBHelp folds
I'm not sure what can be done about this. I have not expierienced this problem either, and the 'folding' is done by the CAppBar class, which I didn't write. I have tried to keep out of there as much as possible, but maybe the problem lies in CAppBar::SlideWindow(...). I'm afraid I can't help if I can't reconstruct the problem .
Anyway, your app is very helpful
Thank you.
David Wulff
dwulff@battleaxesoftware.com
|
|
|
|
 |
|
 |
Maybe you could send me your modified version of CWBHelpDlg::DoDataExchange(...), then I could take a look at it.
In fact it has been your original unchanged sample application . As I told, this happens often--if not everytime--I try to change a standard controls font. Perhaps you or someone else knows this misbehaviour ?!?
Also the the underlying window gets not repainted properly, when the WBHelp folds.
Ok, that seems to be a snapshot by myself. Visual Studio did not repaint the source window properly. After further testing, this issue did not occur again. Sorry for any inconvenience
Best regards,
Thomas
I am a signature virus!
Help me spread and copy me to your sig!
|
|
|
|
 |
|
 |
nice job,
it's missing single instance and context help mng.
for example as a command line run a specific topic...
|
|
|
|
 |
|
 |
Good point. I had never needed them, so I never bothered to add them.
I have a single instance class lying around somewhere, and i'll try to add it to the code for the next release (when hopefully, the index and contents panels will appear).
As to the command line, I will have a look for you.
David Wulff
dwulff@battleaxesoftware.com
|
|
|
|
 |
|
 |
Looks great David!
I have to say I'm looking forward to the TOC and index panels......
cheers,
Andrew
|
|
|
|
 |
|
 |
I haven't forgotten, i'm just a little busy at the moment. I WILL get round to it fairly soon though.
David Wulff
dwulff@battleaxesoftware.com
Well, it's now September the 6th 2001 and I still haven't got round to it, but I will be posting a new article/program combo I've been working on, which will better this by a long way.
|
|
|
|
 |