Hello all, I am working on a program that displays descision trees in a panel control. The links between the nodes are drawn straight on to the panel whereas the nodes are custom controls. Trying to print the contents of the panel I have used GetImage, unfortunately this only gives me the links and not the nodes. I suspect having studied further I should have drawn the whole lot to a graphics path... any way I can bodge it without rewriting all the graphics code? I wish to keep the custom controls as they allow me to process mouse events easily. Rob
R
rognog
@rognog
Posts
-
Printing Graphics -
COM interopHi, still not managed to work out how to scroll a text area to the end in a web form. Also, I'm using COM interop to access the chat manager part of my system. Seems to work ok when testing on the server, when I access from a remote machine, the server reboots, nice feature. It's windows 2003 server. Any ideas? Rob
-
Web form text areaHi, I'm trying to code a web based front end to a chatbot. I have something working that looks vaguely like MSN. I'm using a text area to display the chat, appending to it server side. How do I get the text area to always scroll to the end as it has no .select() function as in c#? Some javascript client side on page load to do this? Is there a text control I could use that supports multiple text colours? cheers for any help, Rob