Re: mouse clicked Area from C# DOM



hi, thanks for reply, only thing which i want to do is increase the size of
image or html element (height and width) i dont want to set the height and
width not get.

"Igor Tandetnik" wrote:

"tasleem" <Tasleem arif@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:BFF95917-1C53-4E8B-90E6-9147532A0AB3@xxxxxxxxxxxxx
thanks for your reply, it did help me out. now what i want to do is
increase the image size if it is clicked, and increase the elements
widht and height, i guess setattribute and getattribute function are
used for that but there is no documentation on msdn for that, mean
what to supply in string to get the windth,
thanks once again for continued support

I'm not sure I understand the question, but see
IHTMLElement::get_offsetWidth and get_offsetHeight.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925



.



Relevant Pages

  • Re: class attribute
    ... > attribute of an HTML element to a specific value using javascript, ... it out for myself so I dont need help any further on this question. ... Cheers - Terry ... Prev by Date: ...
    (comp.lang.javascript)
  • Re: mouse clicked Area from C# DOM
    ... size of image or html element i dont want to set ... You can use setAttribute to assign width= and height= attributes. ... -- RFC 1925 ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)