I have a few Images with names as Pic11, Pic12, Pic13, Pic21, Pic22, Pic23, Pic 31, Pic32, Pic33
They are all present in one folder let's say "C:\Imran"
They are basically parts of one big image......
They should be joined like this......
Pic11 Pic12 Pic13
Pic21 Pic22 Pic23
Pic31 Pic32 Pic33
to make a big picture and there should be no gap (white pixel array) between these pictures......
Currently I am using Phototshop to join these Pictures but I am sure it can be done in VB very easily....
Any solution with PictureBox/Image Box or anything else that returns me a Picture that is made up of joining these small parts is acceptable to me......
and note that all of these are BMP and the resultant Picture should also be a BMP.......
Imran Arshad