Posts by Wesley Alves • 23 points
3 posts
-
0
votes1
answer1615
viewsQ: How to insert control key in c#
Someone could help me, wanted to create a command with the keys CTRL + Z or something to save, edit or send data, as a shortcut to a button created on Form.…
-
1
votes1
answer95
viewsQ: error in importing table into database
I am trying to import a table but this presenting this error. -- -- Table structure tb_colaboradores CREATE TABLE tb_colaboradores ( id_colaborador int(11) NOT NULL, nome varchar(40) NOT NULL,…
-
1
votes1
answer38
viewsQ: Error while trying to recover Mysql data with PHP
I’m making a web page that contains login for an administrative area, but where I’m creating and testing (on a local server) is working normally. When I copy the project and put it on my laptop to…