Applying OCX events

Can somebody tell me how to apply a OCX event like the way we apply an progress event(like apply "choose" to a button). I wish to apply the click in a ProgramTabs.TabStrip.

Thanks
Joel
 

ovf

Member
Hi,

In my case can (CodeJock), I can activate vis Properties and sometime Metholds.

Regards

Ole
 

parul

Member
Try googling SendMessage.
I have read that an event can be simulated by keypress and keyup using SendMessage. Have never used it though.
Let us know how it goes.

-Parul.
 
Top