gettingstarted
[Top] [All Lists]

Re: (Print) Preview button

To: gettingstarted at lists dot realsoftware dot com
Subject: Re: (Print) Preview button
From: "Lennox Jacob" <lenpartico at hotmail dot com>
Date: Fri, 22 Apr 2005 04:59:35 +0000
Delivered-to: gettingstarted at lists dot realsoftware dot com
Sub Paint(g As Graphics)

If g <> nil then
 g.textfont = "Courier"
 g.textsize = 9
 g.drawstring ("Your name is "),36, 156, 540
 g.drawstring ("Your address is "), 36, 168, 540
end if
End Sub

That works for now.
Thanks.
Lennox.

From: "Lennox Jacob" <lenpartico at hotmail dot com>
Reply-To: Getting Started <gettingstarted at lists dot realsoftware dot com>
To: gettingstarted at lists dot realsoftware dot com
Subject: Re: (Print) Preview button
Date: Fri, 22 Apr 2005 04:43:18 +0000

I made a new window and I called it Preview, I fill that whole window with a canvas and called that canvas1. In the Paint event I added this

Sub Paint(g As Graphics)
  Dim gp as graphics

  gp.textfont = "Courier"
  gp.textsize = 9
  gp.drawstring ("Your name is "),36, 156, 540
  gp.drawstring ("Your address is "), 36, 168, 540

End Sub

And I am stuck for now.
Lennox.

From: Terry Ford <tmford at shaw dot ca>
Reply-To: Getting Started <gettingstarted at lists dot realsoftware dot com>
To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Re: (Print) Preview button
Date: Thu, 21 Apr 2005 21:30:36 -0700


On Apr 21, 2005, at 8:41 PM, Lennox Jacob wrote:

It was as Joe suggested since the app will be used for both Mac and Windows.
I'll give it a try and see.

So you have designed your own Preview window. Is this correct?

Terry

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>