Can anyone help me to print all 10 images which are in a flowlayoutpanel using c# (Visual Studio .NET 2005 or 2008)
I do not have any idea how to do this?
Can anyone help me to print all 10 images which are in a flowlayoutpanel using c# (Visual Studio .NET 2005 or 2008)
I do not have any idea how to do this?
Copyright © 2021 Jogjafile Inc.
If you asking about WinForms FlowLayoutPanel and you are using PictureBox-es to display images, then you can try something like this:
Keep in mind that you might need to verify control types in FlowLayoutPanel, verify images count before starting printing, scale images and some other stuff.