Hi,
I am quite new to VB and I am currently trying to convert a VB6 project into VB .Net.
I have encountered Printer.CurrentX(CoordX) in VB6 and have converted it using args.Graphics.DrawString(x.m_txtTextToPrint, myFont, drawBrush, drawPoint)
Dim drawPoint As New PointF(x.iCoordX, x.iCoordY)
May I know what is the relationship between CoordX and iCoordX?
How do I convert CoordX to iCoordX, so that I can print what I want to print at the same position?
Thanks!
I am quite new to VB and I am currently trying to convert a VB6 project into VB .Net.
I have encountered Printer.CurrentX(CoordX) in VB6 and have converted it using args.Graphics.DrawString(x.m_txtTextToPrint, myFont, drawBrush, drawPoint)
Dim drawPoint As New PointF(x.iCoordX, x.iCoordY)
May I know what is the relationship between CoordX and iCoordX?
How do I convert CoordX to iCoordX, so that I can print what I want to print at the same position?
Thanks!