CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    Austria
    Posts
    53

    Split an Image in VB

    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



  2. #2
    Join Date
    Apr 1999
    Location
    Netherlands
    Posts
    181

    Re: Split an Image in VB

    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 :-)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured