DDE destination in formless VB6 ActiveX DLL IIS Application

From: Denis (Denis_at_discussions.microsoft.com)
Date: 10/07/04

  • Next message: David: "ASP Question"
    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.


  • Next message: David: "ASP Question"

    Relevant Pages

    • Re: Write, Move, Delete text on PictureBox
      ... Simply place a Label control ... Now, whenever you want create a Label, you would just use ... TypeOf FormOrPictureBox Is PictureBox Then ... Public Sub TransferTextFromTextBoxToLabel(TB As TextBox, ...
      (comp.lang.basic.visual.misc)
    • Re: Write, Move, Delete text on PictureBox
      ... Simply place a Label control ... Now, whenever you want create a Label, you would just use ... Public Sub TransferTextFromTextBoxToLabel(TB As TextBox, ... Before using the dynamic TextBox, ...
      (comp.lang.basic.visual.misc)
    • Re: Write, Move, Delete text on PictureBox
      ... Simply place a Label control on ... Now, whenever you want create a Label, you would just use this code ... Public Sub TransferTextFromTextBoxToLabel(TB As TextBox, ... Before using the dynamic TextBox, you must initialize the module variables. ...
      (comp.lang.basic.visual.misc)
    • Re: Write, Move, Delete text on PictureBox
      ... Simply place a Label control ... Now, whenever you want create a Label, you would just use ... TypeOf FormOrPictureBox Is PictureBox Then ... Public Sub TransferTextFromTextBoxToLabel(TB As TextBox, ...
      (comp.lang.basic.visual.misc)
    • Re: Write, Move, Delete text on PictureBox
      ... Public Function WYSIWYG_TextBoxText(TB As TextBox) As String ... Simply place a Label control ... Now, whenever you want create a Label, you would just use ... Err.Raise 10001, "InitializeTextBox Subroutine", _ ...
      (comp.lang.basic.visual.misc)

    Loading