Hello!
I'm guessing that this isn't a difficult problem, but since I've not done 
it myself, it is tough for me!  I have a small vb OCX that does directory 
browsing, when you click OK, it returns the directory path.  Works great in 
VB. ;)
Now the trick is to use this control in an Active Server Page.  I have the 
following:

<object classid="clsid:9AB43B98-DAE3-11D6-B928-00B0D0597E87" width="70"
height="30" id="DirBrowse.DBrowse" codebase="http://mypage/my.ocx";></object>

to define my ocx, but now the tricky part (for me)... the method I need to 
execute is BrowseDir(), what is the calling convention for executing this 
control at the client-side?  How can the parameter be passed back to 
populate a field on the form?

I've rebooted the server enough times today with my trial and error, it's 
time to ask the experts.  :)  Any help is appreciated.

Thanks,
Jesse


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to