Jump to content
Fórum Script Brasil
  • 0

Impressora código


frata

Question

Como citei anteriormente estou procurando um código para imprimir a página HTML

que abro na minha aplicação com o Web Browser.

Achei o código abaixo na Internet, porém me retorna o seguinte erro:

Compile error:

Variable not defoned

O código que estou usando é o seguinte:

Private Sub Command1_Click()

WebBrowser1.ExecWB OLECMDID_PRINT, _

OLECMDEXECOPT_PROMPTUSER, _

0, 0

End Sub

Atualmente estou usando para imprimir o velho e bom Ctrl + P,

porque este eprograma está em uso aqui na empresa, e não sei

como solucionar este problema.

Obrigado. Frata

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Já descobri...hehe..!!

Foi só definir o ebjeto de maneira correta e funcionou perfeitamente.

O código ficou assim então:

Private Sub Command5_Click()

wbrDesiredURL.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_DODEFAULT, 0, 0

End Sub

Grande abraço a todos. Frata.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...