Results 1 to 3 of 3

Thread: Flexgrid and picture

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2002
    Posts
    31

    Flexgrid and picture

    Hello there

    Is it possible to load picture into flexgridcells


    Best regards
    Pet

  2. #2
    Frenzied Member John McKernan's Avatar
    Join Date
    Jan 2002
    Location
    SE PA
    Posts
    1,295
    Assuming you are talking about MS flexgrids, yes:
    VB Code:
    1. With MSHFlexGrid1
    2.    .Row = 1
    3.    .Col = 1
    4.    Set .CellPicture = LoadPicture("c:\pathname\filename")
    5. End With

  3. #3
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    Here's my example of pictures in cells...
    Attached Files Attached Files
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

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