Thanks for your help and the explination.
L
Luke_Nava
@Luke_Nava
Posts
-
Completly close program -
Completly close programIs there a command that will close a program and all its forms. Right now i have a program that wont close when all the forms are gone. I am using this code to switch from form to form: Dim f As New Form2 f.StartPosition = FormStartPosition.Manual f.Location = Me.Location f.Show() Me.Hide() Thanks.
-
Saving OutsidefilesI dount there is a way to do this, but does anybody know if i could make a program in VB.Net that will save Word Documents your working on every so often? (I hope you can understand my question)