|
-
Aug 27th, 2000, 08:42 AM
#1
Thread Starter
Member
Hi,
Is there anyway to draw dynamic chart
with asp ?
Can i add visual basic chart component
to my asp code and draw chart ?
thank you
-
Aug 27th, 2000, 10:31 AM
#2
Hyperactive Member
You can use ActiveX controll but than as far as I know it would work only on IE.
what you can do though is make a DLL in VB, that you can call from your ASP page (with dynamic parameters), and this dll can make a BMP/JPG file that can be loaded up by the ASP page.
I don't think it is easy, but it can be done.
In the beginning the universe was created. This has made a lot of people very angry and is generally regarded as a bad idea.
- Douglas Adams
The Hitchhiker's Guide to the Galaxy
-
Aug 27th, 2000, 11:02 AM
#3
Thread Starter
Member
Thanks,
But I think activex is better,
cause I want to use this for my own use
and I will run it under IE
but you mean i can insert for example
mschart component to my activeX ?
thanks again
-
Aug 27th, 2000, 11:14 AM
#4
Hyperactive Member
Well, the chart control is single threaded , so you will have to change the properties of your activeX to be single threaded, I guess that if you will be the only one to use it, than it is o.k, but keep in mind that you can have only one of those opened at a time.
I don't have too much expirience with active X but I guess it should work.
In the beginning the universe was created. This has made a lot of people very angry and is generally regarded as a bad idea.
- Douglas Adams
The Hitchhiker's Guide to the Galaxy
-
Aug 27th, 2000, 12:42 PM
#5
Guru
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|