Jump to content
Fivewin Brasil

HOJA A4


fasi

Recommended Posts

Olá,

a Vprinter faz isso. Você poderia ver com o Vagner Wirts (do fórum) pra ver como ele faz isso. Outro exemplo é a própria TxtPreview que vem com a TdosPrn. Que usa a fGET para visualizar o conteúdo na tela.

// By Google

Hello,

The Vprinter does this. You could do with Vagner Wirts (of the forum) would see how he does that. Another example is the very TxtPreview that comes with TdosPrn. Who uses the fGET to view content on the screen.

//

Um abraço,

Alexandre Pereira

fwh 2.6, xharbour, .99.6, MyMake

msn: alexpdasilva6@hotmail.com

atualmente em Rondônia

ps. A tecnologia fez a gente ficar poliglota. hehehehe

Editado por - alex2002 on 02/11/2007 15:57:16

Link to comment
Share on other sites

#include "fivewin.ch"

Function Main()

Local oDevice

oDevice := TPrinter():New( ,.f.,.t. )

VRD(oDevice)

return nil

Function VRD(oDevice)

Local oBar

Local oWnd

Public oFoglio

DEFINE WINDOW oWnd COLOR CLR_BLACK, CLR_HGRAY TITLE "Visual Designer" VSCROLL HSCROLL

DEFINE BUTTONBAR oBar OF oWnd

DEFINE BUTTON OF oBar

oFoglio := TMetafile():New( 0, 0, 0, 0, , oWnd,CLR_BLACK,CLR_WHITE, oDevice:nHorzRes(),oDevice:nVertRes() )

ACTIVATE WINDOW oWnd ;

return nil

why not run ?

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
Reply to this topic...

×   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.

Loading...
×
×
  • Create New...