|
|
|

|

|
Dicas
|

|
Visual Basic.Net (ActiveX/Controles/DLL)
|
|
 |
Título da Dica: Verificar se existe disquete na unidade a: (floppy)
|
 |
|
|
Postada em 21/1/2005 por DM MASTER
No evendo click de um botão Private Sub btnGeraBackup_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnGeraBackup.Click Try If Directory.Exists("A:") Then MessageBox.Show("Existe um diretório no drive a:") Else MessageBox.Show("Insira um disquete no drive a:") End If Catch ex As Exception
End Try End Sub
É isso ai... até a proxima
|
|
|
|

|