Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.visual.misc > #1786

Re: VB 5 screen display

From "Theo Tress" <rbk@online.de>
Newsgroups comp.lang.basic.visual.misc
Subject Re: VB 5 screen display
Date 2013-06-07 19:41 +0200
Organization 1&1 Internet AG
Message-ID <kot60i$pcc$1@online.de> (permalink)
References (3 earlier) <klv085$2b8$1@dont-email.me> <1004232976389243119.528239jgroshan-pacbell.net@news.giganews.com> <1550109733389243709.452636jgroshan-pacbell.net@news.giganews.com> <klvscr$vsq$1@dont-email.me> <1048416113389283972.706692jgroshan-pacbell.net@news.giganews.com>

Show all headers | View raw


> I will attempt to implement your suggestion. Now I need to find the
> AutoRedraw option. Where do I look?


Justin, I guess you don't have to care about AutoRedraw. The difference 
between good old Basic's PRINT statement and VB5's Print Method is that 
there PRINT directed its output to the screen where VB5's Print directs 
output to the object in which the Print Statement is executed, and one of 
those objects is a form - a window within Windows.

Therefore, simply open your VB5,
- select to create a Standard Exe and the IDE will present a new project 
with one form
- doubleclick the form and the IDE opens the code window for that form
- in the right listbox where "Load" is shown select DblClick
- in the Private Sub Form_Dblclick enter a new line "PRINT Time$" , this 
will print the time onto the form whenever you doubleclick it
- press F5 to run the program
-doubleclick the form/window
and you'll see how Print works in VB5/6

Back to comp.lang.basic.visual.misc | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

VB 5 screen display jgroshan@gmail.com - 2013-05-01 19:07 -0700
  Re: VB 5 screen display Michael Cole <invalid@microsoft.com> - 2013-05-02 12:18 +1000
    Re: VB 5 screen display Justin Groshan <jgroshan@pacbell.net> - 2013-05-02 00:34 -0500
      Re: VB 5 screen display Michael Cole <invalid@microsoft.com> - 2013-05-03 10:30 +1000
        Re: VB 5 screen display Justin Groshan <jgroshan@pacbell.net> - 2013-05-02 22:06 -0500
          Re: VB 5 screen display Justin Groshan <jgroshan@pacbell.net> - 2013-05-02 22:17 -0500
            Re: VB 5 screen display "DaveO" <djo@dial.pipex.com> - 2013-05-03 09:30 +0100
              Re: VB 5 screen display Justin Groshan <jgroshan@pacbell.net> - 2013-05-03 09:29 -0500
                Re: VB 5 screen display "DaveO" <djo@dial.pipex.com> - 2013-05-03 15:53 +0100
                Re: VB 5 screen display "Theo Tress" <rbk@online.de> - 2013-06-07 19:41 +0200
                Re: VB 5 screen display "DaveO" <djo@dial.pipex.com> - 2013-06-10 09:15 +0100
                Re: VB 5 screen display "Theo Tress" <rbk@online.de> - 2013-06-11 18:01 +0200
          Re: VB 5 screen display Deanna Earley <dee.earley@icode.co.uk> - 2013-05-03 09:19 +0100
            Re: VB 5 screen display Justin Groshan <jgroshan@pacbell.net> - 2013-05-03 09:29 -0500
  Re: VB 5 screen display Deanna Earley <dee.earley@icode.co.uk> - 2013-05-02 08:49 +0100
  Re: VB 5 screen display "MikeS" <misarY@gothere.ukX.com> - 2013-05-02 09:00 +0100
  Re: VB 5 screen display ralph <nt_consulting@yahoo.com> - 2013-05-02 05:11 -0500

csiph-web