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


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?
Reply With Quote