Microsoft Small Basic

Program Listing: HVK076
' Note that Flickr operations could display pictures that are potentially
' offensive to younger users.
URL = Flickr.GetRandomPicture("cat")

GraphicsWindow.DrawImage(ImageList.LoadImage(URL), 0, 0)
GraphicsWindow.Width = ImageList.GetWidthOfImage(URL)
GraphicsWindow.Height = ImageList.GetHeightOfImage(URL)