Members
Technology Zones
IBM Learning Center
Articles
Hosted By
Info
|
Articles & Tutorials  -
Most programmers are aware of a few number systems. Decimal, Binary, Octal, etc. VB.NET allows you to work with these number systems, but these alone. What about Duodecimal, Quinquevigesimal, or Roman Numerals? A proof of concept article..  -
With the rich textbox control saving, loading, changing fonts, and much more has become very simple. This tutorial takes you through the basic commands available to you..  -
This is a tutorial on how to create a basic text-to-speech program using microsoft direct text-to-speech..  -
Learn the trick of creating your own Add-Ins for Visual Basic.  -
Learn how to print graphics, text and RTF in Visual Basic, as well as printer & graphics options. 
Sample Code  -
What do you do when you want to work with numbers that have a total length of digits that reach into the billions? You sure can't store those in a conventional variable, or perform normal operations on them. This module demonstrates how to perform these..  -
How to obtain the binary string for the ASCII code of a character..  -
With this code you can highlight VB code. keywords, sub names, and function names are included as well as comments..  -
A simple function to convert Binary numbers to Decimal numbers..  -
You know how some programs (like when Windows copies a file) the filename is too long, so Windows shortens it to "C:\Wind...\help.txt"; well, this is how to do it.. 
Products  -
AsciiList is a tiny tool for quickly finding the right ASCII value for a character you need... Added "Always-On-Top" option now... Have fun! -
A useful HTML editor, with a text based interface. It has several commands making better than Notepad.
Web Sites  -
Learn how to return Unicode through and ASP Web page to an IE5 brower. -
This sample demonstrates a text effect whereby text drawn on the form expands and contracts (i.e., the width and height are continually increased then decreased). -
This site has a number of code snippets, sample apps and ActiveX objects. Although it covers a vast number of topics, its main focus is graphics. Its applications will cover DirectX, image processing -
Create your own HTML-book from text with txt2html converter! Example also demonstrating how to use the GetOpenFileName API Function to open files.
|
Search
Code Samples
New Members
|