Click here to Skip to main content
15,886,026 members
Home / Discussions / C#
   

C#

 
GeneralRe: Closing and recreating a form Pin
Dave Kreskowiak15-Jun-09 0:39
mveDave Kreskowiak15-Jun-09 0:39 
GeneralRe: Closing and recreating a form Pin
SimpleData15-Jun-09 1:09
SimpleData15-Jun-09 1:09 
GeneralRe: Closing and recreating a form Pin
Henry Minute14-Jun-09 9:57
Henry Minute14-Jun-09 9:57 
GeneralRe: Closing and recreating a form Pin
Luc Pattyn14-Jun-09 10:08
sitebuilderLuc Pattyn14-Jun-09 10:08 
GeneralRe: Closing and recreating a form Pin
Henry Minute14-Jun-09 10:17
Henry Minute14-Jun-09 10:17 
GeneralRe: Closing and recreating a form Pin
Luc Pattyn14-Jun-09 10:23
sitebuilderLuc Pattyn14-Jun-09 10:23 
GeneralRe: Closing and recreating a form Pin
SimpleData15-Jun-09 1:09
SimpleData15-Jun-09 1:09 
AnswerRe: Closing and recreating a form Pin
Lutosław15-Jun-09 23:21
Lutosław15-Jun-09 23:21 
It doesn't close because the ShowDialog method blocks the current thread. It means that the rest of the RestartAll method body is executed after a fresh copy of your mainwindow is closed. Switch to Show() instead. I think that you can also move this.Close above _mainwindow.Show().

Greetings - Jacek Gajek

GeneralRe: Closing and recreating a form Pin
SimpleData15-Jun-09 23:40
SimpleData15-Jun-09 23:40 
QuestionHandwritten character recognition in c# Pin
indikakulasekara13-Jun-09 22:20
indikakulasekara13-Jun-09 22:20 
AnswerRe: Handwritten character recognition in c# Pin
Henry Minute13-Jun-09 23:57
Henry Minute13-Jun-09 23:57 
QuestionHow to cancel the adobe reader opening when You click a link on IE? Pin
svt gdwl13-Jun-09 19:47
svt gdwl13-Jun-09 19:47 
AnswerRe: How to cancel the adobe reader opening when You click a link on IE? Pin
Guffa13-Jun-09 21:04
Guffa13-Jun-09 21:04 
Questionform can not disappear after code visible=false Pin
KIDYA13-Jun-09 19:16
KIDYA13-Jun-09 19:16 
AnswerRe: form can not disappear after code visible=false Pin
OriginalGriff13-Jun-09 21:14
mveOriginalGriff13-Jun-09 21:14 
AnswerRe: form can not disappear after code visible=false Pin
Dave Kreskowiak13-Jun-09 21:49
mveDave Kreskowiak13-Jun-09 21:49 
Questioncrystal report data not showing Pin
neodeaths13-Jun-09 18:35
neodeaths13-Jun-09 18:35 
AnswerRe: crystal report data not showing Pin
KIDYA13-Jun-09 19:20
KIDYA13-Jun-09 19:20 
GeneralRe: crystal report data not showing Pin
neodeaths13-Jun-09 20:27
neodeaths13-Jun-09 20:27 
Questiontablet pc application Pin
radhikasharma13-Jun-09 10:40
radhikasharma13-Jun-09 10:40 
Questionshow tooltip even if treeview doesn't have focus? Pin
FocusedWolf13-Jun-09 9:41
FocusedWolf13-Jun-09 9:41 
AnswerRe: show tooltip even if treeview doesn't have focus? Pin
Mycroft Holmes13-Jun-09 16:23
professionalMycroft Holmes13-Jun-09 16:23 
GeneralRe: show tooltip even if treeview doesn't have focus? Pin
FocusedWolf13-Jun-09 18:58
FocusedWolf13-Jun-09 18:58 
GeneralRe: show tooltip even if treeview doesn't have focus? Pin
Mycroft Holmes13-Jun-09 21:07
professionalMycroft Holmes13-Jun-09 21:07 
GeneralRe: show tooltip even if treeview doesn't have focus? Pin
FocusedWolf13-Jun-09 22:01
FocusedWolf13-Jun-09 22:01 

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.