planegaq.blogg.se

Image viewer for windows mobile
Image viewer for windows mobile




image viewer for windows mobile

Third page: After selecting the images the third page will show the image of the sign followed by a description of the sign. Second Page: After the user selects a category for example Road Marking Signs, they can now see a number of different road marking images, which they can scroll through and select one. I want to create a App which allows the user to select from a category of road signs and then display a image of the road sign showing its meaning.įirst page: shows different selections as a button/hyper-link for example: Information Signs, Road Marking Sign, Public Signs or Parking Signs I found it very helpful and useful, could you help me with something i am trying to create, maybe give me an example or the do the first part so i can continue myself On the Main Page load bind the itmesource to collection.ġ8 public partial class MainPage : PhoneApplicationPageĢ4 SupportedOrientations = SupportedPageOrientation.Portrait | SupportedPageOrientation.Landscape ģ1 public ObservableCollection GetPhotos()ģ3 ObservableCollection photos = new ObservableCollection()ģ5 new Photo()Ĥ5 private ImageSource GetImage( string fileName)Ĥ7 return new BitmapImage( new Uri(fileName, UriKind.Relative)) This collection can directly be bind to the itemsource of list box control. Function GetPhotos() will return an observableCollection of Photo class. Right a function to initialize the collection of images. The below function GetImage() will take filename as input and return an image source. Right a function to convert filename into Bitmap image. To add images right click on project and click add existing item then select images from local computer.

image viewer for windows mobile

Right click on project and add few images in project.






Image viewer for windows mobile