im trying to do something like

VB Code:
  1. Private Sub Command1_Click()
  2. '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
  3. End Sub

any ideas how it can be done guys?