MitchBu Well-Known Member Licensed User Longtime User Dec 14, 2019 #1 I tried to search, but could not find any example to do what I want. I want to select a picture in the device, and load it into a canvas How should I proceed ? TIA
I tried to search, but could not find any example to do what I want. I want to select a picture in the device, and load it into a canvas How should I proceed ? TIA
LucaMs Expert Licensed User Longtime User Dec 14, 2019 #2 MitchBu said: I want to select a picture in the device Click to expand... Search the site for "ContentChooser" MitchBu said: and load it into a canvas Click to expand... Dim cnv As Canvas cnv.DrawBitmap(...) Upvote 0
MitchBu said: I want to select a picture in the device Click to expand... Search the site for "ContentChooser" MitchBu said: and load it into a canvas Click to expand... Dim cnv As Canvas cnv.DrawBitmap(...)
MitchBu Well-Known Member Licensed User Longtime User Dec 14, 2019 #3 I did not have the name of the feature. Thank you LucaMs Upvote 0