lesnophones.blogg.se

Visual Basic 6 0 Enterprise Edition A4
Visual Basic 6 0 Enterprise Edition A4













Visual Basic 6 0 Enterprise Edition A4

Second code creating Text file and printing by creating text files one of my friend suggestesĬall modBillPrinter.PrintPLine(Space(10) + MakeString(Trim(cname), 15, ALIGN_LEFT) + Space(5) + MakeString(Trim(bno), 10, ALIGN_LEFT))Ĭall modBillPrinter.PrintPLine(Space(10) + MakeString(Trim(place), 15, ALIGN_LEFT) + Space(5) + MakeString(bdate, 10, ALIGN_RIGHT))Ĭall modBillPrinter.PrintPLine(Space(5) + MakeString(" S.NO", 5, ALIGN_LEFT) + Space(3) + MakeString("Particulars", 20, ALIGN_LEFT) + Space(3) + MakeString("Grms", 6, ALIGN_RIGHT) + Space(3) + MakeString("Wastage", 7, ALIGN_RIGHT) + Space(3) + MakeString("Rate", 4, ALIGN_RIGHT) + Space(3) + MakeString("MC", 5, ALIGN_RIGHT) + Space(3) + MakeString("SC", 5, ALIGN_RIGHT) + Space(3) + MakeString("Amount", 10, ALIGN_RIGHT)) How can i set paper size of Height : 6 inches Width of paper : 9.1 inchesĢ. The above method while printing the paper moves for A4/Letter and i cann't able to enable the Tear off Mode. Printer.ScaleMode = ScaleModeConstants.vbTwips There is no paper size in VB for my paper setting ( height 6 inches, width 9.1 inches) Please go through the below three codes and help me fix paper size The problem is : while printing the paper moves for A4/Letter and i cann't able to enable the Tear off Mode. I wish to print bill by bill, Pre printed stationery is continious paper, I wish to print in one bill after one bill the paper automatically skip to other bill. Height : 6 inches Width of paper : 9.1 inches I have a problem in Printing in pre printed bill.















Visual Basic 6 0 Enterprise Edition A4