enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. I/O Ports Programming (Parallel port) Reading / Writing -...

    www.codeproject.com/Articles/20545/I-O-Ports-Programming-Parallel-port-Reading...

    Download sample I/O application - 82.3 KB; Download I/O driver - 11.7 KB; Download offline documentation - 51.4 KB

  3. Understanding Merkle Trees - Why Use Them, Who Uses Them, and How...

    www.codeproject.com/Articles/1176140/Understanding-Merkle-Trees-Why-use-them...

    Merkle trees provide a means of proving that integrity / validity of your data. Merkle trees require little memory / disk space and proofs are computationally easy and fast. Merkle tree proofs and management requires only a very small and terse amount of information to be transmitted across a network.

  4. Building a Menu-Driven Console Application in C# - CodeProject

    www.codeproject.com/Articles/5382189/Building-a-Menu-Driven-Console...

    Click the File menu, point to New, and click Project/Solution. In the Create a new project window, search for Console App (.NET Framework) ". Choose the Console App (.NET Framework) template and click Next. Name your project MenuDemo and choose a location to save it. Click Create to create the project.

  5. Format a textbox for currency input (VB.NET) - CodeProject

    www.codeproject.com/tips/311959/format-a-textbox-for-currency-input-vb-net

    Automatically put decimal for currency format in TextBox when typing [^] to code a textbox (unbound) for accepting numeric input with 2 decimal places. The cursor is placed on the right and the text flows from right to left. The text-align property of the texbox has been set to Right. VB.

  6. A Detailed Data Binding Tutorial - CodeProject

    www.codeproject.com/Articles/24656/A-Detailed

    A Detailed Data Binding Tutorial. Qwertie. 25 Mar 2008 MIT 25 min read 1 14.5K. Demonstrates a variety of Windows Forms data binding features through several simple examples. Download source code - 29.8 KB. (This is a Visual Studio 2008 project. It contains two "Master-Detail" samples from this article.)