How to switch between desktop applications?

Hello Guys,
 I'm not familiar with windows application development but I'm working on a PC Standalone game in which I want user to make payment through my game and for this he/she is directed to paypal which open
in a browser. Now here I want is that when user make a payment then he should re-directed back to game. But currently user has to manually open the game.
Please help me to achieve this. Thanks in advance.

Hi,
You could open the paypal windows inside the app by using x-ms-webview.
This enables you to manage all the browser process, close the window, have app focus, ...
More info at : https://msdn.microsoft.com/en-us/library/windows/apps/dn301831.aspx
Regards 
Kevin BEAUGRAND, Modis FRANCE
Merci de bien vouloir "Marquer comme réponse", les réponses qui ont résolu votre problème.

Similar Messages

  • AS: how to switch between screen modes?

    hi @ all,
    does anybody know how to switch between the 4 screen modes in ps cs3?
    - standard
    - maximized
    - full screen with menubar
    - full screen
    I looked around but could not find anything discribing a way doing this by applescript.
    the only thread I found
    http://www.adobeforums.com/webx/.3bc85cba/0
    refers to javascript but I was not able to adopt it.
    thanks for any help
    Claus

    To do it with AS only, you need to simulate the "f" key with System Events:
    tell application "System Events"
      tell process "Adobe Photoshop CS3" to keystroke "f"
    end tell
    That will loop thought the screen modes as if you did it manually.
    To run the JS from the other thread, you need to use the "do javascript" command. Remember to escape all the quotes in the JS:
    tell application "Adobe Photoshop CS3"
      do javascript "var screenModeOptions = new Array(4);
         screenModeOptions[0] = \"screenModeStandard\";
         screenModeOptions[1] = \"screenModeMaximized\";
         screenModeOptions[2] = \"screenModeFullScreenWithMenubar\";
         screenModeOptions[3] = \"screenModeFullScreen\";
         applyScreenMode(screenModeOptions[0]);
         function applyScreenMode(mode){
          var desc = new ActionDescriptor();
          var ref = new ActionReference();
          var menuID = stringIDToTypeID( mode );
          ref.putEnumerated( charIDToTypeID( \"Mn  \" ), charIDToTypeID( \"MnIt\" ), menuID );
          desc.putReference( charIDToTypeID( \"null\" ), ref) ;
          executeAction( charIDToTypeID( \"slct\" ), desc, DialogModes.NO );
    end tell
    The JS is the better solution if you wanted to skip directly to the desired screen mode without looping through the others.
    Carl.

  • "Switch between open applications" command does no...

    I dont know why the "Switch between open applications" command does not work with my E7 when i updated my phone to belle which was last week. Also, i cant mass text with this OS, max of 5 reciepients only. When the phone was still anna, both or all commands were functioning properly...

    That is obviously a point of view that many would share. However, it does not really answer the question :-).
    When using multiple Desktops with many open apps using Cmd + Tab can require a lot of keystrokes - even if you use Cmd + Shift + Tab to move backwards.

  • KDE 4.2: Taskbar widget to switch between desktop 1-4 [SOLVED]

    While I was messing around with my taskbar widgets, I accidentally removed the one that lets you switch between desktop 1-4 with a mouse click. It's usually found to the very right of the kickoff launcher on a default KDE install. I can still switch desktops with the keyboard, but I liked it being there and can't find it in the "add widgets" menu. I was using default KDE 4.2.1 when this happened, but I've since switched to KDEMod. Anyone know how I can get this back?
    Last edited by Command Line Fu (2009-03-24 15:15:55)

    Command Line Fu wrote:While I was messing around with my taskbar widgets, I accidentally removed the one that lets you switch between desktop 1-4 with a mouse click. It's usually found to the very right of the kickoff launcher on a default KDE install. I can still switch desktops with the keyboard, but I liked it being there and can't find it in the "add widgets" menu. I was using default KDE 4.2.1 when this happened, but I've since switched to KDEMod. Anyone know how I can get this back?
    It's name is pager on the add widgets menu...Try to check it again..:)

  • IWork Apps Closing When Switching Between Open Applications

    I am having an issue with iWork applications shutting down when I am switching between open applications. For example, if I have Pages running, but no document open, and I use the command/tab command to switch to another program, then try to go back to Pages, I find that it has closed and must be reopened. The same thing happens with Keynote. If however, the program is open and a document or presentation is open, I can switch without the program closing. Is anyone else experiencing this? I can't find any other references to it. I am running a Macbook Pro with the latest version of Yosemite and the newest versions of Pages and Keynote.
    Thanks.

    Yokay, so no one else is experiencing this issue. Pretend you were, do any possible solutions come to mind?

  • How to switch between messages in the BlackBerry Hub

    With the release of BlackBerry 10 version 10.1, we’ve added a new gesture to the BlackBerry Hub that allows you to quickly switch between your next and previous messages. It’s simple: while viewing a message drag your finger from the left to the right and in one continuous motion swipe up or down.
    For example, in the following screenshot you’ll notice I am viewing ‘Test 08”. To get to the next message, “Test 09”, all I need to do is swipe from left to right (red arrow) followed by swiping up (green arrow) in a single motion. To switch to the previous message, “Test 07”, I complete the same gesture, but swipe down instead (blue arrow).
    Tip: Using a BlackBerry Q10 or Q5? On top of using this gesture to switch between messages, you also have the option of pressing the N key to view your next message, or the P key to view a previous message.
    If this gesture doesn’t appear to be working on your device, verify you are using BlackBerry 10.1.0.4181 or later by going to Settings > About and reviewing the OS Version field. If the OS Version is lower than 10.1.0.4181, check for updates by going to Settings > Software Updates.
    For more details about the availability of BlackBerry 10.1, check out Inside BlackBerry’s post on BlackBerry 10 Software Updates.
    VIA | helpblog.blackberry.com
    http://helpblog.blackberry.com/2013/10/how-to-switch-between-messages-in-the-blackberry-hub/
    Please thank those who help you by clicking the button.
    If your issue has been solved, please resolve it by marking "Accept as Solution"

    I would set up a variable before you get to that node, lets call it $EmpID and assign to it the value of the prompt you want to play lets say 12345 which would be the library promptID. It will then play prompt, get digits, and once you validate if it goes through the expression that flags it as invalid, in that node re-declare the variable, but this time give it the value of the new prompt you want to play, then sent it back to the node which will then play the new prompt and collect the digits.

  • How to create Remote Desktop Application in C# or port it from HTML5/JS project ?

    Hi
    How can create Remote Desktop Application in C# template ? I were searching on google but not found example or API for this.
    If can, please suggest for me some solution, example and document.
    And I have JavaScript project template Remote Desktop Application. Can i port it to c# ? Or use Webview to show it ?
    I were create demo use webview to show it but it not run. Maybe i do some mistake or can't be do it.
    Thanks.

    I have no other options.  We already provide the RDP plug-in for JavaScript. I'm not sure what else is needed for this.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with
    undefined objects and unknown namespaces.
    My project needs work with C# Windows Store. So I need RDP on C#, not JS. If we don't support C#, do we have a RDP spec on Windows 8.1 so that we can follow that spec to implement with native code to support RDP?

  • MSI R9 290 How to switch between Gaming Modes?

    Hi, I just got a MSI R9 290... with Afterburner installed. This card has 3 preset modes that are supposed to be easy to switch between OC Mode 1007Mhz, Gaming 974Mhz, Silent 947Mhz... How do I switch between modes? I just tried to up the MHz in Afterburner and must have done something wrong, becuase I froze everything instalntly and had to reboot. Can someone please advise me how to switch between these modes? Do I have the right software installed, Afterburner or is there another suite specificly for this card? I did not install the card, and sorry I am a noob when it comes to OC. . . Noob to gaming in general, but I am getting some pretty bogus 30FPS on a 2012 game, LA Noire, which shouldnt even be demanding for t

    Quote from: kris.meaney on 07-March-15, 18:45:04
    This card has 3 preset modes that are supposed to be easy to switch between OC Mode 1007Mhz, Gaming 974Mhz, Silent 947Mhz... How do I switch between modes?
    You need the Gaming APP for switching (not Afterburner): http://download.msi.com/uti_exe/gamingApp.zip
    Afterburner is for manual overclocking (for advanced users) if not using the modes.

  • How to switch between markets in AppStore?

    How to switch between markets in AppStore? It says that I cannt buy in Russian market because my account registered in other

    Follow the directions here:
    http://support.apple.com/kb/ht1311

  • Question How to switch between tabs automatically? for example every 30 seconds

    Question
    How to switch between tabs automatically? for example every 30 seconds

    Tab Mix Plus has that feature.
    *Tab Mix Plus: https://addons.mozilla.org/firefox/addon/tab-mix-plus/

  • Why has cmd-tab has stopped switching between open applications?

    why has cmd-tab stopped switching between open applications?

    Have you tried rebooting your machine? Are you multitasking and running out of RAM perhaps? Reboot the machine and check to see if it works again.
    If that doesn't work, go into system preferences and check your keyboard shortcuts.
    http://support.apple.com/kb/HT1343

  • How to switch between 2 windows of the same application using Cmd+Tab

    Hi,
    I am using my mac now since about 10 months. I was used to work with Linux and Windows XP.
    Something I am badly missing on mac os x is the possibility to switch between 2 windows of the same application using cmd + tab just like it simply works for Linux and Windows (and maybe many other OS out there!).
    Very often I have 2 text files open in 2 editor windows (e.g. TextEdit) and need to copy and paste text from one window to the other. I was used to simply use ALT+TAB. But here I have to get my right hand away from the keyboard and use the mouse to change the focus from one window to the other and then use the mouse again to get the focus back to the previous TextEdit windows.
    THIS REALLY *****!!!! It makes me crazy. I cannot believe that such a "modern" OP does not support this action. I must be doing something completely wrong or did not understand the mac correctly. Right?
    Does anyone have an idea how I can get mac to do something all other operating systems so easily do?
    Thanks
    Quartz84

    Hi Kappy,
    well what you are saying is obvious to me. This is not the point for me and not what I wanted to know. But I think you answered my question anyway: OS X is unable to switch between windows of the same application as I mentioned in my example.
    WHY NOT???
    Every other OS is able to differentiate between windows and not just applications.
    Another example: The Mail application and an Email editor window. When you are writing an Email and you want to switch to the main window of the Mail application to read something you must again use the mouse!
    I mean Apple seems to be "somehow" using FreeBSD in the background and even in FreeBSD's window manager it is possible to switch between windows of the same application.
    Well, in the Apple world it is always the pour user who is not intelligent enough to understand Apple's philosophy ;-(
    To me this is not modern, it is simply a weakness of the OS.
    Cheers
    Quartz84

  • How do I switch between desktops on Lion?

    I had to reinstall Lion on my Macbook Pro and everything went back to default settings. I have 4 desktops that I use and I used to be able to switch between them by hitting command and an arrow key but now that's not working! I've tried going into keyboard settings under system preferences but that didn't work. Please help!!

    On a Macbook Retina it is a four finger left-right or right-left swipe.

  • How to switch between apps in mission control shortcut key

    I open two apps in my macbook, how can i select the app without clicking on it?.I know that f3 > mission control and then click, but i want to switch between apps with keyboard shortcut.Thanks in advance for your help.( I am runnig lion).

    Hold down the cmd (⌘) key and briefly press the tab key (⇥) then use the left/right arrow keys to select the application you wish to switch to.  When done release the cmd key.

  • How to switch between libraries?

    I have got to do a disk repair. I'm making sure my backup is correct as I don't want to lose all my precious pics. Lucky I checked as I've just discovered I've got two iPhoto libraries! The one I appear to be using is in the mac folder - where Users folder is, Library, System Folder, Updaters etc. It's the first area you come to when you double click on your mac's symbol in upper right corner.
    However, I also have an iPhoto library within a folder which is in my User/Pictures area.
    I want to make sure that the iPhoto library I'm using is within my user/pictures folder as it's my user files which are being backed up. However, I don't want to trash the one which is there without looking in it to see what's within. How do I switch between libraries?
    If it's empty, I can presumable just bin it then use the recommended technique to move my other library to User\Pictures.
    Thanks!

    If you use iPhoto LIbrary Manager like Larry suggested it will display the library name in the top iPhoto frame like this:
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

Maybe you are looking for

  • Auto-Managed configurations via WLSE 2.15

    I'm managing a very large roll out of AIR-AP1131AG access points, all in autonomous mode, using a WLSE running version 2.15. Due to the current network environment, these are all being shipped out with a basic configuration as there is no dhcp servic

  • I smashed the screen on my i pod touch 5th gen, anyone know where i can get the screen replaced in aberdeen scotland

    i smashed the screen on my i pod touch 5th gen, does anyone know where about in aberdeen Scotland i can get it replaced

  • JDBC ResultSet lowercase Column names

    Hi, My group has a body of DBMS access beans which use lowercase column names for result set get(s)* ..ie rs.getString("empno");. Are current JDBC context uses KIVA\NAS. We've recently attempted to use these beans under Oracle JDBC OCI (type 2). We'v

  • Package naming structure

    Hi folks, Now that we have had HANA for almost two years and our content offering has matured we are taking a look at our package naming conventions and pros and cons to our current package layout.  For example we have organized all of our content ba

  • CS4 - annoying help system

    Hi, Does anybody know how to switch Flash and other Adobe applications to use help system from local drive instead of getting it from network? Extremly slow Adobe website forces users to wait eages for response now. Regards, Marek