I make a system that are basically work tickets with which one of the main objectives is to measure how many cases are prioritized (low, medium or high), my DB is designed with foreign keys so I need to graphing show me the sum of those lines wi...
I'm doing an income applet and savings I want to make income and savings represented in the form of bars that would be 3 and can be sorted by week month and year and compare how much income and how much saving each one with their respective colo...
You will see I am doing an assembler drawing and I am already coloring it
but I have to be drawing line by line
the lines I draw with this code:
MOV CX,20 ;CORD X
MOV DX,21 ;CORD Y
CG6:
MOV AH, 0Ch; DRAW PIXEL
MOV AL,...