Guest_imported
New member
- Jan 1, 1970
- 0
I have written a chat server/client program in VB6.
I want to embed the client into a web page. The only way I know of doing that is to make it an ocx or an ActiveX exe.
The problem is, I have a module which handles incoming data, and updates the Richtext controls in multiple forms. When I make the program an ocx or ActiveX exe, the module cannot find the control or UserDocument to update the RichText control that is there.
Can anyone help?
-Adam
I want to embed the client into a web page. The only way I know of doing that is to make it an ocx or an ActiveX exe.
The problem is, I have a module which handles incoming data, and updates the Richtext controls in multiple forms. When I make the program an ocx or ActiveX exe, the module cannot find the control or UserDocument to update the RichText control that is there.
Can anyone help?
-Adam