TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
FIM Resources
FIM-HELP
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Guru
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
VB.NET
Tagged Content List
Wiki Page:
Importar projetos antigos para o Visual Studio 2010 (pt-BR)
Richard Mueller
Hoje gostaria de comentar com vocês sobre a experiência que passei estes dias na empresa onde eu trabalho. Como a empresa trabalha com a tecnologia .NET desde o inicio, ou seja, “framework 1.0” e “framework 1.1”, existem alguns projetos grandes desenvolvidos que ainda não foram migrados para o novo...
on
20 Sep 2013
Wiki Page:
Windows Forms Overview
Richard Mueller
Table of Contents Getting Started With Windows Forms Community Resources Forums Blogs Wiki Articles Other Resources Software Downloads Other Languages Deutsch (de-DE) Windows Forms is a set of classes in the .NET Framework that enables developers to quickly create Windows client applications, using...
on
17 Sep 2013
Wiki Page:
Visual Basic
Richard Mueller
From its inception in 1991, the Visual Basic language has always been a phenomenal productivity tool for building applications. Almost 20 years later, it continues to provide easy access to the Microsoft .NET Framework, allowing developers to write applications that span desktops, phones, browsers...
on
17 Sep 2013
Wiki Page:
Become More Productive by Making Custom Code Generation Tools
Richard Mueller
Download You can download this example project at the following link. MSDN Galleries (C# and Visual Basic examples) Introduction Sometimes when programming, we get stuck spending valuable time performing repetitive tasks. We can forget that it's possible to create our own reusable...
on
11 Sep 2013
Wiki Page:
Conditional Branches With Visual Basic.Net
Richard Mueller
What is a conditional branch ? Conditional branches are how computers can be programmed to make decisions based on varying conditions. Without conditional branches , computers would not be able to 'Think'. How do conditional branches work? There are 2 kinds of conditional branches...
on
11 Sep 2013
Wiki Page:
Convert System.Decimal to and from Byte Arrays (VB & C#)
Richard Mueller
Table of Contents Introduction Getting the bytes of a System.Decimal Creating an instance of the System.Decimal from bytes Summary References Introduction At first glance converting the datatype (System.Decimal) to and from bytes may appear to be a challenge, this is because the...
on
11 Sep 2013
Wiki Page:
How to Get the Textual Representation of a Number (Convert Number to Words) in VB.Net
Naomi N
Table of Contents Introduction Designing the Class Converting Decimal Values Usage Example Summary Appendix A: Complete Code Sample Introduction Converting a decimal number into its textual representation is nothing new and the Internet is full of examples on ways to do so. The basic idea...
on
11 Sep 2013
Wiki Page:
VerticalLabel
Naomi N
This is a custom control I wrote, first in VB.Net, but I converted it to C# as a learning exercise. I used the telerik ( http://converter.telerik.com/ ) online converter and then fixed the inevitable conversion errors with a little help from the IDE (Integrated Development Environment). The control...
on
7 Sep 2013
Wiki Page:
After Debugging program is not running and display error messages
Maheshkumar S Tiwari
Hi... I am using VB.NET 2003 with SAP.NET Connector 2.0 for connecting SAP to .NET, but I am facing problem when I am debugging the program . It just displayed the debug message after debugging and program is not running. Debug message are as follows: 'DefaultDomain': Loaded 'c...
on
6 Sep 2013
Wiki Page:
How to Handle a Huge Collection of Strings in VB.Net
Ed Price - MSFT
Table of Contents Introduction Collection Classes in .Net A More Capable Solution for Strings Implementing the Collection Recursive Helper Methods Adding Strings to the Collection Removing Strings from the Collection Finding Strings in the Collection Implementing the SearchableStringCollectionEnumerator...
on
31 Aug 2013
Wiki Page:
VB NET Convertire un file. Ico in file .Bmp (it-IT)
Carmelo La Monica
In questo esempio, utilizzando la classe bitmap inclusa nel namespace System.Drawing, viene convertito in un file con estensione .ico in un file .Bmp per visualizzarlo in una PictureBox. Questo è necessario perché il formato .Ico non è supportato dal controllo PictureBox. Public Class Form1...
on
10 Aug 2013
Wiki Page:
Articoli italiani su TechNet Wiki - Visual Basic .NET (it-IT)
Luigi Bruno
Table of Contents Introduzione Elenco articoli Vedere anche Introduzione Questa pagina contiene un elenco diviso in categorie degli articoli in lingua italiana presenti sul TechNet Wiki e relativi a Visual Basic .NET , sia scritti originariamente in Italiano che tradotti da altre lingue...
on
7 Aug 2013
Wiki Page:
VB NET Eseguire la somma dei dati di una colonna su foglio Excel da Vb Net.(it-IT)
Carmelo La Monica
A volte capita la necessità di dover eseguire dei calcoli con dei dati presi da altri file , in questo esempio vedremo come poter eseguire la somma dei dati di una colonna da un file excel. Prendiamo in considerazione questo esempio di codice. Private Sub Button1Click(sender As Object, e...
on
5 Aug 2013
Wiki Page:
VB NET Eseguire una ricerca su foglio Excel da Vb Net.(it-IT)
Carmelo La Monica
A volte vi e la necessità di interagire attraverso la nostra applicazione con dei File Excel , lo scopo di questo esempio e dimostrare in che modo questo e possibile. Utilizzeremo AdoNet e precisamente il namespace OleDb utilizzato anche per la gestione di File MicrosoftAccess. Questo namespace...
on
5 Aug 2013
Wiki Page:
La classe Multibinding in Wpf e VB NET (it-IT)
Carmelo La Monica
In questo semplice esempio vedremo come utilizzare la Classe Multibinding . La classe MultiBinding consente di associare una proprietà di destinazione dell'associazione a un elenco di proprietà di origine e di applicare quindi una logica per produrre un valore con gli input specificati. In questo...
on
5 Aug 2013
Wiki Page:
How to Communicate with a Microcontroller or Other Serial Device in VB.Net
Ed Price - MSFT
Table of Contents Introduction Microcontrollers (MCUs) Serial Port Pitfalls Using the SerialPort Component "SerialDevice" Code Sample Code Description Usage Example Summary Introduction With today's low-cost electronics and micro-manufacturing techniques the average electronics...
on
4 Aug 2013
Wiki Page:
Bind all Fonts by Name with their Font Style to the ComboBox using VB.NET
Richard Mueller
Steps: 1. Create a new project in Microsoft Visual Studio (File -> New -> Project -> Visual Basic -> Windows Application). 2. Add a windows form named Form1. Insert a ComboBox control ( ComboBox1). Code: Write the function 'BindComboBox' for binding all font...
on
2 Aug 2013
Wiki Page:
Evaluating Expressions - Visual Basic
Naomi N
Most programmers probably already know this, but I have observed that for beginner programmers, it is quite frequently unknown or overlooked. When you evaluate expressions you need not evaluate "If <expression> = true then", you simply evaluate "If <expression> then"...
on
25 Jul 2013
Wiki Page:
VB.NET Identify the Available Serial Port on the PC
Richard Mueller
with this sample code you can identify the available serial port on the PC, running a ForEach iteration SerialPortNames property vb.net and GetPortNames method c# . Sample code VB.NET Private Sub BtnFindSerialPort_Click(sender As System.Object, e As System.EventArgs) Handles BtnFindSerialPort...
on
26 Jun 2013
Wiki Page:
VB.NET identificare la porta seriale disponibile sul PC (it-IT)
Fernando Lugão Veltem
Mediante questo esempio e possibile ottenere la porta seriale disponibuile sul pc , si esegue il controllo sull proprietà GetPortNames dela Classe SerialPort che restituisce tutte le porte disponibili e attualmente collegatre e attive. Sample code VB.NET Private Sub BtnFindSerialPort_Click...
on
21 Apr 2013
Wiki Page:
VB.NET Identificare un disco rigido rimovibile (it-IT)
Luigi Bruno
Attraverso il metodo GetDriver della classe DriveInfo e possibile ottenere l'elenco dei drive disponibuili sul pc e anche il tipo , in questo esempio cercheremo di riconoscere se il drive e un unità disco rimovibile. Private Sub BtnFind_Click(sender As System.Object, e As System.EventArgs...
on
20 Apr 2013
Wiki Page:
VB.NET Identify a Removable Hard Drive
Luigi Bruno
Through the method of the class DriveInfo getdrivers and can get the kind of drive . This example identifies a removable disk drive in VB.NET. Private Sub BtnFind_Click(sender As System.Object, e As System.EventArgs) Handles BtnFind.Click For Each driveType As System.IO...
on
20 Apr 2013
Wiki Page:
VB.NET: How to Make a Right Click Menu for a Tray Icon
Carsten Siemens
Some of you (like me), probably noticed that a ContextMenuStrip ("Right Click Menu") doesn't close automatically if you click outside it and it isn't in a form (in Visual Basic 2008, but i don't know about the later versions). So in this article I'll explain how to solve that...
on
6 Apr 2013
Wiki Page:
Reflection - Accessing A Method Via Its Declared Name String - Visual Basic.Net
Paul Ishak
How to access a method via its declaration name using reflection I could spend a million words explaining it, or you could look at the code. I encountered an interesting forum post where the person was storing the event-handler-name in a database as a string,for certain events. They needed a way...
on
1 Dec 2012
Wiki Page:
Windows Forms Überblick (de-DE)
Horizon_Net
Table of Contents Einstieg in Windows Forms Community Ressourcen Foren Blogs Andere Ressourcen Software Downloads Siehe auch Andere Sprachen English (en-US) Windows Forms repräsentiert eine Anzahl von Klassen im .NET Framework, die es dem Entwickler schnell ermöglichen Windows-Client-Anwendungen...
on
17 Mar 2012
Page 1 of 1 (25 items)
Can't find it? Write it!
Post an Article