DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Join Date
    Mar 2005
    Posts
    8

    ActiveX.exe quick question

    Just have a quick question about activex.exe. I can manipulate the program as an activex.exe but is it possible to send information back from the activex.exe to the main program? I dont see anyway possible but nobody else here at work knows either. Thanks for any information/help.

  2. #2
    Join Date
    Nov 2003
    Location
    Portland, OR
    Posts
    8,387
    You should be able to set a property value in the ActiveX .exe which the client app can read.
    Phil Weber
    http://www.philweber.com

    Please post questions to the forums, where others may benefit.
    I do not offer free assistance by e-mail. Thank you!

  3. #3
    Join Date
    Mar 2005
    Posts
    8
    Hrm... I was thinking along these lines but wasnt sure if I could apply it. I'll give it a shot. Thanks Phil, I really appreciate the help.

  4. #4
    Join Date
    Mar 2005
    Posts
    8
    Awesome, I was able to do what was needed through setting a property and call on it through a timer. Thanks a lot again for your help. Everyone on here is very helpful.

  5. #5
    Join Date
    Nov 2003
    Location
    Alameda, CA
    Posts
    1,737
    You can also do it with a public Event in the activex, so you do not need a timer in the hosting application.
    Marco
    "There are two ways to write error-free programs. Only the third one works."
    Unknown

  6. #6
    Join Date
    Nov 2003
    Location
    Sweden
    Posts
    74
    Hi,

    Another way is using a public sub that takes a Variant as parameter as a 'reciever'. A variant can, as you probably know, carry almost anything.

    Then use a public function that returns a variant as a 'transmitter'.

    This way you can pass almost anything to your ActiveX.exe as well as return almost anything simply by using this sub and function.

    Then the step to make a DCOM of it (means the server works on another machine) isn't that hard...

    Bernie

  7. #7
    Join Date
    Mar 2005
    Posts
    8
    Hrm... I see what you guys are saying. I'll play around with this and see what works better for what I'm trying to do. I post any questions/problems I run into that I'm unable to fix but I'm usually pretty good at debugging. Thanks again.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links