|
-
May 2nd, 2008, 04:12 PM
#1
Thread Starter
Lively Member
[RESOLVED] Can an ActiveX EXE set a property on a labelbox in a Standard EXE?
I have a Standard EXE with a form ("form1") and a labelbox ("label1").
Is it possible to call a subroutine from an ActiveX EXE that can directly modify the labelbox?
(I dont want to raise an event that leads to code within the Standard EXE, i want to do it right from the ActiveX EXE)
Example:
label1.label = "asdf"
If its possible, can someone tell me how?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|