Posts by Kelwin Sanches Savoia • 26 points
3 posts
-
0
votes0
answers33
viewsQ: UWP Inkcanvas medium rubber
I’m doing a UWP application where I have Inkcanvas, and I implemented the eraser to erase the drawings I made, but the Erasing mode is like the Onenote trace eraser, however what I need is the…
-
1
votes3
answers4632
viewsA: Sqlserver Select in XML field
In a more simplified way, you can select directly in xml, and for your case, we have 2 possibilities as below: In the case of only one line return in select: --TABELA TEMPORARIA DECLARE @tbTemp…
sql-server-2012answered Kelwin Sanches Savoia 26 -
0
votes1
answer115
viewsA: Store contact information on android Xamarin
Overwrite the method OnActivityResult, where on the date it will return the information of the selected contact as in the following example: protected override void OnActivityResult(int requestCode,…