Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
AD FS
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
Exchange Server 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
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
MCTS
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Portal
Português Brasil
PowerShell
Private Cloud
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
Small Basic
solucionando problemas
spam
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
UAG
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
>
Windows Forms
Tagged Content List
Wiki Page:
VB NET Convertire un file. Ico in file .Bmp (it-IT)
Fernando Lugão Veltem
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
1 May 2013
Wiki Page:
C# 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. using System.Drawing;...
on
1 May 2013
Wiki Page:
C# 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 C#. private void BtnFindSerialPort_Click(object sender, EventArgs e) { foreach (string ports in System.IO...
on
28 Apr 2013
Wiki Page:
C # 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 C#. private void BtnFindSerialPort_Click...
on
21 Apr 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 Identify the available serial port on the PC (en-US)
Carmelo La Monica
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
21 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:
Globalization and Localization
Yagmoth555
NOTE : This article is a stub . Please add content to fill it in. Table of Contents Resources Globalization is the concept of creating applications with not only multiple languages but also displaying data types differently. For example, the date and time may be displayed differrently in the...
on
25 Feb 2013
Wiki Page:
Visão Geral do Windows Forms
Andrielle Azevedo
Table of Contents Iniciando com Windows Forms Recursos da Comunidade Blogs Artigos Wiki Outros Recursos Download de Softwares Outras Linguagens Deutsch (de-DE) English (en-US) Nota de migração: este artigo foi migrado para o Portal Wiki em Português. O conteúdo será atualizado aqui . Windows...
on
13 Jan 2013
Wiki Page:
Windows Forms Overview
Andrielle Azevedo
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
13 Jan 2013
Wiki Page:
ASP.NET Windows Forms Application : Multiple key combination event (C#)
Joon84
I was looking for a simple but effective way to capture events for multiple key strokes in C# say Alt + A, Ctrl + Q etc etc. After googling around and trying, I came across a nice solution and this is for win form application 1. Set the property " KeyPreview " of the Form to true...
on
30 Oct 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
Wiki Page:
How to: Create your first Form Application in C#
Jamil MilheM
NOTE : This article is a stub . Please add content to fill it in. This topic is a how to. Please keep it as clear and simple as possible. Avoid speculative discussions as well as a deep dive into underlying mechanisms or related technologies. This is intended to be the...
on
15 Jan 2012
Page 1 of 1 (13 items)
Can't find it? Write it!
Post an Article