 |
|
 |
HAi,
I want to create an Html webpage
In That web page theer are Text boxes And I Have to write data in the text box. i dont have any idea on Dhtml .please help me to do this
|
|
|
|
 |
|
 |
Thank you very much.
hi~
|
|
|
|
 |
|
|
 |
|
 |
I do not arrive has to compile, i have this error :
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\comdef.h(314) : error C2367: 'IHTMLControlElement' : redefinition; different uuid specifiers
D:\workshop\ie5_lib\Include\mshtml.h(21036) : see declaration of 'IHTMLControlElement'
Error executing cl.exe.
please help.
|
|
|
|
 |
|
 |
Dear sir, I need a printer page count program to maintain a database to store, date,time, filename of the printing file, time etc. with accurage page count details. kindly suggest me which language is capable for this. My choice is visualbasic.
Regards,
S.Thanigaivel.
|
|
|
|
 |
|
|
 |
|
 |
hi~ i'm a beginning Programmer....download this sample ago 3 weeks....
but, can't compile....i readed yours reply Message, and find measures
in CodeGuru....that say modify code can compile....that is right...
But....Modify Code have a big trouble....DISP_FUNCTION_ID macro option(6th)
is VTS_NONE....it is no argument function's option....but i need EventObj...
but change VTS_NONE to VTS_DISPATCH(or other opton) function haven't Run Time
Why? plz help me....
|
|
|
|
 |
|
 |
I would be gratefull if you could help me on this.
|
|
|
|
 |
|
 |
I cannot tell them from each other.
|
|
|
|
 |
|
 |
I get the flash width and height when the embed assign the width and height,but i get nothing if it did not assign.why?
how can i get it. I use the IHTMLEmbedElement->get_width...
|
|
|
|
 |
|
 |
You can't. The IHTMLxxx API reflects exactly the HTML source code, and doesn't "calculate" anything.
if you start putting in too manay features, it no longer remains useful for beginners
quote in a CP article comment, shiraz baig
|
|
|
|
 |
|
 |
oh,but the IHMTLImgElement for <img src="..."> can "calculate" it's width and height,i got it. And could you tell me how can i get the flash width and height from vc application, in spite of any way.
|
|
|
|
 |
|
 |
Usually Flash objects have an <embed only for Netscape compatibility reasons. And IE uses the <object ActiveX declaration instead. So it might be worth looking at IHTMLObjectElement instead (just a thought).
if you start putting in too manay features, it no longer remains useful for beginners
quote in a CP article comment, shiraz baig
|
|
|
|
 |
|
 |
same as IHMTLEmbedElement,I can get nothing.
|
|
|
|
 |
|
 |
Ok, I have found the right properties : that's clientWidth and clientHeight. They provide the actual object boundaries whether or not the width= and height= attribute values are provided.
if you start putting in too manay features, it no longer remains useful for beginners
quote in a CP article comment, shiraz baig
|
|
|
|
 |
|
 |
it's very nice of you.i use the IHTMLControlElement get it. thanks a lot.
|
|
|
|
 |
|
 |
Please tell me how can I get a flash EMBED's url?
|
|
|
|
 |
|
 |
that is the flash object's width and height.
|
|
|
|
 |
|
 |
Can you please tell me how I catch the mouse click events on Flash on a web page from my C++ code. HTMLObjectEvents2 doesn't have onclick event. Thank you in advance.
|
|
|
|
 |
|
 |
I Cann't run the program because I don't know how to define the:
DIID_HTMLButtonElementEvents2
Thank you
Chagit
|
|
|
|
 |
|
 |
If you have not solve this....
Use SDK includes, not VC98.
|
|
|
|
 |
|
 |
I am sorry.
But I cann't find the ie5.5 library from microsfot site.
Who can find it?
Would you like to write the website address?
thanks
|
|
|
|
 |
|
 |
Exactly seeing this one year late.
Download it from MSDN Archive
http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/samples/internet/libraries/ie6_lib/default.asp
Extract this to say "c:\ie6sdk"
You need to make two changes in the project. In stdafx.h change the path to c:\ie6sdk
In linker section add following library c:\ie6sdk\lib\uuid.lib
Hope this is useful for some nomads like me who follow the path long after everyone is gone. But remember. Better late than never
|
|
|
|
 |
|
 |
Hi, I have downloaded and compiled the project successfully. But for some reason pushing the HTML buttons in the sample project does nothing. I am running windows 2000 and have tried both IE 5.5 and IE 6.0. Any help will be greatly appreciated. Thanks in advance. GD.
|
|
|
|
 |
|
 |
I also have the same problem. not sure why.
|
|
|
|
 |