B
balaji r via .NET 247
I am right now involved in a vb to vb.net migration. Can you help me in giving me hints/tips in converting statements like:
Printer.CurrentX = (Printer.ScaleWidth - Printer.TextWidth(strTmp) - LEFT_MARGIN - RIGHT_MARGIN) / 2) + LEFT_MARGIN
There are too many similar instances, where positions are calculated, where printing should happen. It will be of great help to me if anyone can throw some light on this. Thanks in advance. Awaiting an earliest response.
Printer.CurrentX = (Printer.ScaleWidth - Printer.TextWidth(strTmp) - LEFT_MARGIN - RIGHT_MARGIN) / 2) + LEFT_MARGIN
There are too many similar instances, where positions are calculated, where printing should happen. It will be of great help to me if anyone can throw some light on this. Thanks in advance. Awaiting an earliest response.