Click here to Skip to main content
15,908,264 members
Home / Discussions / C#
   

C#

 
Generallisting bitmap on ListView Pin
azusakt22-Feb-04 19:01
azusakt22-Feb-04 19:01 
GeneralRe: listing bitmap on ListView Pin
Werdna23-Feb-04 4:14
Werdna23-Feb-04 4:14 
QuestionHow to change Size of Array Pin
god4k22-Feb-04 18:23
god4k22-Feb-04 18:23 
AnswerRe: How to change Size of Array Pin
Tom Larsen22-Feb-04 18:28
Tom Larsen22-Feb-04 18:28 
AnswerRe: How to change Size of Array Pin
Corinna John22-Feb-04 20:28
Corinna John22-Feb-04 20:28 
GeneralRe: How to change Size of Array Pin
CWIZO23-Feb-04 2:54
CWIZO23-Feb-04 2:54 
AnswerRe: How to change Size of Array Pin
turbochimp25-Feb-04 11:21
turbochimp25-Feb-04 11:21 
QuestionSocketPermission usage? Pin
Dilys22-Feb-04 16:58
Dilys22-Feb-04 16:58 
Hi, I had a problem with socket permission.
I have created a server that has leaves its port opened to clients and telnet applications.
Clients can run succesfully if they stay in the same machine (localhost). Telnet on local host to the server port can be connected too.
However, if I tried to connect to the server port from another machine in the intranet, I won't be able to connect.
I've tried many ways, I've set the trust region of intranet to full trust, I've made instances of SocketPermission:

SocketPermission mySocketPermission1 = new SocketPermission(PermissionState.Unrestricted);
SocketPermission mySocketPermission = new SocketPermission(NetworkAccess.Accept, TransportType.Tcp, "192.168.*.*", SocketPermission.AllPorts);

But, why can't remote clients (hyperterminals / telnet) connect?
For your information, I'm using asynchronous sockets for my server application. Is the problem related with the socket permission, or is there any other possible problems, i.e. wrong class library usage. Thanks.
GeneralOne question about drawing rectangles. Pin
weihua99@263.net22-Feb-04 13:58
weihua99@263.net22-Feb-04 13:58 
GeneralRe: One question about drawing rectangles. Pin
Corinna John22-Feb-04 20:43
Corinna John22-Feb-04 20:43 
GeneralMonitoring Activation Count Pin
kimsangwoo22-Feb-04 13:50
kimsangwoo22-Feb-04 13:50 
Questionhow to find out how much graphics card memory and how much RAM I have? Pin
SIDDHARTH_JAIN22-Feb-04 10:01
SIDDHARTH_JAIN22-Feb-04 10:01 
AnswerRe: how to find out how much graphics card memory and how much RAM I have? Pin
Mazdak22-Feb-04 11:19
Mazdak22-Feb-04 11:19 
GeneralListView with Windows Control Library Pin
Snowjim22-Feb-04 6:51
Snowjim22-Feb-04 6:51 
GeneralWorking with pixels and palette Pin
Stephane David22-Feb-04 5:24
Stephane David22-Feb-04 5:24 
GeneralRe: Working with pixels and palette Pin
Heath Stewart23-Feb-04 9:29
protectorHeath Stewart23-Feb-04 9:29 
GeneralRe: Working with pixels and palette Pin
Stephane David23-Feb-04 19:48
Stephane David23-Feb-04 19:48 
GeneralRe: Working with pixels and palette Pin
Stephane David23-Feb-04 21:55
Stephane David23-Feb-04 21:55 
GeneralRe: Working with pixels and palette Pin
Heath Stewart24-Feb-04 3:03
protectorHeath Stewart24-Feb-04 3:03 
GeneralRe: Working with pixels and palette Pin
Stephane David24-Feb-04 3:40
Stephane David24-Feb-04 3:40 
GeneralEject DVD-drive Pin
Stefan Troschuetz22-Feb-04 4:53
Stefan Troschuetz22-Feb-04 4:53 
GeneralRe: Eject DVD-drive Pin
Mazdak22-Feb-04 5:03
Mazdak22-Feb-04 5:03 
General[COM]DrCOM-Monitor Tool and more?[COM] Pin
kenokabe22-Feb-04 3:17
kenokabe22-Feb-04 3:17 
GeneralRe: [COM]DrCOM-Monitor Tool and more?[COM] Pin
Mazdak22-Feb-04 4:11
Mazdak22-Feb-04 4:11 
GeneralRe: [COM]DrCOM-Monitor Tool and more?[COM] Pin
kenokabe22-Feb-04 14:18
kenokabe22-Feb-04 14:18 

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.