Click here to Skip to main content
15,895,740 members
Home / Discussions / C#
   

C#

 
AnswerRe: System.NullReferenceException Pin
OriginalGriff14-Oct-19 10:16
mveOriginalGriff14-Oct-19 10:16 
QuestionHelp with getting Monitors (Screen) information Pin
mniceguy8114-Oct-19 6:35
mniceguy8114-Oct-19 6:35 
AnswerRe: Help with getting Monitors (Screen) information Pin
Dave Kreskowiak14-Oct-19 9:35
mveDave Kreskowiak14-Oct-19 9:35 
GeneralRe: Help with getting Monitors (Screen) information Pin
mniceguy8114-Oct-19 10:42
mniceguy8114-Oct-19 10:42 
GeneralRe: Help with getting Monitors (Screen) information Pin
Dave Kreskowiak14-Oct-19 11:54
mveDave Kreskowiak14-Oct-19 11:54 
GeneralRe: Help with getting Monitors (Screen) information Pin
mniceguy8114-Oct-19 11:56
mniceguy8114-Oct-19 11:56 
QuestionResize controls at runtime (borderless form) Pin
Member 1407482710-Oct-19 15:42
Member 1407482710-Oct-19 15:42 
AnswerRe: Resize controls at runtime (borderless form) Pin
OriginalGriff10-Oct-19 20:23
mveOriginalGriff10-Oct-19 20:23 
Start by using the debugger: put a breakpoint on the first line in the function, and run your code through the debugger. Then look at your code, and at your data and work out what should happen manually. Then single step each line checking that what you expected to happen is exactly what did. When it isn't, that's when you have a problem, and you can back-track (or run it again and look more closely) to find out why. You need to find out which argument is out of range, and what the valid range is - until you have that, you can't start looking at why it's out of range!

Sorry, but we can't do that for you - time for you to learn a new (and very, very useful) skill: debugging!
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
AntiTwitter: @DalekDave is now a follower!

GeneralRe: Resize controls at runtime (borderless form) Pin
Member 1407482711-Oct-19 1:24
Member 1407482711-Oct-19 1:24 
AnswerRe: Resize controls at runtime (borderless form) Pin
Eddy Vluggen11-Oct-19 1:29
professionalEddy Vluggen11-Oct-19 1:29 
GeneralRe: Resize controls at runtime (borderless form) Pin
Member 1407482711-Oct-19 2:25
Member 1407482711-Oct-19 2:25 
GeneralRe: Resize controls at runtime (borderless form) Pin
Eddy Vluggen11-Oct-19 2:29
professionalEddy Vluggen11-Oct-19 2:29 
GeneralRe: Resize controls at runtime (borderless form) Pin
Rob Philpott11-Oct-19 3:03
Rob Philpott11-Oct-19 3:03 
GeneralRe: Resize controls at runtime (borderless form) Pin
Eddy Vluggen11-Oct-19 3:07
professionalEddy Vluggen11-Oct-19 3:07 
AnswerRe: Resize controls at runtime (borderless form) Pin
BillWoodruff21-Oct-19 3:49
professionalBillWoodruff21-Oct-19 3:49 
Question2D Arrays Pin
LilJokez_Gaming10-Oct-19 11:27
LilJokez_Gaming10-Oct-19 11:27 
AnswerRe: 2D Arrays Pin
Luc Pattyn10-Oct-19 13:11
sitebuilderLuc Pattyn10-Oct-19 13:11 
QuestionHelp with WMI Connect Remotely Pin
mniceguy819-Oct-19 4:30
mniceguy819-Oct-19 4:30 
AnswerRe: Help with WMI Connect Remotely Pin
Dave Kreskowiak9-Oct-19 6:47
mveDave Kreskowiak9-Oct-19 6:47 
GeneralRe: Help with WMI Connect Remotely Pin
mniceguy819-Oct-19 22:28
mniceguy819-Oct-19 22:28 
AnswerRe: Help with WMI Connect Remotely Pin
Richard MacCutchan9-Oct-19 8:51
mveRichard MacCutchan9-Oct-19 8:51 
GeneralRe: Help with WMI Connect Remotely Pin
Dave Kreskowiak9-Oct-19 9:09
mveDave Kreskowiak9-Oct-19 9:09 
GeneralRe: Help with WMI Connect Remotely Pin
mniceguy819-Oct-19 9:26
mniceguy819-Oct-19 9:26 
AnswerRe: Help with WMI Connect Remotely Pin
OriginalGriff9-Oct-19 9:37
mveOriginalGriff9-Oct-19 9:37 
GeneralRe: Help with WMI Connect Remotely Pin
mniceguy819-Oct-19 9:40
mniceguy819-Oct-19 9:40 

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.