Click here to Skip to main content
15,912,457 members
Home / Discussions / C#
   

C#

 
AnswerRe: Hyperbar Pin
Christian Graus10-Feb-07 10:46
protectorChristian Graus10-Feb-07 10:46 
GeneralRe: Hyperbar Pin
Dirk Reske10-Feb-07 12:09
Dirk Reske10-Feb-07 12:09 
GeneralRe: Hyperbar Pin
Christian Graus10-Feb-07 12:22
protectorChristian Graus10-Feb-07 12:22 
Question finding connected users in current ftp sessions programatically in iis Pin
::smithy::10-Feb-07 8:24
::smithy::10-Feb-07 8:24 
AnswerRe: finding connected users in current ftp sessions programatically in iis Pin
Dave Kreskowiak10-Feb-07 8:42
mveDave Kreskowiak10-Feb-07 8:42 
GeneralRe: finding connected users in current ftp sessions programatically in iis Pin
::smithy::10-Feb-07 11:35
::smithy::10-Feb-07 11:35 
QuestionDebug code won't die gracefully. Pin
Edwin Smith10-Feb-07 8:05
Edwin Smith10-Feb-07 8:05 
AnswerRe: Debug code won't die gracefully. Pin
ShermansLagoon12-Feb-07 3:04
ShermansLagoon12-Feb-07 3:04 
It sounds to me that you have a threading-problem, with a thread running when you close the form. This will result in the form disappearing, but another thread keeping the process alive.

Try the Closing event for the Form, and make sure you shut down all threads (might be some database-shutdown command or similar to shutdown/disconnect teh database correctly).

Internet - the worlds biggest dictionary

QuestionClass Library Pin
max2929710-Feb-07 6:52
max2929710-Feb-07 6:52 
AnswerRe: Class Library Pin
Dave Kreskowiak10-Feb-07 6:57
mveDave Kreskowiak10-Feb-07 6:57 
GeneralRe: Class Library Pin
max2929710-Feb-07 8:48
max2929710-Feb-07 8:48 
GeneralRe: Class Library Pin
Dave Kreskowiak10-Feb-07 10:38
mveDave Kreskowiak10-Feb-07 10:38 
AnswerRe: Class Library Pin
Luc Pattyn10-Feb-07 11:08
sitebuilderLuc Pattyn10-Feb-07 11:08 
GeneralRe: Class Library Pin
Dave Kreskowiak10-Feb-07 12:54
mveDave Kreskowiak10-Feb-07 12:54 
GeneralRe: Class Library Pin
Luc Pattyn10-Feb-07 13:00
sitebuilderLuc Pattyn10-Feb-07 13:00 
GeneralRe: Class Library Pin
Dave Kreskowiak10-Feb-07 15:04
mveDave Kreskowiak10-Feb-07 15:04 
GeneralRe: Class Library Pin
Luc Pattyn11-Feb-07 0:51
sitebuilderLuc Pattyn11-Feb-07 0:51 
GeneralRe: Class Library Pin
Dave Kreskowiak11-Feb-07 6:04
mveDave Kreskowiak11-Feb-07 6:04 
GeneralRe: Class Library Pin
Luc Pattyn11-Feb-07 6:30
sitebuilderLuc Pattyn11-Feb-07 6:30 
AnswerRe: Class Library [modified] Pin
Colin Angus Mackay10-Feb-07 12:12
Colin Angus Mackay10-Feb-07 12:12 
GeneralRe: Class Library Pin
Luc Pattyn10-Feb-07 12:17
sitebuilderLuc Pattyn10-Feb-07 12:17 
GeneralRe: Class Library Pin
Colin Angus Mackay10-Feb-07 12:29
Colin Angus Mackay10-Feb-07 12:29 
QuestionDesigning Custom Membership Object Questions... Pin
spar108r10-Feb-07 6:51
spar108r10-Feb-07 6:51 
QuestionGripStyle Pin
max2929710-Feb-07 6:19
max2929710-Feb-07 6:19 
QuestionYour Opinion Is Needed .... [modified] Pin
Khoramdin10-Feb-07 6:15
Khoramdin10-Feb-07 6:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.