G
Guest
Hi,
I am working on a VB.Net project created by other people. The project is a
window application.
I have the following questions:
(1) What do the following codes mean:
Me.Close()
Me.Dispose()
(2) How do I prevent a window form from being closed?
In VB 6, I will do cancel = false in the form_unload.
(3) How do I determine the application verion at runtime.
In VB 6, I can do app.Major & "." & App.Minor & "." & App.Revision
TIA
I am working on a VB.Net project created by other people. The project is a
window application.
I have the following questions:
(1) What do the following codes mean:
Me.Close()
Me.Dispose()
(2) How do I prevent a window form from being closed?
In VB 6, I will do cancel = false in the form_unload.
(3) How do I determine the application verion at runtime.
In VB 6, I can do app.Major & "." & App.Minor & "." & App.Revision
TIA