 |
|
 |
Hi, Vassili Philippov
I have seen your code and use it in Windows Mobile 5.0 + MFC. But When I Click the "Test the link" Hyperlinks, nothing happen.But when i test it in Emulator ,it can Effect
Where is my mistake? I very much hope to get your help.
Thank you very much!
|
|
|
|
 |
|
 |
Hi, Vassili Philippov
I am a GreenHand,and my Englishi is poor. I have seen your code and use it in Windows Mobile 5.0 + MFC. But When I Click the "Test the link" Hyperlinks, nothing happen. I debug it but I cann't get WM_NOTIFY
message ,so Not to mention NM_HOTSPOT message. Where is my mistake? I very much hope to get your help.
Thank you very much!
|
|
|
|
 |
|
 |
I have integrated this great code in my form. My form has also two buttons(accept,decline)outside of html. So, my idea is to activate accept-Button only if the html-text was scrolled to the end (i have seen it bevore by some other installation). Have somebody idea, how to realise it? How do i know, that the html-text was scrolled to the end?
Thanks
Igor Kats
snobpost@hotmail.com
|
|
|
|
 |
|
 |
ask whether the scrollbar position is in the last n percent (n = 100/number of pages).
For example, if you have only two pages, once the scrollbar passes half, you can enable the button. If you have 10 pages, then last 10% marks the last page etc...
Optionally you can halve the value so you know it is scrolled to bottom half of the page.
|
|
|
|
 |
|
 |
Hi,
I use this control. It can compile and run. But the html content cannot display on the dialog. Who knows why? My platform is armv4i and wince5.0.
Thanks for help!
Titan
|
|
|
|
 |
|
 |
I had the same problem (for just a few seconds) because I didn't completely perform this step:
"Change the super class of your dialog form CDialog to CSTHtmlDialog."
I had to manually change some occurences in the source code.
|
|
|
|
 |
|
 |
If the content include animation GIF.
How to let the animation play automatically ?
|
|
|
|
 |
|
 |
1>------ Build started: Project: redbook, Configuration: Release Pocket PC 2003 (ARMV4) ------
1>Compiling...
1>stdafx.cpp
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(102) : warning C4005: 'MoveMemory' : macro redefinition
1> C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winnt.h(6572) : see previous definition of 'MoveMemory'
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(103) : warning C4005: 'CopyMemory' : macro redefinition
1> C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winnt.h(6573) : see previous definition of 'CopyMemory'
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(104) : warning C4005: 'FillMemory' : macro redefinition
1> C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winnt.h(6574) : see previous definition of 'FillMemory'
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(105) : warning C4005: 'ZeroMemory' : macro redefinition
1> C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winnt.h(6575) : see previous definition of 'ZeroMemory'
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(306) : error C2146: syntax error : missing ';' before identifier 'PVOID'
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(306) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(308) : error C2065: '__in_opt' : undeclared identifier
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(308) : error C2146: syntax error : missing ')' before identifier 'PVOID'
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(308) : warning C4229: anachronism used : modifiers on data are ignored
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(309) : error C2059: syntax error : ')'
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(314) : error C2146: syntax error : missing ';' before identifier 'PVOID'
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(314) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(314) : error C2086: 'int __out_opt' : redefinition
1> C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(305) : see declaration of '__out_opt'
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(316) : error C2146: syntax error : missing ')' before identifier 'PVOID'
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(316) : warning C4229: anachronism used : modifiers on data are ignored
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(317) : error C2059: syntax error : ')'
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(322) : error C2146: syntax error : missing ';' before identifier 'PVOID'
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(322) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(322) : error C2086: 'int __out_opt' : redefinition
1> C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(305) : see declaration of '__out_opt'
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(324) : error C2146: syntax error : missing ')' before identifier 'PVOID'
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(324) : warning C4229: anachronism used : modifiers on data are ignored
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(325) : error C2059: syntax error : ')'
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(330) : error C2146: syntax error : missing ';' before identifier 'PVOID'
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(330) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\include\winbase.h(330) : error C2086: 'int __out_opt' : redefinition
...
1>Build log was saved at "file://d:\downloads\STHtmlDialog_SampleApplication\HtmlTest\Pocket PC 2003 (ARMV4)\Debug\BuildLog.htm"
1>HtmlTest - 115 error(s), 37 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
1>
and what should i do?
|
|
|
|
 |
|
 |
i want to embed a Htmlview into other window, but the EVC no support the CHtmlView, How can i do?
|
|
|
|
 |
|
 |
Thanks for making this available.
The zip file included HtmlWnd.cpp and HtmlWnd.h. I'm wondering what they are for, because they aren't part of the project ... I was able to compile and link without them.
There seems to be similar functionality as CSTHtmlDialog::CreateHtmlWindow().
Perhaps they are for using in a CFormView or CDialog?
|
|
|
|
 |
