Imports System.IO Public Class Form1 Private Sub btnCopiar_Click( ByVal sender As System. Object , ByVal e As ...
VB .NET Como Chamar Programas .exe
Public Class Form1 Private Sub rdbEscolhe_CheckedChanged( ByVal sender As System. Object , ByVal e As System. EventArg...
VB .NET Capturar Tela
Adicione no seu form: 1 Picturebox e 1 Button. Public Class Form1 Inherits System.Windows.Forms. Form Private D...
VB .NET Desligar o Pc
Public Class Form1 Private Sub Timer2_Tick( ByVal sender As System. Object , ByVal e As System. EventArgs ) Handles T...
Tipos de Conexão com Access 2007
With database password This is the connection string to use when you have an Access 2007 database protected with a password using the...
Sistema de Cadastro com Foto feito em VB .NET
Pegue o projeto neste link: http://www.mediafire.com/download.php?4jj3gritb33vzyv Espero ter ajudado... Até mais, Abra...
VB .NET - Contator Regressivo
Public Class Form1 Private hora As Integer = 0 Private minuto As Integer = 0 Private segundo As Integer ...
VB .NET - Cronômetro
No evento timer Private Sub Timer2_Tick( ByVal sender As System. Object , ByVal e As System. EventArgs ) Handles Timer2.Tick ...
T2Ti Database - Dominando MySQL
• O que é o MySQL • Licenças • História • Características - Portabilidade • Características - Comandos e Funções • Características - Segura...