Click here to Skip to main content
15,921,113 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to send message from client to another client through the server Pin
sa_keles11-Mar-06 15:33
sa_keles11-Mar-06 15:33 
GeneralRe: how to send message from client to another client through the server Pin
sa_keles11-Mar-06 16:45
sa_keles11-Mar-06 16:45 
QuestionHow to display only numbers after comma in c# Pin
mm31010-Mar-06 14:28
mm31010-Mar-06 14:28 
AnswerRe: How to display only numbers after comma in c# Pin
Sean8910-Mar-06 15:21
Sean8910-Mar-06 15:21 
GeneralRe: How to display only numbers after comma in c# Pin
prrusa10-Mar-06 15:35
prrusa10-Mar-06 15:35 
AnswerRe: How to display only numbers after comma in c# Pin
prrusa10-Mar-06 15:29
prrusa10-Mar-06 15:29 
GeneralRe: How to display only numbers after comma in c# Pin
Sean8910-Mar-06 15:33
Sean8910-Mar-06 15:33 
GeneralRe: How to display only numbers after comma in c# Pin
prrusa10-Mar-06 15:37
prrusa10-Mar-06 15:37 
GeneralRe: How to display only numbers after comma in c# Pin
Sean8910-Mar-06 15:46
Sean8910-Mar-06 15:46 
GeneralRe: How to display only numbers after comma in c# Pin
prrusa10-Mar-06 15:47
prrusa10-Mar-06 15:47 
GeneralRe: How to display only numbers after comma in c# Pin
Sean8910-Mar-06 15:48
Sean8910-Mar-06 15:48 
GeneralRe: How to display only numbers after comma in c# Pin
prrusa10-Mar-06 15:56
prrusa10-Mar-06 15:56 
AnswerRe: How to display only numbers after comma in c# Pin
leppie10-Mar-06 20:38
leppie10-Mar-06 20:38 
AnswerRe: How to display only numbers after comma in c# Pin
Guffa10-Mar-06 22:13
Guffa10-Mar-06 22:13 
QuestionC# with ODBC connection to MS Access Pin
ericcnielsen10-Mar-06 12:29
ericcnielsen10-Mar-06 12:29 
QuestionDisk Space Pin
Sean8910-Mar-06 10:43
Sean8910-Mar-06 10:43 
AnswerRe: Disk Space Pin
prrusa10-Mar-06 16:04
prrusa10-Mar-06 16:04 
GeneralRe: Disk Space Pin
Sean8910-Mar-06 16:51
Sean8910-Mar-06 16:51 
QuestionOne line appears and multilines appear Pin
ahchoo10-Mar-06 10:33
ahchoo10-Mar-06 10:33 
Questionround robin and fifo algorithm Pin
eey5610-Mar-06 9:17
eey5610-Mar-06 9:17 
AnswerRe: round robin and fifo algorithm Pin
Office Lineman10-Mar-06 9:32
Office Lineman10-Mar-06 9:32 
GeneralRe: round robin and fifo algorithm Pin
eey5610-Mar-06 11:09
eey5610-Mar-06 11:09 
Questionplease help: using wininet.dll to get Internet Access form Application Pin
gaorellana10-Mar-06 8:55
gaorellana10-Mar-06 8:55 
I am using some functions available in wininet.dll to monitor, dial and hangup internet connections from my C# application.

here I have some questions:

1)Is it true that .Net Framework 2 hasn't some functionality for the same?

2)I'm using the InternetDial function of this API to connect to Internet. This function has a pointer to a connection number, so when I have to HangUp the connection I use InternetHangUp which also uses the above connection number to shut this connection down.
however I couldn't find a way to get the connection number of an already active connection, when my aplication goes on-line and have the possibility to hang-up this active connection.

So, the question is of course:
does anybody knows how to check or get this connection number?.

So far for me,the only two functions make use of this connection number are InternetDial and InternetHangUp, not so the also useful function InternetGetConnectedState which is capable to say that there is an active connection but not which connection number this connection has.

Thanks in advance

-- modified at 14:57 Friday 10th March, 2006
QuestionSort / Find on BindingList Pin
Chris Losinger10-Mar-06 8:47
professionalChris Losinger10-Mar-06 8:47 
AnswerRe: Sort / Find on BindingList Pin
Nicholas Butler11-Mar-06 1:49
sitebuilderNicholas Butler11-Mar-06 1:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.