How to Starting Lync Metro from Another Application like html

The Lync 2013 client can be launch from some command-line like below document, but how can we launch the app lync metro? Is there any documentation on this?
Starting Lync from Another Application
http://technet.microsoft.com/en-us/library/gg398376.aspx#United%20States%20%28English%29

Hi,
There is no specific command-line for Lync Metro app. You may post the issue on MSDN forum to verify if this can be developed. Thank you for your understanding.
http://social.msdn.microsoft.com/Forums/lync/en-US/home?forum=communicatorsdk
Kent Huang
TechNet Community Support

Similar Messages

  • How to call Oracle form .from another application like VB 6.0

    Dear ALL,
    I want to call oracle(Developer) form ,from another application (VB 6.0).I want to call the form in such
    a way that user dont need to enter login and password.I will hard code the username and password
    in my VB 6.0 application.User only press a button on Visual Basic 6.0 form and and that button will
    open required Orcale form.How can I DO this.PLEASE HELP............
    Regards

    You have the command in VB 6.0 to run any exe files right (I think it is the system command). Next to that command place the following code to run your forms application
    ifrun60.EXE <forms.fmx with complete path> userid=<username>/<password>@<connection string>.
    Regards,
    Senthil .A. Perumal.

  • Duplicate contacts when created from another application like Mail

    When adding a contact to Address Book from another application (from an email signature for example) two of the same contact are always created.  This does not happen when creating a contact from within Address Book.  Anyone have this problem and correct it?

    known bug, please send feedback to apple about your situation. http://www.apple.com/feedback/macosx.html
    Address book has a feature "look for duplicates" under Card in the menu bar. This will merge duplicate entries into on. But now I have some weird double names (but they're one contact/one card).

  • How to Start Executable Files from JavaTM Applications?

    If it is possible to start other executable files, for example EXE or BAT, from a Java application, how can it be done in VC++??
    I can invoke executables (or whatever your OS is willing to execute) via Runtime.exec(). as per JDC member mtj or perhaps try:
    import Java.lang.*;
    import Java.io.*;
    public class RuntimeExecTest {
    public static void main(String[] args) {
    Runtime rt = Runtime.getRuntime();
    String[] callAndArgs = { "Notepad.exe",
    "D:\\TEMP\\Test.txt" };
    try {
    Process child = rt.exec(callAndArgs);
    child.waitFor();
    System.out.println("Process exit code is:
    " + child.exitValue());
    catch(IOException e) {
    System.err.println(
    "IOException starting process!");
    catch(InterruptedException e) {
    System.err.println(
    "Interrupted waiting for process!");
    But in VC++ on of the method signature is causing the problem:
    public Process exec( String command, String envp[] ) throws IOException
    If I use the above code, I get this error:
    Compiler Error J0122
    Exception 'identifier' not caught or declared by 'identifier'
    Please help
    Thanks

    Yes, it is possible to run both EXEs and BATs with exec().
    I also suggest you to look at the following article:
    http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html

  • How do I paste text from another application into Adobe Story Plus?

    I am trying to paste in text from a client document into an Adobe script template but it doesn't seem possible, which is odd.
    Any ideas welcome.

    Yes. Many thanks for putting me onto it.
    But now I'd like to paste into a text box a two-column list from MSWord. I have tried it, but it doesn't work; it just wants to paste a single column list, so I don't see all the items. Have any ideas?

  • OBIEE 11g: Can I create/schedule/start an Agent (IBOT) from another application?

    Hello,
    I would like to schedule, with or without iBot, some reports in OBIEE 11g.
    Like BI Publisher, can I use something such webservice to schedule Report from another application, like PL/SQL?
    Many thanks, Regards.
    R.

    Yes we can schedule the reports using BI Publisher.
    Adminstration-Delivery-Email
    Mark if helps.
    Thanks,

  • Safari problem:  when I switch back into safari from another application, the menu bar comes up but no tabs or windows.  What's going on?  Just started yesterday.  I have found a workaround: when I Command Tab back to safari, I hit command T to open a new

    Safari problem:  when I switch back into safari from another application, the menu bar comes up but no tabs or windows.  What's going on?  Just started yesterday.  I have found a workaround: when I Command Tab back to safari, I hit command T to open a new tab and Command W to close it, and my other tabs are visible.
    I have tried shutting down, closing tabs, with no success.  What's going on and how can I fix it?
    Thanks,
    Cindi B
    PS:  I'm not sure of the actual OS level, but I have not allowed it to upgrade to Maverick yet; concerned about it because of a few things I've read...

    A Safari extension or third party plugin may be causing the menu bar issue.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test. If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.
    If it's not an extensions issue, try troubleshooting third party plug-ins.
    Back to Safari > Preferences. This time select the Security tab. Deselect:  Allow plug-ins. Quit and relaunch Safari to test.
    If that made a difference, instructions for troubleshooting plugins here.
    As for which OS X is installed.
    Click the Apple () menu top left in your screen. From the drop down menu click About This Mac.
    The version is noted there.
    v10.6 Snow Leopard v10.7 Lion  v10.8 Mountain Lion
    It's your choice whether or not to upgrade to Mavericks. If you decide to do this, make sure your Mac meets the requirements noted here.

  • How AWT TextField can copy/paste from another application?

    Hi,
    We know in applet for the security reason you can not access the getSystemClipboard from the Swing component like JTextField. But We know that with AWT TextField, you can copy and paste from another application. My question is how AWT textfield implemented with this feature. I don't think it is via the systemclipboard. Can some explain this for me?

    the simplest way is to select the part of charactors and drag them into your textfield ^O^

  • How can i get APP_ID from another app?

    Hi gusy,
    I need some help here
    I have 5 applications and now I need to create a new one, and in this new applications i need to have links to these 5 already existing apps.
    The problem is that i need to make the links parameterized, not hard coded.
    So my question is: How can I get the ID of some application from another application?
    And I need to get this ID without starting the first application ( the application whose ID i wonna get)
    Is there some kind of sys table where are kept the application names and their IDs?
    Thanks in advance
    Tsveti

    Hi Tsveti,
    then it's more complicated, because the APEX repository views are not available in this release.
    I would see two options you have:
    1) grant access to table FLOWS_020000.wwv_flows to your application schema. This table contains the APEX applications or
    2) create an application level item for each of your 5 application ids. eg: TRACKER_APP_ID, SUPPORT_APP_ID, .. and use a computation to fill it with the hardcoded app id. In your code reference them with :TRACKER_APP_ID or &TRACKER_APP_ID.
    This has the advantage, that they are just hardcoded in one place and easy to maintain.
    Patrick
    Check out my APEX-blog: http://inside-apex.blogspot.com
    Check out the ApexLib Framework: http://apexlib.sourceforge.net

  • How to refer one view from another view?

    Hi,
    I have 2 views in my Adobe Flash Builder mobile app. I need to refer the first view in my second view.
    How to refer one view from another view? Or how to create a reference to a view wherever needed?

    I don't need any data from my first view. In a certain flow, I need to make my first view to be invisible.
    for eg., My First view is in portrait mode. I change the device to Landscape. In the landscape mode, I want to show a completely different view (second view).
    In this case, what happens is, I see my first view in Landscape mode for a second. Then the second view appears. When I change to Landscape mode, only the second view should be seen. I need to make my first view to be completely invisible in the OnOrientationChanging event of
    StageOrientationEvent
    As stage object and StageOrientationEvent works at application level, I need to know how to refer my first view object in the application level.
    private function onOrientationChanging(soe:StageOrientationEvent):void
          MyFirstView.Visible = False; ====> don't know how to refer MyFirstView here
    Is my question clear now?

  • Calling a bounded task flow (that uses fragments) from another application

    Hello,
    I'm currently having difficulties calling a task flow located inside another application.
    I have application Console which is my main application in which I would like to run other applications within. Inside this Console I have it divided into splitter windows and inside them I have regions. My goal is to be able to call a task flow from another application inside one of these regions but so far I'm having no luck.
    My first problem occurred when I created a 'local' task flow to make a call to another application's task flow. When I set the properties to the task flow call, it gave me an error that it could not find the .XML file for that task flow when I ran the Console application. I then proceeded to copy that .XML from the remote application into the Console's WEB-INF directory and I seemed to get a bit farther. The error I get now is saying that I cannot run a task-flow that uses fragments. It's essentially trying to run that task flow as an entirely new page instead of inside the region that it's bound to. It's NOT a dynamic region (although that's the end goal here). So I then changed the other application's task flow to simply display an entire page rather than fragments inside a region and voila, it works..... kind of.
    To recap how I was able to call another application's task flow inside the Console:
    - I had to manually copy the task flow xml file into the Console WEB-INF directory
    - I had to change the task flow so that it didn't use fragments
    - I have called the task flow but I lose my console page entirely, no more regions or splitters so I'm back to square one.
    If anybody has any suggestions, hints, tips or anything, send them this way and I will be forever greateful.
    Thanks,
    Mark

    Thanks for your response Frank.
    Unfortunately the problem seems to be greater than that. I've been able to package task-flows into a jar library and tried importing them that way with no luck.
    I'm simple trying to call an external task-flow to run inside a region which is inside a splitter panel that I call my console.
    Any other ideas ?

  • CS5 - Help copy from another application and paste into CS5

    I am not able to copy an image from another application and paste into my CS5 image.
    I can paste the image into any other program except for CS5.
    Does anyone know how this issue can be fixed?  Very frustrating, since it is such a simple process.
    Thanks!

    You probably have at least one plug-in made by Nik Software.  They're known to interfere with Photoshop's ability to access the clipboard.
    I believe there's a Nik configuration file change needed, or possibly a removal of all or part of the plug-in to restore Photoshop's access to the clipboard.  There's another thread on this forum that's gotten quite long on the subject, and in it are some possible resolutions...  Ah, here it is:  http://forums.adobe.com/thread/680075
    -Noel

  • Canother when them from another application eg imovie? 150 files but only 30 show.

    Aperture 3 help please. Can anyone tell me why I lose photos from files when trying to access them from another application eg imovie? file may have 80 photos but only 20 might be seen in application.

    Can anyone tell me why I lose photos from files
    Do you mean from folders, albums, or projects?
    How do you access your Aperure images from other applications? Do you show Aperture in the Media Brower?
    Then you need to ensure that Aperture renders previews for all  images you want to access externally. Check your settings in the Aperture Preferences -> Previews and enable "Share Previews ..." and "New Projects automatically generate Previews". If reviews are missing for older imports select the images, ctrl click and "Update Preview".
    Regards
    Léonie

  • Can i use REALTIME EQUALIZER of AUDIGY from another application? API of AUDIGY?? H

    Hi to all,?Can i use EQUALIZER of AUDIGY from another application? need SDK? Help me?For example, VIDEOLAN hasn't a REALTIME EQUALIZER.... i want REALTIME EQUALIZER under VIDEOLAN or other application... can i use API of SOUNDBLASTER AUDIGY from another application and how?

    ? Isn't the Audigy EQ working 'globally' (meaning, if it's enabled then it effects on all audio outputted through Audigy)?
    If you mean programming those API calls into your own software then you'll propably need to dig those functions by 'disassembling' the EQ code (it's maybe not very easy...).
    jutapaMessage Edited by jutapa on 05-08-200705:4 PM

  • Hello, sombody knows how to start MS Excel from LabView (version 8.2)? Thanks

    Hello, sombody knows how to start MS Excel from LabView (version 8.2)? Thank you in advance.
    Regards Robert

    In the example finder  ">Help>Find Examples >>search for Excel", you'll find a sample program called "ActiveX Event Callback for Excel".
    It opens the Excel Application..  You can build on this to open/create new worksheet(s), etc.
    RayR
    Message Edited by JoeLabView on 06-20-2007 08:21 AM
    Attachments:
    OpenExcel.PNG ‏34 KB

Maybe you are looking for