Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
GeneralRe: Image Resources - What is difference between Local Resource and Project Resource File Pin
mustang8619-Aug-09 19:38
mustang8619-Aug-09 19:38 
GeneralRe: Image Resources - What is difference between Local Resource and Project Resource File Pin
btaz12518-Apr-11 16:20
btaz12518-Apr-11 16:20 
QuestionGraphicsPath.AddString Pin
xstoneheartx19-Aug-09 11:42
xstoneheartx19-Aug-09 11:42 
Questionc# text to wav volume Pin
mikeyman419-Aug-09 11:32
mikeyman419-Aug-09 11:32 
AnswerRe: c# text to wav volume Pin
Christian Graus19-Aug-09 15:38
protectorChristian Graus19-Aug-09 15:38 
QuestionConvert GlyphIndex to Unicode Pin
xstoneheartx19-Aug-09 11:30
xstoneheartx19-Aug-09 11:30 
QuestionModeless active window/class - Cannot access a disposed object. Pin
Natural_Demon19-Aug-09 9:05
Natural_Demon19-Aug-09 9:05 
AnswerRe: Modeless active window/class - Cannot access a disposed object. Pin
Christian Graus19-Aug-09 11:04
protectorChristian Graus19-Aug-09 11:04 
You need to hook up to the closing event in form2, so that form1 knows when form2 is closed, and resets it to null. Then use a null check to create a new form. OR change the code in form2 so that it never gets closed, it just hides itself.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralRe: Modeless active window/class - Cannot access a disposed object. Pin
Natural_Demon19-Aug-09 12:36
Natural_Demon19-Aug-09 12:36 
GeneralRe: Modeless active window/class - Cannot access a disposed object. Pin
Natural_Demon19-Aug-09 13:00
Natural_Demon19-Aug-09 13:00 
GeneralRe: Modeless active window/class - Cannot access a disposed object. Pin
Christian Graus19-Aug-09 16:00
protectorChristian Graus19-Aug-09 16:00 
GeneralRe: Modeless active window/class - Cannot access a disposed object. Pin
Natural_Demon20-Aug-09 2:48
Natural_Demon20-Aug-09 2:48 
QuestionDynamic Menu Creation Problem Pin
jroberson1019-Aug-09 8:59
jroberson1019-Aug-09 8:59 
AnswerRe: Dynamic Menu Creation Problem Pin
Hristo-Bojilov19-Aug-09 9:37
Hristo-Bojilov19-Aug-09 9:37 
GeneralRe: Dynamic Menu Creation Problem Pin
jroberson1019-Aug-09 9:41
jroberson1019-Aug-09 9:41 
GeneralRe: Dynamic Menu Creation Problem Pin
Hristo-Bojilov19-Aug-09 9:46
Hristo-Bojilov19-Aug-09 9:46 
GeneralRe: Dynamic Menu Creation Problem Pin
jroberson1019-Aug-09 9:50
jroberson1019-Aug-09 9:50 
GeneralRe: Dynamic Menu Creation Problem Pin
Hristo-Bojilov19-Aug-09 9:56
Hristo-Bojilov19-Aug-09 9:56 
GeneralRe: Dynamic Menu Creation Problem Pin
jroberson1019-Aug-09 10:07
jroberson1019-Aug-09 10:07 
GeneralRe: Dynamic Menu Creation Problem Pin
jroberson1020-Aug-09 11:36
jroberson1020-Aug-09 11:36 
GeneralRe: Dynamic Menu Creation Problem Pin
0x3c019-Aug-09 9:47
0x3c019-Aug-09 9:47 
GeneralRe: Dynamic Menu Creation Problem Pin
jroberson1019-Aug-09 9:51
jroberson1019-Aug-09 9:51 
GeneralRe: Dynamic Menu Creation Problem Pin
0x3c019-Aug-09 9:58
0x3c019-Aug-09 9:58 
QuestionInsert function into event at runtime Pin
bonzaiholding19-Aug-09 8:45
bonzaiholding19-Aug-09 8:45 
AnswerRe: Insert function into event at runtime Pin
0x3c019-Aug-09 9:57
0x3c019-Aug-09 9:57 

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.