Google Groups Home
Help | Sign in
Message from discussion KB891781 DHTML edit update - no such interface supported
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Willie Moore  
View profile
 More options Mar 2 2005, 10:11 am
Newsgroups: microsoft.public.inetsdk.programming.dhtml_editing
From: "Willie Moore" <will...@wmconsulting.com>
Date: Wed, 2 Mar 2005 09:11:38 -0600
Local: Wed, Mar 2 2005 10:11 am
Subject: Re: KB891781 DHTML edit update - no such interface supported
Rohan,

The set give the same thing. Microsoft made some major changes to DOM access
with K891781. My sample is just a snippet to show the issue. To see the
issue, create a new project, add DHTML in as a reference. Add a single
command button and paste the code below. You should get error message:
     Run-time error -214748113 (8000ffff)
     method DOM of object iDhtmlEdit failed

Regards,

Willie

Private Sub Command1_Click()
    Dim oDHTML As New DHTMLEdit
    Dim oDOM As Object
    Set oDOM = oDHTML.DOM
End Sub

"Rohan Reddy" <grohanre...@hotmail.com> wrote in message

news:%23xVjROuHFHA.3376@TK2MSFTNGP14.phx.gbl...
> try this:
>    set oDOM = oDHTML.DOM

> Regards,
> Rohan Reddy

> "Willie Moore" <will...@wmconsulting.com> wrote in message
> news:ai7Vd.40246$Rl5.3175@bignews4.bellsouth.net...
>> Hey,

>> VB breaks just as easy if you do something as simple as this:
>>     oDOM = oDHTML.DOM ' will fail on this line

>> I am still looking for a solution.

>> Regards,

>> Willie

>> "j.edwards" <j.edwards__NOSPAM__._._...@sagetechnology.com.au> wrote in
>> message news:42197c96$0$79233$c30e37c6@lon-reader.news.telstra.net...
>> > I've also got this problem, and have done a quick test with some new
> apps.
>> > Delphi doesn't work, but VB does. Coincidence? They can't have just
> pulled
>> > the interfaces because it still works fine in VB. What would VB doing
>> > differently?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google