Click here to Skip to main content
15,905,420 members
Home / Discussions / C#
   

C#

 
QuestionHow To Create multiple workspaces? each of workspace will contain multiple forms? [modified] Pin
shaktisinh8-Aug-09 1:18
shaktisinh8-Aug-09 1:18 
AnswerRe: How To Create multiple workspaces? each of workspace will contain multiple forms? Pin
Luc Pattyn8-Aug-09 1:34
sitebuilderLuc Pattyn8-Aug-09 1:34 
AnswerRe: How To Create multiple workspaces? each of workspace will contain multiple forms? Pin
Muhammad Mazhar8-Aug-09 3:37
Muhammad Mazhar8-Aug-09 3:37 
AnswerRe: How To Create multiple workspaces? each of workspace will contain multiple forms? Pin
Mycroft Holmes8-Aug-09 14:10
professionalMycroft Holmes8-Aug-09 14:10 
QuestionMessage Box changing focus & moved to the back of the parent window [modified] Pin
honeyashu7-Aug-09 22:58
honeyashu7-Aug-09 22:58 
AnswerRe: Message Box changing focus & moved to the back of the parent window Pin
Luc Pattyn8-Aug-09 0:17
sitebuilderLuc Pattyn8-Aug-09 0:17 
GeneralRe: Message Box changing focus & moved to the back of the parent window Pin
honeyashu8-Aug-09 0:45
honeyashu8-Aug-09 0:45 
GeneralRe: Message Box changing focus & moved to the back of the parent window Pin
Luc Pattyn8-Aug-09 1:32
sitebuilderLuc Pattyn8-Aug-09 1:32 
Hi,

that code is mysterious to me. I do have two suggestions:

1.
add a font.Dispose() to clean up the font you created. Gives better memory handling.

2.
if you don't do it already, modify MessageBox.Show(someString,...) to MessageBox.Show(this, someString,...) that might solve the problem.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: Message Box changing focus & moved to the back of the parent window Pin
honeyashu10-Aug-09 3:29
honeyashu10-Aug-09 3:29 
QuestionFlash on WebBrowser?? Pin
Muammar©7-Aug-09 22:32
Muammar©7-Aug-09 22:32 
AnswerSolved! Pin
Muammar©7-Aug-09 23:08
Muammar©7-Aug-09 23:08 
QuestionHow do you sort a listBox by number value rather than alphabetically Pin
Nathan Revka7-Aug-09 22:17
Nathan Revka7-Aug-09 22:17 
AnswerRe: How do you sort a listBox by number value rather than alphabetically Pin
Henry Minute8-Aug-09 0:01
Henry Minute8-Aug-09 0:01 
AnswerRe: How do you sort a listBox by number value rather than alphabetically Pin
Moreno Airoldi8-Aug-09 0:03
Moreno Airoldi8-Aug-09 0:03 
AnswerRe: How do you sort a listBox by number value rather than alphabetically [modified] Pin
Luc Pattyn8-Aug-09 0:13
sitebuilderLuc Pattyn8-Aug-09 0:13 
QuestionHow do you sort a listBox by number value rather than alphabetically Pin
Nathan Revka7-Aug-09 22:17
Nathan Revka7-Aug-09 22:17 
QuestionSplit text and Store into Arry List Pin
M Riaz Bashir7-Aug-09 20:28
M Riaz Bashir7-Aug-09 20:28 
AnswerRe: Split text and Store into Arry List Pin
Abhijit Jana7-Aug-09 21:42
professionalAbhijit Jana7-Aug-09 21:42 
GeneralRe: Split text and Store into Arry List Pin
OriginalGriff7-Aug-09 22:04
mveOriginalGriff7-Aug-09 22:04 
GeneralRe: Split text and Store into Arry List Pin
Abhijit Jana7-Aug-09 22:17
professionalAbhijit Jana7-Aug-09 22:17 
AnswerRe: Split text and Store into Arry List Pin
Arindam Sinha7-Aug-09 21:58
Arindam Sinha7-Aug-09 21:58 
AnswerRe: Split text and Store into Arry List Pin
Mycroft Holmes7-Aug-09 22:07
professionalMycroft Holmes7-Aug-09 22:07 
QuestionCrystal Report Error... Pin
Rahul DSG7-Aug-09 20:19
Rahul DSG7-Aug-09 20:19 
QuestionC# Save Application Layout on application exit and reload it on application start. [modified] Pin
shaktisinh7-Aug-09 18:01
shaktisinh7-Aug-09 18:01 
AnswerRe: C# Save Application Layout on application exit and reload it on application start. Pin
N a v a n e e t h7-Aug-09 18:15
N a v a n e e t h7-Aug-09 18: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.