Posts by Marcelo Marin • 21 points
3 posts
-
1
votes0
answers80
viewsQ: Reportview - Records per page
I have a DataSet populated with two records and would like to print the first record on one page, the next on a new page, and so on. This is necessary to print badges on a Sp35plus.…
-
1
votes0
answers35
viewsQ: Cross-Platform Visual Studio 2012 C# | Android
Is there any solution outside Xamarin to develop in C# Android applications? Accessing features like GPS that we can trust and develop business applications?
-
0
votes0
answers69
viewsQ: C# Treeview Doubleclick Windowsforms
private void treeView_DoubleClick(object sender, EventArgs e) { if (pRetorno == true) { if (treeView.SelectedNode != null) { pOc = new…