Click here to Skip to main content
15,889,876 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help showing a form - "Object reference not set to an instance of an object." Pin
DaveyM6920-Feb-09 11:20
professionalDaveyM6920-Feb-09 11:20 
GeneralRe: Help showing a form - "Object reference not set to an instance of an object." Pin
samskiter20-Feb-09 11:38
samskiter20-Feb-09 11:38 
GeneralRe: Help showing a form - "Object reference not set to an instance of an object." Pin
DaveyM6920-Feb-09 11:46
professionalDaveyM6920-Feb-09 11:46 
GeneralRe: Help showing a form - "Object reference not set to an instance of an object." Pin
samskiter20-Feb-09 11:52
samskiter20-Feb-09 11:52 
GeneralRe: Help showing a form - "Object reference not set to an instance of an object." Pin
DaveyM6920-Feb-09 12:35
professionalDaveyM6920-Feb-09 12:35 
GeneralRe: Help showing a form - "Object reference not set to an instance of an object." Pin
samskiter20-Feb-09 13:09
samskiter20-Feb-09 13:09 
GeneralRe: Help showing a form - "Object reference not set to an instance of an object." Pin
DaveyM6920-Feb-09 13:28
professionalDaveyM6920-Feb-09 13:28 
GeneralRe: Help showing a form - "Object reference not set to an instance of an object." Pin
samskiter20-Feb-09 13:31
samskiter20-Feb-09 13:31 
GeneralRe: Help showing a form - "Object reference not set to an instance of an object." Pin
DaveyM6920-Feb-09 13:38
professionalDaveyM6920-Feb-09 13:38 
GeneralRe: Help showing a form - "Object reference not set to an instance of an object." Pin
samskiter20-Feb-09 14:08
samskiter20-Feb-09 14:08 
AnswerRe: Help showing a form - "Object reference not set to an instance of an object." Pin
Luc Pattyn20-Feb-09 1:46
sitebuilderLuc Pattyn20-Feb-09 1:46 
GeneralRe: Help showing a form - "Object reference not set to an instance of an object." Pin
samskiter20-Feb-09 5:40
samskiter20-Feb-09 5:40 
GeneralRe: Help showing a form - "Object reference not set to an instance of an object." Pin
samskiter19-Feb-09 18:30
samskiter19-Feb-09 18:30 
AnswerRe: Help showing a form - "Object reference not set to an instance of an object." Pin
Luc Pattyn20-Feb-09 1:21
sitebuilderLuc Pattyn20-Feb-09 1:21 
GeneralRe: Help showing a form - "Object reference not set to an instance of an object." Pin
samskiter20-Feb-09 5:24
samskiter20-Feb-09 5:24 
AnswerRe: Help showing a form - "Object reference not set to an instance of an object." Pin
Luc Pattyn20-Feb-09 5:36
sitebuilderLuc Pattyn20-Feb-09 5:36 
GeneralRe: Help showing a form - "Object reference not set to an instance of an object." Pin
samskiter20-Feb-09 5:59
samskiter20-Feb-09 5:59 
QuestionSocket security Pin
yesu prakash19-Feb-09 17:19
yesu prakash19-Feb-09 17:19 
AnswerRe: Socket security Pin
cmk19-Feb-09 19:52
cmk19-Feb-09 19:52 
yesu prakash wrote:
How can i make sure the port is secure from virus?


A port is like the door to your house. Your door does not get infected by a virus. Someone opens the door, brings the virus in, then you get infected.

yesu prakash wrote:
Is there any property in socket to make itself secure from unauthorized access?


No, authorized access is a protocol decision. You can check the peer info on accept (or accept callback) and filter out based on ip or mac but that's about as much help as you'll get from the socket api.

...cmk

The idea that I can be presented with a problem, set out to logically solve it with the tools at hand, and wind up with a program that could not be legally used because someone else followed the same logical steps some years ago and filed for a patent on it is horrifying.
- John Carmack

GeneralRe: Socket security Pin
yesu prakash19-Feb-09 20:20
yesu prakash19-Feb-09 20:20 
QuestionHow can i know which key value(which is an int value) is the smallest or highest in c#? Pin
merryjoy00019-Feb-09 17:14
merryjoy00019-Feb-09 17:14 
AnswerRe: How can i know which key value(which is an int value) is the smallest or highest in c#? Pin
Luc Pattyn19-Feb-09 17:52
sitebuilderLuc Pattyn19-Feb-09 17:52 
QuestionHow can i get the highest value in a hash table using c# Pin
merryjoy00019-Feb-09 16:56
merryjoy00019-Feb-09 16:56 
AnswerRe: How can i get the highest value in a hash table using c# Pin
Calin Tatar19-Feb-09 22:21
Calin Tatar19-Feb-09 22:21 
QuestionFTP Parse LIST Command Pin
User 572816019-Feb-09 16:46
User 572816019-Feb-09 16:46 

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.