programmer
Nov 24th, 2000, 06:58 AM
Hi,
Im new to ActiveX Programming,
and I would like to know the following thing:
If I have a private sub inside my ActiveX Control project, lets say somthing like this:
private sub DrawLine (lineType as Interger)
end sub
I want to add a property that evetually will raise itself to the LineType interger.
So when the user calls the method for drawing the line,
my ActiveX control will call the private sub DrawLine.
How can this be done??
Thanks!
Im new to ActiveX Programming,
and I would like to know the following thing:
If I have a private sub inside my ActiveX Control project, lets say somthing like this:
private sub DrawLine (lineType as Interger)
end sub
I want to add a property that evetually will raise itself to the LineType interger.
So when the user calls the method for drawing the line,
my ActiveX control will call the private sub DrawLine.
How can this be done??
Thanks!