Posts by Miure Silva • 21 points
3 posts
-
-2
votes3
answers3185
viewsA: How to connect my android application to an external database
Mysql I don’t think that’s possible. There is a google tool called Firebase It is not quite a database but can serve for what you need.
-
1
votes2
answers952
viewsQ: How to center text in a Messagebox?
Right now I have this code: MessageBox.Show("Verificação da password incorreta \n Insira novamente"); And the output gets like this: Verificação da password incorreta Insira novamente How do I make…
-
1
votes2
answers173
viewsQ: How to read only one line from a file in c#
I know how to read the whole file but how can I read only one line EX: read line 3 only