Posts by João Vizu • 117 points
7 posts
-
0
votes2
answers224
viewsQ: Save legacy data in C#
I have the following classes: public class Aluno { public String Nome { get; set; } public String Ra { get; set; } public Decimal NotaB1 { get; set; } public Decimal NotaB2 { get; set; } public…
-
3
votes1
answer84
viewsQ: Directshow9 Delphi 7 error
Good afternoon, you guys! I’m having an error compiling my project in Delhphi 7, when I compile it gives me the following error Fatal [Fatal Error] AUTOINSTALLER.dpr(6): Unit Directshow9 was…
-
1
votes1
answer1122
viewsQ: Javascript does not check blank fields
Good Night, I have a problem in my JS code, I ask him to check if the fields are empty, but when I run the function with the empty field he does not make the treatment, simply ignore the if`s, I…
javascriptasked João Vizu 117 -
1
votes1
answer1031
viewsQ: Load pages without refresh by clicking on the menu option
Good evening guys! I’m making a school system, in it will have access levels, menu for each access. I want to do the following, when I click on some option of the side menu, where it is written…
-
1
votes1
answer62
viewsQ: How to make the image border below?
I would like to make an edge like the image below, that comes out of the image and that is under the text Design Your Ring.…
-
-1
votes2
answers1190
viewsQ: How to put text on an icon?
I would like to make a shopping cart icon, and put a number inside it to iterate according to the products that the customer puts in the cart, but I could not do, an example: Note: HTML and CSS, the…
-
0
votes2
answers6724
viewsQ: How to put Font-Awesome icon on a boot?
I want to make a button with an arrow inside, I tried but I could not do, who can help I thank. NOTE: I am not using any framework