P
Pete Smith
Which is the appropriate one to use in the above choice?
VB.Net. .Net Framework 1.1
Thank you,
Pete
VB.Net. .Net Framework 1.1
Thank you,
Pete
Pete said:Which is the appropriate one to use in the above choice?
VB.Net. .Net Framework 1.1
Thank you,
Pete
Pete Smith said:My understating is by calling the above statements will close the
application properly. Like releasing all the resources.... etc.
That is the reason why I am calling the above statements.
Pete Smith said:My understating is by calling the above statements will close the
application properly. Like releasing all the resources.... etc.
That is the reason why I am calling the above statements.
Pete
Dennis said:What do you do if you start you application from a sub main and open a
form
within sub main?
Pete Smith said:Application is basically gets the data from the database and prints in a
particualr format. When the user clicks the "Exit" button or "X" on the
right top of the windows form, the application will close.