USUÁRIO:      SENHA:        SALVAR LOGIN ?    Adicione o VBWEB na sua lista de favoritos   Fale conosco 

 

  Fórum

  Visual Basic
Voltar
Autor Assunto:  imprimir
Korn
Pontos: 2843
SAO PAULO
SP - BRASIL
ENUNCIADA !
Postada em 19/06/2007 13:16 hs            
e pra imprimir ate os botoes do formualrio tente isso
 
Private Sub Command1_Click()
  Me.PrintForm
End Sub

Jesus Cristo é O Senhor!!!
   
Korn
Pontos: 2843
SAO PAULO
SP - BRASIL
ENUNCIADA !
Postada em 19/06/2007 13:17 hs            
huahauhauhuah relaxa eu sei to te zuando, é só pra sair do estress da porra do trabalho, mas veja as dicas ae , acho que agora vai irmao, qualquer coisa posta

Jesus Cristo é O Senhor!!!
   
Korn
Pontos: 2843
SAO PAULO
SP - BRASIL
ENUNCIADA !
Postada em 19/06/2007 13:19 hs            
e nao se esqueça de se cadastrar

Jesus Cristo é O Senhor!!!
   
Korn
Pontos: 2843
SAO PAULO
SP - BRASIL
ENUNCIADA !
Postada em 19/06/2007 13:21 hs            
Outro exemplo de impressao em A4
 
Private Sub Imprimir():
  DoEvents
  keybd_event VK_MENU, 0, 0, 0
  DoEvents
  keybd_event VK_SNAPSHOT, 1, 0, 0
  DoEvents
  keybd_event VK_MENU, 0, KEYEVENTF_KEYUP, 0
  DoEvents
  HiddenPict.Picture = Clipboard.GetData(vbCFBitmap)
  Printer.Orientation = vbPRORLandscape ' imprime a folha deitada
  If NormalOption.Value Then
    wid = Printer.ScaleX(HiddenPict.ScaleWidth, ScaleMode, Printer.ScaleMode)
    hgt = Printer.ScaleY(HiddenPict.ScaleHeight, ScaleMode, Printer.ScaleMode)
    xmin = (Printer.ScaleWidth - wid) / 2
    ymin = (Printer.ScaleHeight - hgt) / 2
  Else
    aspect = HiddenPict.ScaleHeight / _
    HiddenPict.ScaleWidth
    wid = Printer.ScaleWidth
    hgt = Printer.ScaleHeight
    If hgt / wid  aspect Then
      hgt = aspect * wid
      xmin = Printer.ScaleLeft
      ymin = (Printer.ScaleHeight - hgt) / 2
    Else
      wid = hgt / aspect
      xmin = (Printer.ScaleWidth - wid) / 2
      ymin = Printer.ScaleTop
    End If
  End If
  Printer.PaintPicture HiddenPict.Picture, xmin, ymin, wid, hgt
  Printer.EndDoc
  MousePointer = vbDefault
End Sub

Jesus Cristo é O Senhor!!!
TÓPICO EDITADO
 
Korn
Pontos: 2843
SAO PAULO
SP - BRASIL
ENUNCIADA !
Postada em 19/06/2007 13:22 hs            
tem ate um exemplo aki se quiser te mando

Jesus Cristo é O Senhor!!!
   
joao
não registrado
ENUNCIADA !
Postada em 19/06/2007 13:30 hs   
olha eu devo ter algum problema pois nao m konsigo registar olha tentei joao_esg, joao ferreira, ferreira, esgalha, lordesg e nao dá nenhuma nao é normal....
   
Página(s): 3/6     « ANTERIOR    PRÓXIMA »


Seu Nome:

Seu eMail:

ALTERAR PARA MODO HTML
Mensagem:

[:)] = 
[:P] = 
[:(] = 
[;)] = 

HTML DESLIGADO

     
 VOLTAR

  



CyberWEB Network Ltda.    © Copyright 2000-2024   -   Todos os direitos reservados.
Powered by HostingZone - A melhor hospedagem para seu site
Topo da página