Images on a Windows form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TexMurphy01
    New Member
    • Sep 2011
    • 3

    Images on a Windows form

    Hi there.

    I created a default Windows forms project in Visual Studio 2010. I'm aware of the design view and how controls are placed and what not, but I want to be able to place several images based on certain data supplied. So, for example, I have an array which contains three file names (which point to images). I'd want to show the three images one after another on the form. I suppose if you think of it like a word made up of letters. I have the letters as images, but I don't know what the word will be ahead of time.

    Okay, thanks for your time and hopefully someone can provide some insight here.
  • arie
    New Member
    • Sep 2011
    • 64

    #2
    Maybe try FlowLayoutPanel ( http://msdn.microsoft.com/en-us/libr...youtpanel.aspx ) and PictureBoxes ( http://msdn.microsoft.com/en-us/libr...icturebox.aspx )?

    Here http://www.vbforums.com/showthread.php?t=525912 is some example that could help (but it's in VB). Google says there's some more examples out there :)

    Comment

    Working...