I used me.PrintForm to print my form but line which were drawing using Line (x1,y1) - (x2,y2) were not printed.
Why ????
I set this code:
Line (x1,y1) - (x2,y2)
in Form_paint() sub
What is wrong ???