Results 1 to 2 of 2

Thread: I need some help with activeX controls

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2005
    Location
    In front of my pc
    Posts
    78

    I need some help with activeX controls

    First of all, I want to tell that I'm kind of a novice programmer. I have run into a problem, and I'm quite sure the solution is simple, but I just couldn't find a solution... Ok so I've got an activeX control in vb6, and I want it to run an event(that belongs to the activeX control) in the main executable as soon as a property in the activeX control changes. So I'm trying to make an event like keyPress, keyPress runs when a key is pressed and I want to run an event as soon as a property in the control changes, can someone help me out?

    Thanks in advance, gtheman
    Last edited by gtheman; Dec 29th, 2005 at 06:45 PM.

  2. #2
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961

    Re: I need some help with activeX controls

    Define the Control with a Public Event, and Raise the event inside the Public Property. Have you tried this yet?
    Nobody knows what software they want until after you've delivered what they originally asked for.

    Don't solve problems which don't exist.

    "If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)

    2 idiots don't make a genius.

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