Results 1 to 4 of 4

Thread: Dual screen. How to deside!

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2002
    Posts
    31

    Dual screen. How to deside!

    Hello.

    I have a problem. I like to show one form on one screen and another a picture on projector. I have a dual screen card.

    Ex code:

    Set adoPic = AdoAuction.Recordset.Clone
    adoPic.MoveNext
    tmpPic = adoPic!Picture

    tmpPic I like to show on the projector.
    Is this possible?

    Pet

  2. #2
    Junior Member
    Join Date
    Oct 2002
    Posts
    31
    I had the same problem, what you should do :

    ' Form1 onto screen 1
    ' Form2 onto screen 2

    Form1.left = 0
    Form2.left = screen.width


    It's EZ and reliable.

  3. #3
    Junior Member
    Join Date
    Oct 2002
    Posts
    31
    BTW, be carefull it win't work if it is an "Horizontally or Vertically Extended Desktop"

  4. #4
    Junior Member
    Join Date
    Oct 2002
    Posts
    31
    I've a code but it works for one screen only
    (I've just found it and don't enough time to look at it)
    taken from vbsquare...
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width