Passing variables to an activeX .OCX
hi,
I have made my first OCX activeX in VB which is for file upload/download. The activeX is embedded within an asp page. One of the problems i need to overcome is how to send session variables from the asp page to the OCX. For example the asp page might know the file path of a file to upload and inform the OCX, rather than have the user select their own file.
any ideas would be much aprechiated.
thanks.
Re: Passing variables to an activeX .OCX
you can create a property for that OCX file for the UploadFileName and then assigning to that property you can actually pass the value to the control