im trying to do something like
VB Code:
Private Sub Command1_Click() 'msgbox here asking 'are you sure you want to remove the file with yes/no button, if yes is click, then Kill "C:\test.txt", otherwise Form7.close End Sub
any ideas how it can be done guys?
