Posts by Sérgio Abreu • 13 points
2 posts
-
-1
votes1
answer221
viewsQ: Parse de Json in C#
I’m trying to parse Json for a listbox and I’m not succeeding. This url is an example of what I’m trying to parse... and this is what I have: public void button1_Click(object sender, EventArgs e) {…
-
1
votes1
answer40
viewsQ: How to check if process is open and if not, open it?
Hello, I am learning VB.net and would like help. I’m doing a little program to check if a process is open and if it’s not, open it. I’ve come this far: Private Sub CheckIfRunning() p =…