Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi,

I have a program that do a long process over the Internet.

I wanna give my user this option to disconnect all active connections after the process!

But don't know how to do this in VB.NET 2008 & .NET Framework 2.0?

Please help me! :confused:

Posted

Hi,

I am not connected to. My users are connected!

I don't know how do they connect, I just want to give them an option to disconnect.

This is not unusual, did you see download managers?

Many of them give this option to user that "Disconnect active connections after download completes".

:confused:

  • Administrators
Posted

Without more detail nobody is able to give you an answer...

 

If your users are on dial up or similar and you just want to hang up when the work is finished then you could find http://www.pinvoke.net/default.aspx/wininet.InternetHangUp useful.

 

If you mean something else however you will need to provide more specific information.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Posted

Hi,

Thanks friend:)

Yes I mean dial-up and something similar, Declare Function InternetHangUp Lib "wininet.dll" (TODO) As TODO should be the one but I don't know how to use it:(

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...