Browse by Tags

Tagged Content List
  • Wiki Page: Windows Forms Overview

    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...
  • Wiki Page: Visão Geral do Windows Forms

    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...
  • Wiki Page: VB NET Convertire un file. Ico in file .Bmp (it-IT)

    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...
  • Wiki Page: C# Visualizzare Risultati Query in DatagridView (it-IT)

    L'esempio seguente è finalizzato a mostrare come eseguire il popolamento di una DatagridView, a partire dalla connessione verso un database SQL Server, e dalla successiva esecuzione di una query. Supponendo di lavorare su un ipotetico Form di nome Form1, di aver predisposto in esso una DatagridView...
  • Wiki Page: Globalization and Localization

    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 differently in the...
  • Wiki Page: VB.NET Identify the Available Serial Port on the PC

    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...
  • Wiki Page: How to Create Video Games in VB.Net (Windows Forms)

    How to Create Video Games in VB.Net (Windows Forms) I realize that this is a very popular subject, especially amongst budding developers. The drive to create games may be the reason you started working with Visual Basic in the first place. After stepping through a few samples and getting the hang...
  • Wiki Page: C# Convertire un file. Ico in file .Bmp (it-IT)

    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;...
  • Wiki Page: C# Identify the Available Serial Port on the PC

    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...
  • Wiki Page: C # Identificare la porta seriale disponibile sul PC (it-IT)

    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...
  • Wiki Page: VB.NET identificare la porta seriale disponibile sul PC (it-IT)

    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...
  • Wiki Page: VB.NET Identify a Removable Hard Drive

    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...
  • Wiki Page: ASP.NET Windows Forms Application : Multiple key combination event (C#)

    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...
  • Wiki Page: Windows Forms Überblick (de-DE)

    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...
  • Wiki Page: How to: Create your first Form Application in C#

    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...
Page 1 of 1 (15 items)
Can't find it? Write it!