Q: VB help
I'm a VB beginner.  Where should I go for help on deleting files?  I 
want my VB app to allow a user to select a file, then delete it. 
Thanks,
Greg Maland; gmaland@sd.znet.com

A: for deleting a file see the command Kill; for selecting a file see the example CommonDialog (example with File Open/Save) in the vb4 section. Return