CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Posts
    1

    ActiveX DLL woes!

    Hello All,

    I am a newbie to VB and I am creating (hopefully) an activeX dll. I have a value that is processed during a function in the dll. I want to return this value back to the activeX control and put it into a text box called tTextBox (very original I know). This is probably the most basic question ever, but it has stumped me how to do it.

    Thanks in advance
    Rob Taylor

    [email protected]


  2. #2

    Re: ActiveX DLL woes!

    write a activex dll and include a funtion which returns a string value then make the activex dll using file->make option,after which crate a new project and make a reference to ur dll which was created in the project->reference, and after which create a new instance of ur dll which is refered like set newdll = new of <Your activexdll Name> and afer which execute your textbox.text = newdll.<your function name>

    if u cannot work out these steps, mail us we will send u a sample application

    The Ultimate Solution Providers

    Authors

    Sriman & Jayaraman

    Email : [email protected]
    [email protected]

    Hand Phone : +(6) 016 2237147 (Malaysia)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured