MSTSCLib RemoteApp Launched Application/Child forms open in middle of multiple screens

Im using axMsRDPClient7NotSafeForScripting and connecting to windows 2008 r2 server in RemoteApp or "RemoteProgram.RemoteProgramMode = true". Everything opens fine, but the applications are opening in the center of screen which is fine until there
is multi monitors.  When there is multiple monitors the remoteapp opens in the center of the two screens.  
I am able to maximize an application on one screen or another and it appears it understands the h x w of each monitor, but if the application has a child form it opens in the center of both screens.
If I utilize mstsc.exe v6,7 etc and connect with basic remoteapp the applications are more aware of dual monitors and handle child forms etc in proportion to the main open app.  I believe this is due to setting different parameters in the rdp file,
such as:
use multimon:i:1
screen mode id:i:1
span monitors:i:1
I am unable to find a way to activate these settings on my mstsclib control on my c# application. The only way I can get the control to recognize the Desktop W & H is to set:
rdpClient.DesktopWidth = SystemInformation.VirtualScreen.Width;
rdpClient.DesktopHeight = SystemInformation.VirtualScreen.Height;
On connecting.  This does set the remote desktop to expand over the multiple monitors, but as you would expect it is treating the Desktop W/H on the session as one big screen.

Hello,
Your case seems not appropriate in CLR forum in my mind.
Anyway, if you are using WinForm, I think you can refer to the Screen Class in order to finish your setting job:
https://msdn.microsoft.com/en-us/library/system.windows.forms.screen%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396
You will be able to use this class to identfy the screen where the application is.
Best regards,
Barry
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • MSTSCLib ActiveX RemoteApp Launched Application/Child forms open in middle of multiple screens

    Im using axMsRDPClient7NotSafeForScripting and connecting to windows 2008 r2 server in RemoteApp or "RemoteProgram.RemoteProgramMode
    = true". Everything opens fine, but the applications are opening in the center of screen which is fine until there is multi monitors.  When there is multiple monitors the remoteapp opens in the center of the two screens. 
    I am able to maximize an application on one screen or another and it appears it understands the h x w of each
    monitor, but if the application has a child form it opens in the center of both screens.
    If I utilize mstsc.exe v6,7 etc and connect with basic remoteapp the applications are more aware of dual monitors
    and handle child forms etc in proportion to the main open app.  I believe this is due to setting different parameters in the rdp file, such as:
    use
    multimon:i:1
    screen mode id:i:1
    span monitors:i:1
    I am unable to find a way to activate these settings on my mstsclib control on my c# application. The only way
    I can get the control to recognize the Desktop W & H is to set:
    rdpClient.DesktopWidth = SystemInformation.VirtualScreen.Width;
    rdpClient.DesktopHeight = SystemInformation.VirtualScreen.Height;
    On connecting.  This does set the remote desktop to expand over the multiple monitors, but as you would expect
    it is treating the Desktop W/H on the session as one big screen.

    Hi,
    As I know we can only manage the option which you have posted for adjusting h*w and we can’t the find the option for multimonitor or span on mstsclib control. If you want then you can refer below link for information.
    Remote Desktop ActiveX control interfaces
    https://msdn.microsoft.com/en-us/library/aa383022(VS.85).aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • New Applications folder window opens always half outside the screen

    As in the subject, only the first time after a log-in or finder restarting, when i press shiftA to open a new window of applications folder, it opens always in the same ugly position, i.e., on my right side of the desktop, half out of it, half inside. This happens only with this folder. If after restarting finder, restarting the mac, log-out log-in, I press +N to open a new window, it opens correctly on the center of the screen. If I try to grab the new applications window either in the center of the screen or in whatever position I want, next log-in, reboot, etc... it opens in the ugly position as I mentioned.
    I tried deleting .Ds_Store file in it, deleting com.apple.finder.plist, repairing permissions (both in leopard and by using the installation dvd), clearing caches, executing maintainance tasks, searching google, asking in it.comp.macintosh, praise the lord, but nothing. Now I'm going crazy, so I need to solve this.
    Ps: Maybe this problem start when I installed magnifique. It's an applications that let you change leopard themes (since shapeshifter works only on 10.4). I uninstalled after two days, being shure to delete its preference files and any other stuff that could have been reconducted to it, but the problem is still there. I tried creating a new user and the problem still exists.

    Hm, I guess that makes sense - the idea is to save power; but the process of trying to transfer control between display interfaces on the fly would have to be somewhat perilous.  This (hot swap of display interfaces) is just not the kind of thing that would normally be expected by software designers.
    Are the two display subsystems made by nVidia?  If not, I'd imagine it to be a practically impossible task to get right.  GPU makers aren't normally friendly with one another!
    It makes sense that a manual switch to the more powerful GPU would be needed to run Photoshop properly, as complex as it is.
    -Noel

  • EPS placed in InDesign CC, clicking "Edit with Illustrator CS6" will launch application but not open document.

    Happens irregularly, if you can call "several times a day" irregularly. Solved by quitting Illustrator and restarting. Coworkers report seeing the same issue.

    jimtealiii schrieb:
    Ah yes, the "change your decades old workflow" solution. I think I'll try verifying my disk permissions first. Wait, what's a PDP file?
    If you are using EPS files between Illustrator, Photoshop and InDesign  you should definitively change your workflow as EPS does not support color management nor transparency.

  • Disable Parent Form while invoking Child Form using FND_FUNCTION.EXECUTE

    Hi,
    Any inputs in getting this issue resolved would be really helpful? I have a parent form wherein I am calling Child form (Line Details Form) by passing the masterid it works fine. Here How do we refrain the user control to access master form when child form is opened? Here when child form is invoked by click of a button and try to close the master, still I could see the child form opened. Any help will he highly appreciated. Many Thanks.
    Please find the details of the db version and function being used to invoke the form. I tried with all parameter options, when we give Open_flag as 'N', the master form gets closed after opening the child form. Perhaps given the open_flag as 'Y'. Kindly let me know your inputs in case of any missout from my end.
    Forms Version: Oracle Forms 10g
    Version: Oracle Applications : 12.1.3
    Database Version: 11.1.0.7.0
    fnd_function.execute(
    FUNCTION_NAME=> 'CHILD_FORM_LINE_DETAIL'                                                   ,OPEN_FLAG=>'Y'
         ,SESSION_FLAG=>'Y'
         ,other_params=>:Global.master_table_ID
    Thanks,
    Ahmed

    Hi,
    Please review the following documents and see if it helps.
    Note: 93784.1 - Custom Form is Not Executed When Called Using FND_FUNCTION.EXECUTE
    Note: 1031970.6 - Where is FND_FUNCTIONS.EXECUTE defined?
    Note: 744065.1 - Sample CUSTOM Library Code To Customize Applications
    Regards,
    Hussein

  • Forcing end user to open the child form in the resource request dataset

    Hi,
    Is there any way where we can force end user to open the child form of a resource request dataset and enter the values for the attributes in the child form. The child form attribute is mandatory. However, currently, OIM allows user to submit the request without opening the child form and to enter values for child form attributes(which is mandatory).
    Thanks.

    Child dataset attributes are set to required="true". But it will come into picture only if end user opens the child form. If he forgets to open the child form, still he is able to submit request without entering values to the attibutes(whose required=true) in the child form. OIM is alowing to submit request if he doesn't open the child form.
    I hope i was able to put it in corrrect way.
    Thanks.

  • Application exits after opening and closing two forms

    Hi,
    <<This message was also posted on the designer forum!>>
    During testing of a migrated application from 6.0 to 6i we found the following (webbased).
    Expected behavior:
    1 start application, startform opens;
    2 select sub-application, startform sub-application opens;
    3 select any form, form opens;
    4 close form, startform sub-application returns
    steps 3 to 4 can be performed many times.
    Real behavior:
    1 start application, startform opens;
    2 select sub-application, startform sub-application opens;
    3 select any form, form opens;
    4 close form, main startform returns
    (this means one level more is closed)
    If we now performs steps 2 to 4 the entire application exits, more or less random during any of the 3 steps.
    Can anyone explain why this is happening?
    Best regards,
    Pascal

    Frans,
    We use headstart version 50. We use the web version with a VMS db-server and a Tru-64 Unix IAS server. And we think that the latter one is part of the problem. Because all modules are ported to Unix a decision was made to use lowercase. Hence all references tot modules (forms, libraries, reports) should also be lowercase.
    We are currently checking if this is the case.
    Regards,
    Pascal

  • Application extis after opening and closing some forms

    Hi,
    During testing of a migrated application from 6.0 to 6i we found the following (webbased).
    Expected behavior:
    1 start application, startform opens;
    2 select sub-application, startform sub-application opens;
    3 select any form, form opens;
    4 close form, startform sub-application returns
    steps 3 to 4 can be performed many times.
    Real behavior:
    1 start application, startform opens;
    2 select sub-application, startform sub-application opens;
    3 select any form, form opens;
    4 close form, main startform returns
    (this means one level more is closed)
    If we now performs steps 2 to 4 the entire application exits, more or less random during any of the 3 steps.
    Can anyone explain why this is happening?
    Best regards,
    Pascal

    Frans,
    We use headstart version 50. We use the web version with a VMS db-server and a Tru-64 Unix IAS server. And we think that the latter one is part of the problem. Because all modules are ported to Unix a decision was made to use lowercase. Hence all references tot modules (forms, libraries, reports) should also be lowercase.
    We are currently checking if this is the case.
    Regards,
    Pascal

  • Oracle forms application doesn't open in Internet explore 8 Windows 7 OS

    Hi,
    I am not able to open Oracle forms application in interent explore Windows 7 OS but i can able to open IE in windows xp OS . i have deployed my fmx in Oracle application server in Linux server. i am trying to open in explore 8 in windows 7 os in client system. the application didn't open. i am trying to follow below steps mentioned in our forum URL
    How can i open oracle forms in windows 7
    try something like this may it helps u.
    1. Open Internet Explorer 8
    2. Go to Tools, Internet Options
    3. Click on the Advanced tab.
    4. Scroll down into the Security section and find “Enable memory protection to help mitigate online attacks”.
    5. Uncheck “Enable memory protection to help mitigate online attacks”.
    6. Click Ok and Ok again.
    7. restart your computer
    in Internet Explore 8 (64 bits) not able to find the "Enable memory protection to help mitigate online attacks" option under Security. where as Internet Explore 8 (32 bit) i am able find but i couldn't unchek. since it is not editable.
    Kindly advice and more over i have given below details in formsweb.cfg file and please suggest anything to be modified in this for Windows 7 OS. Your early reply is very much valuable.
    [myapp]
    IE=Jinitiator
    baseHTMLjinitiator=basejini.htm
    form=/home/ora1/allubtfcc/fmx/ENG/signon.fmx
    envFile=/home/ora1/myapp/env/myapp.env
    imageBase=codeBase
    width=1000
    height=750
    separateFrame=true
    colorSchme=khaki
    background=no
    lookAndFeel=generic
    baseHTMLjinitiator=/oracle/oraapp/OraHome_4/forms/server/basejini.htm,webutiljini.htm
    baseHTMLjpi=/oracle/oraapp/OraHome_4/forms/server/basejpi.htm,webutiljpi.htm
    baseHTML=/oracle/oraapp/OraHome_4/forms/server/base.htm
    archive_jini=frmall_jinit.jar,icon.jar,webicons01.jar,webicons02.jar,webicons03.jar,webicons04.jar,frmwebutil.jar,jacob.jar
    archive=frmall.jar
    otherparams=prm_impli_type=9U prm_itype=0 prm_init_file=/home/ora1/myapp/ini/myapp.INI prm_debug_mode=NO
    heartbeat=7
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    Thanks,
    Regards
    Gowtham

    Hi Amatu Allah,
    Thanks for your reply. my application is developed (fmb) in form 6i. please find the below details
    Forms [32 Bit] Version 6.0.8.24.1 (Production)
    Oracle Toolkit Version 6.0.8.24.0 (Production)
    PL/SQL Version 8.0.6.3.0 (Production)
    Oracle Procedure Builder V6.0.8.21.0 Build #1459 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle Query Builder 6.0.7.1.0 - Production
    Oracle Virtual Graphics System Version 6.0.5.38.0 (Production)
    Oracle Tools GUI Utilities Version 6.0.8.20.1 (Production)
    Oracle Multimedia Version 6.0.8.20.0 (Production)
    Oracle Tools Integration Version 6.0.8.18.0 (Production)
    Oracle Tools Common Area Version 6.0.8.18.0
    Oracle CORE Version 4.0.6.0.0 - Production
    And My database is
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE     10.2.0.4.0     Production
    TNS for Linux: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    My Applicatin server details is
    Oracle Application Server 10g 10.1.2.0.2 Usernames and Default password information: Please refer to the Oracle Application Server 10g Administrator Guide for more information.
    Install Type: Oracle Application Server Forms and Reports Services
    Thanks
    Regards
    Gowthaman

  • When attempting to download, in the Launch Application panel, it says ..."this link needs to be opened with an application" and shows send to "CC URI Handler", but also Choose an application.  How do I get past this point, as neither option seems to work?

    When attempting to download, in the Launch Application panel, it says ..."this link needs to be opened with an application" and shows send to "CC URI Handler", but also Choose an application.  How do I get past this point, as neither option seems to work?

    Code 6 & Code 7 http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • The application "Jar Launcher" can't be opened

    When I am open a Jar file, it aways say: The application "Jar Launcher" can't be opened, then it says: "-1712" I am using the most update Java. I am also using Marvelicks OSX 10.9.5. My computer doesn't have a lot of issues. May someone help me?

    Restart the computer and try again.

  • Is it possible to launch an EBS forms panel through an APEX application

    Hi,
    We have an APEX application linked with EBS 11i. We launch the APEX application through EBS menu responsability.
    In this APEX application we have a list of suppliers.
    When we click on the link we want to launch the EBS forms panel Suppliers.
    Of course, user has got the responsability to modify the suppliers in EBS.
    Question : Does anyone has done such developpement with APEX ?
    Can someone tell me if it is possible or not ?
    Thanks in advance.

    Dear Ronan,
    Another answer to my helpmail
    Hi to all,
    We have done developement with APEX in EBS 11.5.9 in module of Service and Order Managemeng too.
    These applications developed for Telco Company.
    I send some useful documents.

  • Open Containing Folder give empty Launch Application window

    Using CentOS 6.4, Firefox 24.2.0.
    Clicking the "Open Containing Folder" icon under Downloads only opens a "Launch Application" window, prompting me to "Choose an Application". It says "This link needs to be opened with an application." It seems normally the association gets made automatically, because I've never seen this before. What's the application I'm supposed to choose?

    Thanks for responding, guigs2. I've since blown away the VM and started again, so I don't have a screenshot. The new Firefox installation doesn't have the problem.

  • Reconciliation - Recon even results not reflected in child forms

    Hi All,
    I am new to OIM and prior to this i have worked Sun Identity Manager.
    My problem is:
    User(USER1) has two roles in SAP system. I have checked users resource profile (child form), it shows two records.
    Recon First Cycle: I have deleted one role in target system and ran the reconciliation for USER1. A recon event is created and recon manager shows that user has one role and status is "Event Linked". I have checked the users resource profile (child form), it shows only one record.
    Recon Second Cycle: Again i have deleted one more role in target system (SAP) and ran reconciliation. Now the reconciliation event is created and recon manager shows user has no role and status is "Event Linked". When i checking in users resource profile (child form), it still showing the last record.
    Even though the user doesn't have any role in target system and reconciliation manager, I don't know why it showing last records in users resource profile (child form).
    My system configuration:
    OIM version : OIM 9.1.0.2
    Oracle Database : 10g
    Application Server : JBOSS 4.2.3
    Web browser : Internet explorer 6.0
    Operating System : Windows server 2003
    -- Chellappan
    Edited by: user9164768 on May 12, 2010 12:30 PM

    Very strange result.
    Seems like a bug in the connector. Have you tried opening an SR with Oracle?
    Best regards
    /Martin

  • InfoPath form opens in the browser instead of InfoPath Filler when a link is clicked from the Approval Task email

    I have an admin approved InfoPath 2010 form that is web enabled. It is published to a SharePoint 2010 Forms library and an Approval Workflow is attached to it.
    The form needs to open up in the InfoPath Filler with the Workflow Task bar at the top so users can approve the task from within the form and not go to Tasks list to do so.
    Here's a problem I am experiencing: sometimes the form opens in InfoPath Filler and sometiems it opens in the browser when the link to approve the form is clicked form the email that is sent by the workflow.
    Windows 7, IE 9, MS Office 2010:
    The form opens up in InfoPath filler like it supposed to. The Workflow task bar is there for users to approve the form.
    Surface Pro with Windows 8.1, IE 11 and MS Office 2013
    The form opens up in the browser and there is no Workflow task bar at the top.
    Things that I've already looked at and tried which didn't solve the issue:
    - The forms library is exclusivly set to open documents/forms in the Client Application
    - Set the browser compatibility mode in IE 11, that doesn't work too well, because you have to do it every time you open the browser.
    - Setting browser compatility in IE 11 reintroduced another issue, of multiple login promts, which was fixed by entering the SharePoint site in question into the Trusted sites by a group policy. Adding the site to trusted sites made the forms open up in the
    browser.
    - Researched compatibility issues with InfoPath and Windows 8.1, cannot find anything.
    - Researched compatibility issues with InfoPath 2010, Windows 8.1 and SharePoint 2010, also didn't find anything.
    Can someone offer a suggestion on how to fix this problem, preferably with no code, because we are not allowed to put custom code on the server?
    I need to force InfoPath form to open in InfoPath Filler when the link to the form is clicked from the Workflow email. Also the login prompts should not pop up. Need it to work on all the platforms: Windows 7, and Surface Pro Windows 8.1.
    Thank you.

    Hi,
    Thank you for your response.
    [Steps about how to capture the capture the fiddler log]
    ===========================================
    1. Download fiddler from
    http://fiddler2.com/
    2. Install fiddler and launch fiddler.
    3. When the fiddler be launched, the log will be enabled automatically.
    4. You can click “X” to remove all the records before you reproduce the issue.
    5. If the web site has been configured to https. Please enable https option:
                 Click “Tools” -> “Fiddler Options”            
    Switch to HTTPS tab, then check “Capture HTTPS CONNECTs” and “Decrypt HTTPS traffic”.
    6. Then repro the issue.
    7. Click “File”->”Capture Traffic”, uncheck the Option “Capture Traffic” to make sure the “
    ” is not shown, that mean the logs has been stopped.
    8. Click “File”->”Save” ->”All sessions”, save the file.
    Any quesitons, please let me know.
    Best Regards,
    Dats Luo

Maybe you are looking for