Hi, thank you this nearly what I want.
But is this possible without the long way over the file: Dim bild As Image Dim content As String Form1.Show Shell "zint --notext --directpng -b 3 -d 4600295071" To content File.Save(User.Home & "/path_of_new_file1.png", content) bild = image.Load(User.Home & "/path_of_new_file1.png") Form1.DrawingArea1.Cached = True Draw.Begin(Form1.DrawingArea1) Draw.Image(bild, 0, 0, Form1.DrawingArea1.Width, Form1.DrawingArea1.Height) Something like: Shell "zint --notext --directpng -b 3 -d 4600295071" To bild Or convert the String to Image,... Bye Gregor -- ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
