Posts by South92 • 69 points
8 posts
-
1
votes1
answer64
viewsQ: Execution of Hover for social network
How to make so that when the execution of the Hover occurs in the partner networks it does not move all the partner networks, only the one with the mouse and the others stay fixed? They’re all…
-
0
votes2
answers479
viewsQ: last Mysql record
How to know the last ID record in the table and play the number in a textblock? using (_connection = new MySqlConnection("Database=test;Data Source=localhost;User…
-
0
votes2
answers103
viewsQ: Do you doubt the mysql database query?
How to create a code to check if there is a new record in the database? EX: id = 2 has been entered, I need to create a code that will generate a notification every time a new id appears.…
-
0
votes2
answers277
viewsQ: Time execution in time
As I do in the universal app win 10 to perform a code execution of 10 in 10 sec. In the form would use adding a team. Please help me.
-
0
votes1
answer176
viewsQ: How to get data from Mysql Database?
I have this code snippet where it takes the information from a database field and goes to textBlock, but now I need to fill in some textblock. EX: In the database has name=maria Rg=123 Cpf=456 ai in…
-
-1
votes1
answer55
viewsQ: Problem with Database Connection
Could you help me figure out why you’re making this mistake? Code: using (_connection = new MySqlConnection("Database=test;Data Source=localhost;User Id=root;Password=teste;SslMode=None;")) {…
-
-2
votes1
answer54
viewsQ: Connect with Mysql universal win 10
I would like some help as I would like to know how I can get information from a Mysql database and that will be taken over by a textblock. could help me with the code that does this? EX: In Database…
-
1
votes1
answer50
viewsQ: Universal app win 10 alert
I need help to send out an alert signal on the app I’m trying to develop. Initially I thought of showing a textblock flashing in red on the screen. if anyone has another option better help me or…