The .NET Framework includes a set of standard class libraries. The class library is organized in a hierarchy of namespaces. Most of the built-in APIs are part of either System.* or Microsoft.* namespaces. These class libraries implement a large number of common functions, such as file reading and writing, graphic rendering, database interaction, and XML document manipulation, among others.
Class library for .NET (Socket programming)
The easy way to print jtable using library “PrintPreview”
Well, i will show you how you can print jTable component with ease. Let’s start.
First of all, you need an IDE , so you can ease manage your source code and import the library. i assume, you know how to import class library from IDE netbeans, just google it!!!….
Ok, what does the library do??…. well, it can print your jTable component and preview the layout before you print them, ofcourse… i have add some function like zooming, import to image jpg and png extension capability. Check it out right now… ![]()
Continue reading →
How using the class library for making chatting,send file,capture screen,file managemen, etc application via socket tcp ip
Ok, let us start…..(i assume, you know how to import class library from visual studio, if not there is documentation that i have included, so you can learn from there. You can download the documentation and complete project CLIENT and SERVER here:
- myg3nx.socket.classlibrary v.1.2.4.0 (Indonesia).zip
- myg3nx.socket.classlibrary v.1.2.4.0 (English).zip. )
We will make advanced program using this class library. Now, our application have 2 project. They are Server and client.
Continue reading →
Steganography whitespace using media plaintext
Steganography is the art and science of writing hidden messages in such a way that no one, apart from the sender and intended recipient, suspects the existence of the message, a form of security through obscurity. The first recorded use of the term was in 1499 by Johannes Trithemius in his Steganographia, a treatise on cryptography and steganography disguised as a book on magic. Generally, messages will appear to be something else: images, articles, shopping lists, or some other covertext and, classically, the hidden message may be in invisible ink between the visible lines of a private letter.
Continue reading →
Tutorial Asynchronous Socket Programming using .NET (For Server)
The following example program creates a server that receives connection requests from clients. The server is built with an asynchronous socket, so execution of the server application is not suspended while it waits for a connection from a client. The application receives a string from the client, displays the string on the console, and then echoes the string back to the client. The string from the client must contain the string “” to signal the end of the message.
Continue reading →