Jump to content
Software FX Community

BitStream from a VB COM object


User (Legacy)

Recommended Posts

I'm evaluating ChartFX IE 2000 and I want to stream the image to the

browser....

I'm able to do that if I create the Server side object "ChartFX.WebServer"

and using the GetHmlData instead of the GetHtmlTag... That works

beautiful....

My question is....

I want to create a custom component (in Visual Basic) that in turn creates

an instance of the ChartFX class which does the GetHtmlData......

I want my ASP page to look like this....

<!-- #include virtual="/Include/CfxIE.inc" --><%

Set myObject = Server.CreateObject("MyApp.MyClass")

myObject.GetHtmlData x,y,"Image"

%>

Thanks,

Tony

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...