Forms.captionbutton

  • Thread starter Thread starter mark
  • Start date Start date
M

mark

Public Shared Const Close As System.Windows.Forms.CaptionButton = 0

the caption button.close it closing the application form but leaving a
process running,
how do i stop this from happening ? - i remember solving this a while back
but have since forgotten
(and it wasnt in code)

cheers

mark
 
mark said:
Public Shared Const Close As System.Windows.Forms.CaptionButton = 0

the caption button.close it closing the application form but leaving a
process running,
how do i stop this from happening ? - i remember solving this a while back
but have since forgotten


I don't see how the problem of leaving a process running is related to
'CaptionButton'. Can you post the code you are using to close the form?
 
I don't see how the problem of leaving a process running is related to
'CaptionButton'. Can you post the code you are using to close the form?
there is no code, you hit the X to close the app and it leaves its process
running, can get round it with code,
but i remember being able to set an option somewhere.

mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top