Jump to content

Embeded Object error


Recommended Posts

I was able to create the FileSelectFolder "Object" and it worked fine... However, when i implemented GUICtrlCreateObj() to create the embeded object, i ran into a problem

using IE error handler, i get....

$IEComErrorScriptline = 34

----> $IEComErrorNumberHex = 80004002

----> $IEComErrorNumber = -2147467262

----> $IEComErrorWinDescription = No such interface supported

----> $IEComErrorDescription =

----> $IEComErrorSource =

----> $IEComErrorHelpFile =

----> $IEComErrorHelpContext =

----> $IEComErrorLastDllError = 0

the important part is " No such interface supported "

is it possible to embed a ObjCreate("Shell.Application") into a GUI???

thx

8)

NEWHeader1.png

Link to comment
Share on other sites

  • 2 weeks later...

I seems that no one answered this one since October 6.

Well, I can make it short: Inside a GUI you can only embed ActiveX controls or hybrid COM Objects that have additional ActiveX functions. The 'Shell.Application' object does not have ActiveX functions.

You can check if an object could be used inside a GUI by using the 'Oleview' utility. The object should at least have the IOleControl and IOleInPlaceObject interfaces listed. But that's even no guarantee that it will work inside a GUI.

Regards,

-Sven

Link to comment
Share on other sites

I seems that no one answered this one since October 6.

Well, I can make it short: Inside a GUI you can only embed ActiveX controls or hybrid COM Objects that have additional ActiveX functions. The 'Shell.Application' object does not have ActiveX functions.

You can check if an object could be used inside a GUI by using the 'Oleview' utility. The object should at least have the IOleControl and IOleInPlaceObject interfaces listed. But that's even no guarantee that it will work inside a GUI.

Regards,

-Sven

Thanks Sven... its appreciated

Valuater

8)

NEWHeader1.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...