Drawing an interactive image to a webpage

asp.net Netherlands
  • 13 years ago

    Hi,

    I'm investigating moving (part of) the functionality of a VB6 Windows application into the web-world.  In principle the requirement is rather simple:

    Based on a set of data retrieved from a database, a schematic is drawn.  The solution for that, as far as I have figured it out by now, is to create a bitmap in memory, use the system.drawing features to create the schematic, and then output it onto the page.

    First question: is this indeed the best way to do it, or do you suggest to use a control (like the picture-control in VB6) ?

    This is the basic functionality, but to make this really useful for the users, it should be possible for them see additional information, or to start actions based on where they are with the mouse, or click on the schematic.  In the VB6 app this is done through the MouseOver and other events.

    Second question: what is the best way to replicate this functionality ?

    Thanks in advance for your help.

    Regards,

    Erwin

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Theory is when you know something, but it doesn't work. Practice is when something works, but you don't know why. Programmers combine theory and practice: Nothing works and they don't know why.”