Visual Basic 6 (Portable) - How To Create A Startup ProgramsPlease ,Rate , If You Have Questions , Comment ! Here Are The Codes ! -------------------------------------------------------------------------------- Text1 : Private Sub Text1_Change() If Text1.Text = "exemple" Then Command1.Visible = True Command2.Visible = True Command3.Visible = True Command4.Visible = True Command5.Visible = True End If End Sub Command1 Private Sub Command1_Click() Shell "C:\WINDOWS\system32\notepad.exe" End Sub Command2 Private Sub Command2_Click() Shell "C:\WINDOWS\system32\calc.exe" End Sub Command3 Private Sub Command3_Click() Shell "C:\Arquivos de programas\Windows NT\Pinball\PINBALL.EXE" End Sub Command4 Private Sub Command4_Click() Shell "C:\WINDOWS\system32\winmine.exe" End Sub Command5 Private Sub Command5_Click() Shell "C:\WINDOWS\system32\freecell.exe" End Sub Thanks ! code pour embarquer la vidéo : >>> http://www.youtube.com/embed/1a6SPC9YtrY <<< |