Click to See Complete Forum and Search --> : Split an Image in VB


pueromane
November 11th, 1999, 12:25 AM
Does anybody know how I can split an Image in Visual Basic.
I have an Image Control and want to split it in 9 little Images and want create new Image Controls of it. How can I do this or does anybody has an code for such an program.

It should look like this.
_ _ _
|1|2|3|
- - -
|4|5|6|
- - -
|7|8|9|
- - -

mfG Pueromane

Crazy D @ Work
November 11th, 1999, 01:57 AM
uhmmmm uhmmm.. i believe it's called picture clip control, or something like that...
it's a control, you put an image in it, tell it how many rows and columns it should have, and you can get the "cells", and those are the split images... hmm yes i think it was called pictureclip control.

Crazy D @ Work :-)