VB.NET
- Complete Comparison for VB.NET and C#
- Step by Step: Event handling in VB.NET
- Cheat Sheet - Casting in VB.NET and C#
- Secret Key Encryption Demo
- Upgrading VB6 to VB.NET
- Encrypt/Decrypt Files in VB.NET (Using Rijndael)
- gTrackBar - A Custom TrackBar UserControl (VB.NET)
- Adorners, Glyphs, Behavior, and ControlDesigner for WinForms Controls
- Rich Design Time Editing with UITypeEditors (VB.NET)
- A Simple VB.NET Freehand Drawing method
- Add Custom Event to a Class in VB.NET
- Eight Queens Problem using VB.NET
- Using Structures in VB.NET
- VB.NET Knob Control
- String Enumerations in VB.NET
- Basics of a Falling Blocks Game in VB.NET 2005
- Parsing Mathematical Expressions in VB.NET: Mission Possible
- Reading and Writing XML in C#/VB.Net
- VB.NET Knob Control using Windows Forms and GDI+
- GBVB - Converting VB.NET code to C#
- Drawing Round-Edged Rectangle Using VB.NET
- Drawing a Bar Chart
- Vertical Label Control in VB.NET
- Compile VB.NET code without Microsoft.VisualBasic.dll
- Application settings in VB.NET 2.0 and Visual Studio 2005
- Automate code-writing in VB.NET control's development
- .Net Script Editor (C#,Vb.net Mini IDE)
- VB.NET Calculating Linear Regression Slope and Intercept
- A VB.NET Version of the Spider Solitaire Game
- Windows Form Screenshot and Print Preview in VB.NET
- Windows Form Screenshot and Print Preview in VB.NET
- Console Line Editor in VB.NET 2.0
- Line to Region
- Triangle List Generator for Sphere
- Data Classification Using VB.NET and Genetic Algorithm
- Advantage of using Interface and Inheritance in VB.NET (OOP)
- CSV to Excel XML Spreadsheet with VB.NET
- Customisable WinForms Progressbar Control VB.NET
- Complete Sudoku Game for Windows using VB.NET 2013
- Using the VB.NET My Namespace in C# .NET 2.0
- Functions VS Subroutines and By Val Vs By Ref in VB.NET
- DES and Triple DES Implementation in VB.NET
- A VB.NET class useful for color manipulation
- A VB.NET class useful for basic linear algebra
- Windows Forms Controls: VB.NET Translucent Control using GDI+
- A Polynomials Math Parser in VB.NET
- Complex Math Parser and Evaluator in VB.NET
This article explains about advantages, differences and new features of VB.NET and C#.
Step by step guide to implement event handling in VB.NET.
Describes several casting and type related operations in VB.NET and C#.
This application demonstrates how to perform secret encryption using VB.NET and the .NET Framework 3.0.
This article discusses various things to consider when upgrading a VB6 app to VB.NET.
How to encrypt and decrypt files using Rijndael.
TrackBar with custom coloring, value display, label, and increment buttons.
Interactive Design Time Control Overlays to make editing custom controls easier.
How to use UITypeEditors, Smart Tags, ControlDesigner Verbs, and Expandable Properties to make design-time editing easier.
The code uses a System.Drawing.Drawing2D.GraphicsPath method to follow the users mouse movements. The path is then painted in the control.
Add Custom Event to a Class
Backtracking solution approach to solve the eight queens problems and get all unique solutions
Through this article, I wanted to introduce you to the structures in VB.NET. Also, I compared and contrasted Structures to Classes.
A usable knob control.
Fully compatible enumeration using strings in VB.NET.
A remake of the classic falling blocks game in a modern language
This article introduces the implementation of an algorithm written in Visual Basic .NET that allows us to quickly and easily parse and evaluate the resulting value of various mathematical expressions
Tips & Tricks on De/Serializing object graphs with XML
User Drawn Control for .NET Winforms using GDI+
A tool and a method for VB.NET to C# source code conversion
This code can be used to draw Round Edged Rectangles using VB.NET
This is an article about drawing a bar chart for a given set of values.
Create a custom vertical label user control in VB.NET.
Compile VB.NET code without an implicit reference to Microsoft.VisualBasic.dll.
An article on using application settings in VB.NET 2.0 and Visual Studio 2005 to save the size and location of a form.
Utility for automating code writing for VB.NET control's developers
The source code / article published here is to provide features of MS Script control (Functions like AddObject) and some features of VSA/Visual Studio editor like intellisence, code completion etc
Mimic Excel Slope and Intercept functions for datasets
In this article I will describe the approach I took in creating a VB.NET implementation of the Spider Solitaire Game.
How to take a screenshot of a Windows form and then print it.
How to take a screenshot of a Windows form and then print it.
Play with the new .NET 2.0's Console features, with this old time Line Editor.
This class gets an array of pointf() and returns the corresponding line region with custom width.
This article demonstrates a simple and fast method for generating a list of regular triangles that form a unit sphere surface
A simple example of how to classify data using genetic algorithm and VB.Net
This article will explain you tangible and functional example of using Interface with inheritance in VB.NET for Object Oriented Programming
A simple program to create Excel XML spreadsheets from CSV files. Utility with source.
A progress bar control you can customize
This article is a tutorial on how to code your own Sudoku game using VB.NET
In VB.NET 2.0, we have a new namespace, My, that exposes some nice classes. This article shows you how to access this namespace in C#
Functions VS Subroutines and By Val Vs by Ref in VB.NET
A simple DES/Triple DES implementation in VB.NET that doesn't have instantiation overhead.
A VB.NET class for advanced colorimetric image processing and manipulation
Some vector and matrix manipulation routines.
Build a standard Windows Forms translucent control using GDI+ & VB.NET
Polynomials Math Parser and Evaluator in VB.NET
Reduces/evaluates a real/complex math expression
No comments:
Post a Comment