Click here to Skip to main content
15,921,643 members
Home / Discussions / C#
   

C#

 
QuestionPermission problem Pin
vijaylumar8-Aug-09 3:29
vijaylumar8-Aug-09 3:29 
AnswerRe: Permission problem Pin
Vimalsoft(Pty) Ltd8-Aug-09 8:34
professionalVimalsoft(Pty) Ltd8-Aug-09 8:34 
QuestionApplying security for dotnet application Pin
vijaylumar8-Aug-09 3:17
vijaylumar8-Aug-09 3:17 
AnswerRe: Applying security for dotnet application Pin
OriginalGriff8-Aug-09 3:27
mveOriginalGriff8-Aug-09 3:27 
AnswerRe: Applying security for dotnet application Pin
harold aptroot8-Aug-09 3:31
harold aptroot8-Aug-09 3:31 
GeneralRe: Applying security for dotnet application Pin
_awatts8-Aug-09 5:26
_awatts8-Aug-09 5:26 
GeneralRe: Applying security for dotnet application Pin
CoderForEver8-Aug-09 8:56
CoderForEver8-Aug-09 8:56 
GeneralRe: Applying security for dotnet application Pin
harold aptroot8-Aug-09 8:59
harold aptroot8-Aug-09 8:59 
AnswerRe: Applying security for dotnet application Pin
Muhammad Mazhar8-Aug-09 3:41
Muhammad Mazhar8-Aug-09 3:41 
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 

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.