Sort Results: [ Hot | Best | Latest ]
90Using Registry Keys with VB.net
by omarabid
Find out cool tutorial at dotnet source Now we pass to an important part. How to use the registry keys (add, delete and modify) with VB.net First let's start: Create a new project, and add a button where... published 8 months ago
Namespace (C++/C# Tutorial)
by learnprogramming
A namespace groups entities like classes, objects and functions under a name. The functionality of namespaces is especially useful in the case that there is a possibility that a global object or function... published 15 months ago
69Data Grid View Tutorial
by omarabid
Find out cool tutorial at dotnet source The DataGridView control I found many programers interested about using the Data Grid View, so I made this small tutorial about it. I'm going to show how to use the... published 7 months ago
VB.Net Tip: beware of the Root Namespace
by learnprogramming
VB.NET projects, by default, have a root namespace that is part of the project’s properties. By default this root namespace will have the same name as our project. When we use the Namespace block... published 15 months ago
64Converting from String to Number in VB.NET
by vbnotes
imports Microsoft.VisualBasicimports SystemImports System.Collections.Genericpublic module MyModule sub Main Dim str as String Dim s as Single str = "10" s = Single.Parse(str) ... published 10 months ago
Interop Forms Toolkit 2.0: display .NET Winforms in VB6 Applications
by programmerstools
New in Version 2.0 – Interop UserControlsInterop UserControls allow you to host any .NET control on a Visual Basic 6 form as if it was a real ActiveX control. This means you can extend your existing... published 14 months ago
Visual Basic 2005 Express Edition
by bestfreeware
Visual Basic Express provides a powerful WYSIWYG visual design surface to quickly and easily create interactive Windows applications. Visual Basic Express also includes the ability to create... published 15 months ago
[FREE EBOOK from MICROSOFT] Upgrading Microsoft Visual Basic 6.0 to Microsoft Visual Basic .NET
by programmingbooks
Upgrading Microsoft Visual Basic 6.0 to Microsoft Visual Basic .NET is the complete technical guide to upgrading Visual Basic 6 applications to Visual Basic .NET, covering all upgrade topics from APIs to... published 6 months ago
SharpDevelop: Opensource IDE for .NET
by programmerstools
#develop (short for SharpDevelop) is a free IDE for C#, VB.NET and Boo projects on Microsoft's .NET platform. It is open-source, and you can download both sourcecode and executables from this site. In... published 10 months ago







