Create a Shortcut to a DUN Entry on Desktop

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Marc Seiferle

    Create a Shortcut to a DUN Entry on Desktop

    Hello,

    I am trying to create programmaticall y a shortcut to a DUN Entry with c++.
    But i didn't have much luck and i didn't found help on the www.

    Have you any ideas how to create this shortcut?

    Thanks in advance.


  • David Harmon

    #2
    Re: Create a Shortcut to a DUN Entry on Desktop

    On Tue, 10 Feb 2004 17:17:33 +0100 in comp.lang.c++, "Marc Seiferle"
    <marc.seiferle@ swisscom.com> was alleged to have written:[color=blue]
    >I am trying to create programmaticall y a shortcut to a DUN Entry with c++.[/color]

    There are no shortcuts in C++. You have to go the long way around.

    See the welcome message posted twice per week in comp.lang.c++ or
    available at http://www.slack.net/~shiva/welcome.txt

    Comment

    • Victor Bazarov

      #3
      Re: Create a Shortcut to a DUN Entry on Desktop

      "Marc Seiferle" <marc.seiferle@ swisscom.com> wrote...[color=blue]
      > I am trying to create programmaticall y a shortcut to a DUN Entry with c++.
      > But i didn't have much luck and i didn't found help on the www.
      >
      > Have you any ideas how to create this shortcut?[/color]

      Yes, use a shell extension. Ask about those in a newsgroup
      for your platform (comp.os.???). Here it is off-topic.


      Comment

      Working...