|
 |
Hi,
there are 2 problems:
1. I could not find "htmlview.dll" in my computer, so the first method does not work.
2. "STHtmlDialog.cpp" includes "resource.h", but there comes the error:
fatal error C1083: Cannot open include file: 'resource.h': No such file or directory"
How to solve them?
Thank you~~
Bysakura
|
|
|
|
 |
|
 |
Hi,
I'm using eVC4.0, I got the following error.
error C2065: 'LPINLINEIMAGEINFO' : undeclared identifier
Thanks!!
|
|
|
|
 |
|
 |
change LPINLINEIMAGEINFO to INLINEIMAGEINFO * in the ppc2003
if you have use the wm5
|
|
|
|
 |
|
 |
I've stuck with this proble for a little while.
I'm planing a application program with htmlview libaray, which can provide web search service and entertainments.
First of all, I easily succeed in running on the pocket pc but my goal is not that~!
i should run that on the other platform, i.e WinCE 5.00 standard.
so, I really want to know the way to run on the other platform generally.
is there anyone can help me?
-- modified at 2:16 Wednesday 21st September, 2005
|
|
|
|
 |
|
 |
The Class works fine! But how can i use it as a real Dialogsheet?
e.g. with edit fields and so... i can place all via html-code, but how can i read the input values???
Thx a lot for any answer!
|
|
|
|
 |
|
 |
In CE 4.2 I always get the following:
error C2504: 'CHtmlView' : base class undefined
|
|
|
|
 |
|
 |
I'm using the HTML control without problems to display my own html pages. Works like a charm. However, I want to start IE if the user clicks on a link that starts with "http". I capture the link click and start IE with the href from the link, no problems. When IE starts and loads the page, my original html control in my application has loaded the same page as well! It just happens kinda automagically! Anybody have the same problem? Possible solutions?
Ken
|
|
|
|
 |
|
 |
Hello,
I don't know how to copy selected text from HtmlView control.
Sending WM_COPY to the control doesn't work.
Any suggestions are welcome.
Thanks.
|
|
|
|
 |
|
 |
I appear to be the first reply to this lonely message, which is my own complaint as well.
I'm disappointed that there is no greater body of support for the htmlctrl.h control. I am trying to improve my application based around this control, but I have to work with Microsoft's compiler, eMbedded Visual C++.
When I was writing for the PC I used Borland C++Builder, and in the help files, every control was descended from others, and had access to all its parents' messages.
But I can find no mention of messages other than these DTM_ . . . &c., whatever DTM stands for.
Is this part of the "insider track" reserved for the special few, or what?
============
P.S., I'm in doubt if HtmlView is the same as htmlctrl.h. In any case, it is to the latter that I refer, but the problem is the same: no access to the selected text on screen.
|
|
|
|
 |
|
 |
in evc 4.0, i try to add the winproc section but theres an error :
error C2065: 'LPINLINEIMAGEINFO' : undeclared identifier
i try to add htmlctrl.h and Library: htmlctrl.lib in link section but its not solving the problem.
anybody knows how to fix this ?
Riki Risnandar
|
|
|
|
 |
|
 |
Hi,
I use the HTML Control to display HTML, but I see that more I display documents, more memories is used, and never free. Have you a solution?
Thank you
Sophie
|
|
|
|
 |
|
 |
Could I send a DTM_NAVIGATE message to the html ctrl window to make it navigate to a certain URL-like "c:\1.htm"?
Waiting for any helpful hint,thx!
|
|
|
|
 |
|
 |
Put in the string such "file://c:\\1.htm"
Don't forget to set refresh flag if you need refresh.
Don't know much < I, don't care much > I, while I am here ... just be happy
|
|
|
|
 |
|
 |
I tried out your Html based Dialog & it's really cool!
But now I want to use it to navigate to a certain URL,for example:1.htm
I referenced the HtmlHost sample in SDK,and I thought the only thing I need to
do is to Send a message to the ctrl window(m_htmlWnd)-with a flag DTM_NAVIGATE#^&@# and the URL.
Following my train of thought I tested this,but it simply didn't work,could any of my friends here give some hint?Many thanks
|
|
|
|
 |
|
 |
I have alot of data I want to display... Tables are perfect for displaying it, but when i use tables it takes aprox. 16 seconds to load!
if I simply display the text (in html) as raw text (not in tables) it takes 3 seconds to load.
Originally I had the data in one massive table and that took about 30 seconds to load... Then i broke it down into a few tables and that cut down on the load time.
The volume of data Im displaying is about 400 lines. I'm using EVC++ 3.0 for development.
can anyone help? I want the loading time to be less than 5 seconds!
Thanks
--Ben
|
|
|
|
 |