Ceriwis

Ceriwis (https://forum.ceriwis.com/forum.php)
-   Programming (https://forum.ceriwis.com/forumdisplay.php?f=63)
-   -   [Ask] Printout di VB6 (https://forum.ceriwis.com/showthread.php?t=574228)

Linuxmania 20th November 2011 08:56 AM

[Ask] Printout di VB6
 

permisi mimin n momod, maaf kalo ane salah kamar.

ane mw tanya nih dg agan2 semua.ane kan mw bikin print out billing, trs mw cetak logo.. pas di print kq logonya g kecetak ya ?mohon bantuannya



<div style="margin:20px; margin-top:5px">
Spoiler for coding:


<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">


Sub cetak()

Dim mno, mhal, mbaris As Integer

Dim i, n As Integer

Dim mgrs, mgrss As String

Printer.Print "";

Printer.Print "";

Printer.Font = "Times new Roman"

Printer.ForeColor = &H0&

Printer.FontSize = 12

Printer.FontBold = False

Printer.CurrentX = 0

Printer.CurrentY = 0

mno = 0

mhal = 0

i = 1

Do While i


All times are GMT +7. The time now is 12:51 PM.