blah blah blah is here! blah blah » Close

0
votes
0 answers

FTP file download

Hello everybody, I am having a problem regarding downloading a file ( a .msi file) from a FTP location. The original file ( located on the FTP server) is around 7 MB in size, I managed to download it without problems except that the dow ...

0
votes
1 answers

Print justified text in C#

Hello, Have any one of you tried to print a text justified in C#? StringFormat doesn't seem to have such an option, so before I try to make my own algorithm for this, I want to know if there is a simpler solution. Thanks, R. Mitea

1
votes
1 answers

Creating a socket for Ccitt AddressFamily

Hello, I am having problems creating a socket for AddressFamily.Ccitt; The definition is like this: Socket socket = new Socket(AddressFamily,SocketType,ProtocolType); and I simply can not figure out what SocketType and Prot ...

0
votes
1 answers

Implementation of X.25 protocol

Hello, I have to implement a system in .NET platform (C#) that communicates over ISDN using X.25 protocol. I tried to find something suggestive over the internet but I had no luck so, if anyone can provide me some help regarding this is ...

Feedback