CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Jan 2011
    Posts
    5

    Image Processing in Grid.

    Hello,

    I'm using visual basic6.0.

    I want to create a user control.It's like a Image processing in Grid.

    my requirement is,
    1. Add image in a Grid control[which grid control is better to load image]
    2. Can edit the image like rotate, resize.
    3. add or insert text in the grid cell.
    4. save as image file[.bmp or jpeg]

    If the user reload the save image, then the user can edit the cell text and image too.

    Can anyone suggest me which control is best to do all the above functions without any complex.

    Addl. Info : I have Farpoint7 spread control.


    Thanks in advance,

    thenndral

  2. #2
    Join Date
    Dec 2008
    Location
    Step Into(F11)
    Posts
    465

    Talking Re: Image Processing in Grid.


    Addl. Info : I have Farpoint7 spread control.
    please don't use Third Party Control for it .Ms flex grid control is much better .another point your question is still not clear .please
    provide me more detail .

  3. #3
    Join Date
    Jan 2011
    Posts
    5

    Re: Image Processing in Grid.

    Hello,

    Thanks for your reply. Please see the attachment image you can able to understand more.

    Actually this is a Farpoint spreadsheet5.0 for c# .net.

    I think it is possible to make in C#.net. But I need in VB6.0.

    I will try to explain again, In a grid over I want to Load Image, Image type is different like bmp,jpg or png.
    After Loading user will edit image like move, rotate or re-size. then he will input some date in the grid cell.
    Export the spread to some image file or SS7 [In C# spread export extension is ss7] then user want to re-load again that file from the folder then modify again and save....this process continues.


    I hope you understand.

    Thanks for interesting.
    thenndral
    Attached Images Attached Images  

  4. #4
    Join Date
    Jan 2011
    Posts
    5

    Re: Image Processing in Grid.

    Hello,

    Any suggestion Appreciated....

    Thanks,
    thenndral

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