Question for URL

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

    Question for URL

    What is the code in C# for Inet1.OpenURL(s tring a) and
    Inet1.StillExec uting?

    Thanks a lot.



  • Dmitriy Lapshin [C# / .NET MVP]

    #2
    Re: Question for URL

    Hi Tom,

    There's no exact equivalent (in other words, it's not one or two lines of
    code). You might want to review the WebRequest class and its SendRequest and
    Begin/EndGetResponse methods which is the .NET way of working with HTTP.

    --
    Dmitriy Lapshin [C# / .NET MVP]
    X-Unity Test Studio

    Bring the power of unit testing to VS .NET IDE

    "Tom" <kerocow@yahoo. com> wrote in message
    news:071201c391 b2$d0ee7300$a10 1280a@phx.gbl.. .[color=blue]
    > What is the code in C# for Inet1.OpenURL(s tring a) and
    > Inet1.StillExec uting?
    >
    > Thanks a lot.
    >
    >
    >[/color]

    Comment

    Working...