Hot Hubs · tagged vbnet RSS icon



Sort Results: [ Hot | Best | Latest ]

90

Using 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

0 comments    vbnet dotnet

learnprogramming profile image57

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

technology programming tutorial

69

Data 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

3 comments    vbnet datagridview

64

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

0 comments    technology programming vbnet

64

Converting 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

0 comments    vbnet vbnet string

58

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

0 comments    technology microsoft programming

64

Center Form in VB.NET

by vbnotes

Just use the property StartPosition. published 8 months ago

0 comments    programming vbnet vbnet tutorial

56

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

0 comments    education programming freeware

57

[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

0 comments    vbnet vb6 vb6 to vb.net

54

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

0 comments    vbnet dotnet ide

working