Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Active X exe or ocx?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
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
 
Why can't you write a function (method) within the OCX to update the controls dynamically from paramaters passed to it by the calling module??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top