Hi,
I printing Text on a form using two methods.
For Example:
1)frmMain.CurrentX = 78.28
frmMain.CurrentY = -2.136
frmMain.Print "hello"
2) In the second method i used a Textout API Method
TextOut(hPrintDc, 78.28, -2.136, "hello", Len("hello"
)
Why does "hello" print in two different location on the form.
Even though i used the same X=78.28 and Y=-136 cordinates in
both the methods.
Any help would be appreciated,
Thanks in Advance,
Rann
I printing Text on a form using two methods.
For Example:
1)frmMain.CurrentX = 78.28
frmMain.CurrentY = -2.136
frmMain.Print "hello"
2) In the second method i used a Textout API Method
TextOut(hPrintDc, 78.28, -2.136, "hello", Len("hello"
Why does "hello" print in two different location on the form.
Even though i used the same X=78.28 and Y=-136 cordinates in
both the methods.
Any help would be appreciated,
Thanks in Advance,
Rann