User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Visual Basic 4 / 5 / 6 section within the Software Development category of DaniWeb, a massive community of 426,498 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,167 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums
Views: 743 | Replies: 5 | Solved
Reply
Join Date: Apr 2008
Posts: 84
Reputation: swapna7999 is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 0
swapna7999's Avatar
swapna7999 swapna7999 is offline Offline
Junior Poster in Training

how to exit from a project

  #1  
May 13th, 2008
hi
i have 3 form
and an exit button in 3rd form
i want to close the whole project when i click exit
i think unload me can only stops that particular form
i want to close the whole project

thank u very much
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Nov 2006
Posts: 712
Reputation: QVeen72 is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 97
QVeen72's Avatar
QVeen72 QVeen72 is offline Offline
Master Poster

Re: how to exit from a project

  #2  
May 13th, 2008
Hi,

In Exit button, along with unload give "End"

  1. Private Sub cmdExit_Click()
  2. Unload Me
  3. End
  4. End Sub

REgards
Veena
Reply With Quote  
Join Date: Apr 2008
Posts: 84
Reputation: swapna7999 is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 0
swapna7999's Avatar
swapna7999 swapna7999 is offline Offline
Junior Poster in Training

Re: how to exit from a project

  #3  
May 13th, 2008
thank u
Reply With Quote  
Join Date: May 2008
Posts: 2
Reputation: عبدالباري is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
عبدالباري عبدالباري is offline Offline
Newbie Poster

Re: how to exit from a project

  #4  
May 14th, 2008
Originally Posted by swapna7999 View Post
hi
i have 3 form
and an exit button in 3rd form
i want to close the whole project when i click exit
i think unload me can only stops that particular form
i want to close the whole project

thank u very much
Private Sub Cmd_exit_Click()
If MsgBox("Do you want to exit?", vbYesNo + vbCritical, "exit") = vbYes Then End

End Sub
Reply With Quote  
Join Date: Apr 2008
Posts: 84
Reputation: swapna7999 is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 0
swapna7999's Avatar
swapna7999 swapna7999 is offline Offline
Junior Poster in Training

Re: how to exit from a project

  #5  
May 16th, 2008
thank u Mr. عبدالباري
Reply With Quote  
Join Date: Jul 2008
Posts: 1
Reputation: hemen is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
hemen hemen is offline Offline
Newbie Poster

Re: how to exit from a project

  #6  
Jul 3rd, 2008
Originally Posted by swapna7999 View Post
thank u So much

Actually it is really very help full for me .....
I have done all things ..... Becoz this is my first project of VB
I am Java Programmer .... Becoz of the some os information i have choose VB
.... In sense of it is very easy.... I have done every thing easily..... But at last for quiting from project.... I got the problem..... From last hour i was finding........................................................................
but finally i get it....................
Thank u so much
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb Visual Basic 4 / 5 / 6 Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the Visual Basic 4 / 5 / 6 Forum

All times are GMT -4. The time now is 5:17 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC