How do I draw procedural graphics in a Vista Sidebar gadget?
I have a gadget that collects data over time and I want to draw animating graphs. My current approach is to draw the graph with VML that I update from JScript on a timer tick. Is this the best way? Can I return bitmap bits from a DLL function as the srouce to an <IMG>
? Embed bitmap bits into the HTML itself (and again update it via JScript)? I'd love to hear some ideas.
Thanks!