Posts by Ulisses Hen • 61 points
3 posts
-
0
votes3
answers1210
viewsA: REST webservice GET method with token in external browser
There is a nice way to do this in the app itself. Using the web Component, not the native microsoft one, but a third party one. I use the awessomium. Using the free market api, follow the example of…
-
1
votes2
answers2126
viewsQ: How to increase the size of the icon by hovering the mouse over a list
I’m trying to change the size of certain icons by passing the mouse. It turns out that when I move the mouse the icon even increases the size, but the same one that makes the other icons go out of…
-
0
votes3
answers244
viewsA: Generate text from form
Come on, you can also use the . Replace("Old String" or Integer,"New String" or Integer) Behold: Private Sub btnGerarMP_Click(sender As Object, e As EventArgs) Handles btnGerarMP.Click Dim strMP as…