Posts by Leao Felipe • 42 points
5 posts
-
1
votes2
answers1730
viewsA: How to update dataGridView by clicking a button?
Create a method that only populates your dataGridView, then, in the event of the search button, call this method at the end, so that whenever the event fetches, the dataGridView will be updated with…
-
0
votes1
answer50
viewsA: Use Method of a class defined in a executable
You can try to let this method you need to use in class 2 as Static, so you don’t need to instantiate the class to use it, just put the nameDaClasse. The c++ language treats different model classes…
c++answered Leao Felipe 42 -
0
votes2
answers3054
viewsA: Format CPF column with regular expression
It is not a good practice in database to store already formatted data. It is up to the programmer to format the data in the best way when displaying in the interface, the function of the database is…
-
0
votes1
answer49
viewsA: Is that a slide or some other name?
It has no specific name, it did not use any boostrap or angular library, it only combined several Divs and a lot of css to create this effect.
webdesignanswered Leao Felipe 42 -
0
votes1
answer78
viewsA: Eclipse settings
In the Help tab, Install New Software, then just put the file path you want to install and give a Finish.