MonJamp
MonJamp
CC#
Created by Silme94 on 11/19/2024 in #help
Windows Forms drawing not saving
Good luck
26 replies
CC#
Created by Silme94 on 11/19/2024 in #help
Windows Forms drawing not saving
There are many different ways you could go about to implement this, I'm not too familiar with how to use the Graphics object but maybe the best approach would be to save the pixel data in an array as you're drawing - just an idea
26 replies
CC#
Created by Silme94 on 11/19/2024 in #help
Windows Forms drawing not saving
For sure
26 replies
CC#
Created by Silme94 on 11/19/2024 in #help
Windows Forms drawing not saving
The second answer in the stackoverflow page sounds promising: Bitmap bmp = new Bitmap(100,100,graphics);
26 replies
CC#
Created by Silme94 on 11/19/2024 in #help
Windows Forms drawing not saving
Check out the documentation, I'm sure one of the methods will help you out here
26 replies
CC#
Created by Silme94 on 11/19/2024 in #help
Windows Forms drawing not saving
26 replies
CC#
Created by Silme94 on 11/19/2024 in #help
Windows Forms drawing not saving
Are you able to convert g to a bitmap or image object?
26 replies
CC#
Created by Silme94 on 11/19/2024 in #help
Windows Forms drawing not saving
Maybe I'm wrong?
26 replies
CC#
Created by Silme94 on 11/19/2024 in #help
Windows Forms drawing not saving
When you are drawing, I believe the drawing data gets saved to the g object. When you save, it looks like you're just saving the page but that doesn't contain the data which you drew
26 replies
CC#
Created by Silme94 on 11/19/2024 in #help
Windows Forms drawing not saving
Can you clarify "does not work"? Does a bitmap image at least get created?
26 replies
CC#
Created by Silme94 on 11/19/2024 in #help
Windows Forms drawing not saving
Does isDrawing ever get set to false? nvm
26 replies
CC#
Created by Nikolaaa on 10/17/2022 in #help
cant change text label inside events?
@Nikolaaa that kinda makes sense because it sounded like the desinger.cs wasn't being generated so none of your changes on the form were being saved
69 replies