Form on second monitor

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ndanil
    New Member
    • Apr 2008
    • 2

    Form on second monitor

    Can anybody help?
    I need to send form on second monitor(project or), while on the main screen is still runing main app.
    Thanks
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    Originally posted by ndanil
    Can anybody help?
    I need to send form on second monitor(project or), while on the main screen is still runing main app.
    Thanks
    Have a look at the Screen Class.
    You wil get a list of available screens, and yuou can even check if it is the primary screen (i.e. the main screen).
    Set the location of the form you want to to the working area of any of the non-primary screen

    Comment

    • ndanil
      New Member
      • Apr 2008
      • 2

      #3
      Originally posted by Shashi Sadasivan
      Have a look at the Screen Class.
      You wil get a list of available screens, and yuou can even check if it is the primary screen (i.e. the main screen).
      Set the location of the form you want to to the working area of any of the non-primary screen
      Thanks a lot Sashi,
      I'll try that

      Comment

      Working...