Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataGridBoolColumn Problem Pin
webhay8-Jul-05 5:17
webhay8-Jul-05 5:17 
GeneralRe: DataGridBoolColumn Problem Pin
Alomgir Miah8-Jul-05 6:01
Alomgir Miah8-Jul-05 6:01 
GeneralRe: DataGridBoolColumn Problem Pin
webhay8-Jul-05 6:57
webhay8-Jul-05 6:57 
GeneralDHCP IN ASP.NET Pin
Anonymous8-Jul-05 2:04
Anonymous8-Jul-05 2:04 
GeneralProblem with Crystal Reports and C# Pin
macca248-Jul-05 0:51
macca248-Jul-05 0:51 
GeneralRe: Problem with Crystal Reports and C# Pin
V.8-Jul-05 2:03
professionalV.8-Jul-05 2:03 
GeneralCheck ports Pin
emc28-Jul-05 0:41
emc28-Jul-05 0:41 
GeneralRe: Check ports Pin
S. Senthil Kumar8-Jul-05 5:54
S. Senthil Kumar8-Jul-05 5:54 
A crude way is to simply iterate through the 65535 possible ports and trying to opening each one of them. The System.Net namespace and the System.Net.Tcp namespace can help you do this.

AFAIK, there is no way you can identify the service running on a port. The best you can do is guess based on the list of well known ports (HTTP on port 80, for example).

Regards
Senthil
_____________________________
My Blog | My Articles | WinMacro
QuestionHow to send a Message to Network Computer and stop all Process? Pin
pubududilena8-Jul-05 0:20
pubududilena8-Jul-05 0:20 
Generalzipping Pin
hegde.sachin8-Jul-05 0:05
hegde.sachin8-Jul-05 0:05 
GeneralRe: zipping Pin
Guffa8-Jul-05 0:24
Guffa8-Jul-05 0:24 
GeneralRe: zipping Pin
S. Senthil Kumar8-Jul-05 1:54
S. Senthil Kumar8-Jul-05 1:54 
GeneralSystem.StackOverflowException Pin
fady_sayegh7-Jul-05 23:34
fady_sayegh7-Jul-05 23:34 
GeneralRe: System.StackOverflowException Pin
Guffa8-Jul-05 0:27
Guffa8-Jul-05 0:27 
GeneralMDI parent dynamic background Pin
_Kalix7-Jul-05 23:22
_Kalix7-Jul-05 23:22 
Questionhow to use namespace Nant.core Pin
dilsudharaka7-Jul-05 23:20
dilsudharaka7-Jul-05 23:20 
GeneralStreamReader.ReadLine() Problem Pin
byang7-Jul-05 22:23
byang7-Jul-05 22:23 
GeneralRe: StreamReader.ReadLine() Problem Pin
Steven Behnke9-Jul-05 19:26
Steven Behnke9-Jul-05 19:26 
GeneralMS Access to MS Excel with C# Pin
kbalias7-Jul-05 21:42
kbalias7-Jul-05 21:42 
GeneralRe: MS Access to MS Excel with C# Pin
Rob Graham8-Jul-05 8:21
Rob Graham8-Jul-05 8:21 
GeneralRE:SAVE BUTTON Pin
tatchung7-Jul-05 20:05
tatchung7-Jul-05 20:05 
GeneralQuestion regarding calling C++ DLL's from C# Pin
kroller7-Jul-05 19:03
kroller7-Jul-05 19:03 
GeneralRe: Question regarding calling C++ DLL's from C# Pin
Luis Alonso Ramos7-Jul-05 19:43
Luis Alonso Ramos7-Jul-05 19:43 
GeneralRe: Question regarding calling C++ DLL's from C# Pin
S. Senthil Kumar7-Jul-05 21:22
S. Senthil Kumar7-Jul-05 21:22 
GeneralDataset Pin
skrishnasarma7-Jul-05 18:08
skrishnasarma7-Jul-05 18:08 

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.