We're working hard on the next version of Developer Fusion. Let us know what you think
we should be up to!
Members
Technology Zones
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.  -
How to use the various string functions available (converting, finding, replacing etc)..  -
How to use the label control..  -
How to use the TextBox control in VB to provide user input..  -
How to access any command line parameters sent to your application.  -
How to read and write binary files to save your arrays, variables etc to a file.  -
An extensive tutorial on the RichTextBox control covering load/saving, formatting, tab stops, printing, finding and replacing, view modes, multiple undo/redo, url detection and more..  -
How to use Constants in your VB project..  -
Appendix of all the standard data types available in VB..  -
Everything you ever wanted to know about variables.. Declaring, getting, setting, objects, UDTs, ByRef and ByVal. What more could you want?.  -
How to use the SendKeys command..  -
Use the InStr command to find text within another string. 
|
Search
Code Samples
New Members
|