Hi,
this is a major stepup in programming for me so please bear with me.
Using the Flickr API to generate photostream thumbnail images I need to parse the XML output to my application.
I don't want to use a browser component if I don't need to but rather display the thumbnails on a Panel.
So my questions are:-
how to parse the XML?
how to create PictureBoxes on the fly?
how to make sure the layout consistently fits my Panel?
Kind regards..,
MT ;)