For Programmers: Free Programming Magazines  


Home > Archive > Visual Studio > December 2004 > can activex control export large data to container by event's para









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author can activex control export large data to container by event's para
詹亚军

2004-12-29, 3:59 pm

can activex control export large data to container by event's para ?

I develop a activex control,and want to export large data to
container(IE),web page can use javascript to capture the event,and then
utilize the event's para to do more things.

First ,I am not sure how much data can be exported by control event's para ?

Second,I don't want to export large data by so many paras,such as
largedataevent(para1,para2,para3,...... )

What I want to know is whether it is possible or not that control can export
large data to container(IE) by OBJECT ? Such that ,I can define an object in
the control
,and warp so many para(para1,para2,para3......) in the object,like :
typedef struct
{
para1,
para2,
para3
}myobject
and just export the object like : largedataevent(myobject) to the
container(IE),can I ?

Thank you very much

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com