DDE destination in formless VB6 ActiveX DLL IIS Application
From: Denis (Denis_at_discussions.microsoft.com)
Date: 10/07/04
- Previous message: Egbert Nierop \(MVP for IIS\): "Re: Where do I start writing components for COM+ ?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 7 Oct 2004 11:59:02 -0700
Hello,
I need to create a DDE destination in a VB6 ActiveX DLL "IIS Application"
project.
In a VB6 "Standard Exe" project, I'd just add a label or textbox control to
a form and use the appropriate link properties and methods, but an ActiveX
DLL is "formless", so there's nothing to add the label or textbox to, and I
haven't been successful in creating a textbox or label object that has
link-related properties (ie: using CreateObject("Forms.Label.1") or similar
approach).
If it's a matter of using a CreateObject("xxx"), what is the xxx, and what
dll/ocx do I need to reference in the project?
Any suggestions, examples, samples, etc. would be greatly appreciated.
- Previous message: Egbert Nierop \(MVP for IIS\): "Re: Where do I start writing components for COM+ ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|