PDA

Click to See Complete Forum and Search --> : Interacting with Active X control with VBscript


treese
Feb 21st, 2000, 03:06 AM
I have been working on an Active X control that works like a telnet program. So far, all is well. I have been able to filter out the escape sequences and for the most part, create a basic VT100 emulator. The program prints into a text box, and is accessible within IE. However, I would like to take this a bit further. Rather then printing data with the control, I would like to pass data from the control, and have it printed onto the IE document that contains it. I am pretty familiar with VBscript, but I not as familiar with Active X controls, so I am not sure how I would go about making the information accessible to a vbscript that resides on the same webpage as the control. Also, I am not sure what I can make available. Can I expose the command buttons themselves, functions, methods, ect. Any help would be appreciated. Thanks