Re: Figured it out: Re: Perplexing Problem with DDE

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




"Steve Easton" <admin@xxxxxxxxxxxxx> wrote

XP SP2 with all updates and IE7

I also had multiple windows open, so to catch why it was failing, I added a couple of debug.prints to the procedure.
Any time debug.print produced a null, the procedure would fail.
It could be my machine because if you remember I had the DDE issue( which worked fine until I compiled ) that started
this thread.

OK, thanks. I may have to alter that little snippet of code....

One thing I did notice is that whenever I add a reference for Microsoft Internet Controls, the dll
that's used is ieframe.dll ( as displayed in the reference dialog ) and not SHdocVw.dll
although SHdocVw is what is displayed in the Object Browser.

Yeah, I suppose they've had to shore up that particular dll on several
occasions so much so that a new dll was in order. I'm glad you found
your way through the mine field...

LFS


.



Relevant Pages

  • Re: Making Functions in a DLL visible to the outside world
    ... The functions you want to access inside your DLL must be 'public' ... etc to the VBA underlying the Excel spreadsheet. ... the function became visible in the Globals part of the Object browser. ...
    (microsoft.public.excel.programming)
  • Re: why some dlls are scriptable and some are not?
    ... which is the same as ActiveX. ... So a COM DLL is also an ActiveX DLL. ... through its "OLE" functions to read type libraries. ... An object browser shows the methods and properties ...
    (microsoft.public.scripting.vbscript)
  • Re: Making Functions in a DLL visible to the outside world
    ... How can I make the functions visible/callable outside the DLL? ... the function became visible in the Globals part of the Object browser. ... I decided to cheat and define my UDF simply in the VBA ... Calling procs in a DLL is allowed, but the VBA project requires a ref to the DLL be set in the 'Tools, References' dialog. ...
    (microsoft.public.excel.programming)
  • Re: browsing binaries
    ... I do not want to browse in Object Browser, what I am really trying to do is ... when I click on "View Defination" I want to go inside the code of the API ... even if it gets compiled it can be browsed back to the source code. ... Is there anyway I can create a dll which will allow me to do that? ...
    (microsoft.public.dotnet.general)
  • Re: Making Functions in a DLL visible to the outside world
    ... How can I make the functions visible/callable outside the DLL? ... etc to the VBA underlying the Excel spreadsheet. ... the function became visible in the Globals part of the Object browser. ... The normal way UDFs are used is in VBA projects. ...
    (microsoft.public.excel.programming)