Posts by user4642 • 351 points
4 posts
-
5
votes3
answers1370
viewsQ: One button code to undo an action in C#
Hello, I am developing a Bingo software for the Church that I attend. When you press a button of any number, it will appear in the Picture Box. As shown in the following image. Now, realize that…
-
2
votes1
answer938
viewsQ: Visual Basic Programming in Excel
Using Visual Basic Excel mode, I am creating a customer registration form. It has a button called "new". On this button it would add a value to the Code field that is in the excel spreadsheet.…
-
9
votes1
answer6826
viewsQ: How to transform non-digital data into digital data
I would like to know how you would develop a software that displays the statistics of a car for example. Speed is not a digital data until I turn it into one. How to do it ? Is microcontroller,…
-
8
votes6
answers52587
viewsQ: How do I use a database on an HTML site?
I am interested in making a site that will use a database, many told me they use Mysql to do this, but I have no knowledge about it, installation, use etc. I have knowledge in PHP, HTML, CSS and…