Is it possible to draw a line (can able to change the color of the line) on the screen? Some kind of UDF maybe... like _drawline( start_x, start_y, end_x, end_y, color, color_mode, line_type) optionals: color_mode is 0 - COLORREF rgbcolor 1 - BGR hex 2 - RGB hex (default) line_type is 0 - dashes ie: -------- 1 - fill, thickness = 1 (default) 2 - fill, thickness = 2 3 - fill, thickness = 3 4 - dots ie: ........... 5 - dashes and dots ie: ...-...-... Of course this function i