need help with graphics
-
hello... my form has a static image like a photo of 100 computers. then my application pings the systems and if the destination is reachable then the corresponding computer must have a green light else a red one. the problem is that the image has to be the same and only a part of it has to be changed, i am thinking of doing this with the help of graphics in c# and would be pleased if any other methods work.... thank you .
-
hello... my form has a static image like a photo of 100 computers. then my application pings the systems and if the destination is reachable then the corresponding computer must have a green light else a red one. the problem is that the image has to be the same and only a part of it has to be changed, i am thinking of doing this with the help of graphics in c# and would be pleased if any other methods work.... thank you .
yes, you could use GDI+ support from System.Drawing namespace. please reffer to System.Drawing.Image class[^] Calin
-
yes, you could use GDI+ support from System.Drawing namespace. please reffer to System.Drawing.Image class[^] Calin
thank you very much...