|
-
Sep 30th, 2002, 11:30 AM
#1
Thread Starter
Junior Member
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
-
Oct 18th, 2002, 04:43 AM
#2
Junior Member
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.
-
Oct 21st, 2002, 05:13 AM
#3
Junior Member
BTW, be carefull it win't work if it is an "Horizontally or Vertically Extended Desktop"
-
Oct 21st, 2002, 07:55 AM
#4
Junior Member
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...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|