Click here to Skip to main content
15,889,096 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
helo, I am trying to add some images in flip view in windows10 app (VB.NET). the code works successfully but it does not show the image in flipview but only caption on the top left corner on flipview,
what I am missing. code is here


VB
Dim napathme As String = String.Format("d:\pics\a.JPG")
Dim uri As Uri = New Uri(Path)
Dim img As BitmapImage = New BitmapImage(uri)
fp.Items.Add(img)


thanks in advance.

What I have tried:

I have tried lot of search for vb.net to resolve the problem, but still not....
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900