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.
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.
Comment