C# simply has different syntax to VB.NET. For C#, it would be something like
Image i;
i.ImageURL = "path to image";
myPanel.Controls.Add[i];
Either way, my point wasn't to give you code that you can copy and paste. If you do this, you won't learn anything. What you should do, is look at the objects and methods that I mentioned, look them up in the help file and see how they can be used. This way you will understand what you are actually doing rather than just copying an answer from something you found on the internet.
Mark,
Join me at the new IT Community of the 21st Century: http://lessthandot.com
Please remember to click "
Mark as Answer" on this post if it helped you