I need some help about Vb Object printer
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, When i use this code :
Printer.ScaleMode = vbMillimeters Printer.Orientation = vbPRORPortrait Printer.PaperSize = vbPRPSA4 Printer.CurrentX =100 Printer.CurrentY =100 Printer.Print "." Printer.EndDoc
if i check the result, this "." is printed at position X=103 and Y=106 I dont understand why i obtain X+3 and Y+6 Thanks in advance for any help