Click here to Skip to main content
15,919,028 members
Home / Discussions / C#
   

C#

 
GeneralRe: Log File Permissions Pin
Steve Harp5-Apr-12 9:55
Steve Harp5-Apr-12 9:55 
GeneralRe: Log File Permissions Pin
jschell7-Apr-12 6:10
jschell7-Apr-12 6:10 
AnswerRe: Log File Permissions Pin
Big Daddy Farang5-Apr-12 10:26
Big Daddy Farang5-Apr-12 10:26 
AnswerRe: Log File Permissions Pin
RobCroll5-Apr-12 11:33
RobCroll5-Apr-12 11:33 
GeneralRe: Log File Permissions Pin
Steve Harp6-Apr-12 6:10
Steve Harp6-Apr-12 6:10 
QuestionUser control not updating when running project Pin
TheFoZ5-Apr-12 4:23
TheFoZ5-Apr-12 4:23 
AnswerRe: User control not updating when running project Pin
Eddy Vluggen5-Apr-12 6:31
professionalEddy Vluggen5-Apr-12 6:31 
SuggestionRe: User control not updating when running project Pin
RobCroll5-Apr-12 11:50
RobCroll5-Apr-12 11:50 
AnswerRe: User control not updating when running project Pin
TheFoZ9-Apr-12 21:34
TheFoZ9-Apr-12 21:34 
QuestionUser Shared File Access Pin
PapaGeek5-Apr-12 4:10
PapaGeek5-Apr-12 4:10 
AnswerRe: User Shared File Access Pin
Eddy Vluggen5-Apr-12 6:05
professionalEddy Vluggen5-Apr-12 6:05 
Questionvisiual programing Pin
Arikod Augustine5-Apr-12 3:36
Arikod Augustine5-Apr-12 3:36 
AnswerRe: visiual programing Pin
Dave Kreskowiak5-Apr-12 3:53
mveDave Kreskowiak5-Apr-12 3:53 
AnswerRe: visiual programing Pin
Richard Andrew x645-Apr-12 7:52
professionalRichard Andrew x645-Apr-12 7:52 
GeneralRe: visiual programing Pin
OriginalGriff5-Apr-12 19:54
mveOriginalGriff5-Apr-12 19:54 
QuestionRe: visiual programing Pin
ZurdoDev5-Apr-12 5:35
professionalZurdoDev5-Apr-12 5:35 
AnswerRe: visiual programing Pin
V.5-Apr-12 20:43
professionalV.5-Apr-12 20:43 
AnswerRe: visiual programing Pin
Alan Balkany10-Apr-12 4:40
Alan Balkany10-Apr-12 4:40 
Questionclose winforms childs and main Pin
Ronenb5-Apr-12 2:45
Ronenb5-Apr-12 2:45 
AnswerRe: close winforms childs and main Pin
Eddy Vluggen5-Apr-12 2:53
professionalEddy Vluggen5-Apr-12 2:53 
GeneralRe: close winforms childs and main Pin
Ronenb5-Apr-12 4:54
Ronenb5-Apr-12 4:54 
AnswerRe: close winforms childs and main Pin
Eddy Vluggen5-Apr-12 6:01
professionalEddy Vluggen5-Apr-12 6:01 
GeneralRe: close winforms childs and main Pin
Ronenb5-Apr-12 7:44
Ronenb5-Apr-12 7:44 
AnswerRe: close winforms childs and main Pin
Eddy Vluggen5-Apr-12 8:16
professionalEddy Vluggen5-Apr-12 8:16 
GeneralRe: close winforms childs and main Pin
Big Daddy Farang5-Apr-12 9:15
Big Daddy Farang5-Apr-12 9:15 
Do any of the child forms have FormClosing(..) handlers? If so check them to see if they might be doing anything that's interfering, such as setting e.Cancel to true.

You might also try stepping through the main form's closing handler with the debugger if you haven't done that already.
BDF

I often make very large prints from unexposed film, and every one of them turns out to be a picture of myself as I once dreamed I would be.
-- BillWoodruff

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.