Click here to Skip to main content
15,893,663 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionDetecting a messagebox displayed Pin
Kashif Iqbal Khan27-Jul-07 5:18
Kashif Iqbal Khan27-Jul-07 5:18 
AnswerRe: Detecting a messagebox displayed Pin
SomeGuyThatIsMe27-Jul-07 8:41
SomeGuyThatIsMe27-Jul-07 8:41 
GeneralRe: Detecting a messagebox displayed Pin
Kashif Iqbal Khan29-Jul-07 22:20
Kashif Iqbal Khan29-Jul-07 22:20 
AnswerRe: Detecting a messagebox displayed [modified] Pin
Luc Pattyn30-Jul-07 0:06
sitebuilderLuc Pattyn30-Jul-07 0:06 
QuestionFxCop Pin
ellllllllie27-Jul-07 3:53
ellllllllie27-Jul-07 3:53 
AnswerRe: FxCop Pin
Luc Pattyn27-Jul-07 4:28
sitebuilderLuc Pattyn27-Jul-07 4:28 
GeneralRe: FxCop Pin
Scott Dorman27-Jul-07 12:37
professionalScott Dorman27-Jul-07 12:37 
AnswerRe: FxCop Pin
Scott Dorman27-Jul-07 12:34
professionalScott Dorman27-Jul-07 12:34 
Basically, this is telling you that (as far as FxCop can determine) the EnableDisableUsingBinaryFile method is declared but is never called (used) in the application. That is what is meant by "upstream public or protected callers".

If you are actually using this method, it may be called from a private or internal method, which FxCop won't "see". There are two ways to "fix" the error:

1. Actually make use of the method in your application or remove it if it's not needed.
2. Add a code supression attribute to supress that particular warning for that specific method.

The important thing to realize with FxCop is that everything is, ultimately, a suggestion. You aren't forced to correct them, although if you're taking the time to run FxCop you probably want to correct them.

-----------------------------
In just two days, tomorrow will be yesterday.

http://geekswithblogs.net/sdorman

QuestionRead/Write to Excel Pin
Elizma26-Jul-07 23:50
Elizma26-Jul-07 23:50 
AnswerRe: Read/Write to Excel Pin
ellllllllie27-Jul-07 3:57
ellllllllie27-Jul-07 3:57 
AnswerRe: Read/Write to Excel Pin
Paul Conrad27-Jul-07 9:47
professionalPaul Conrad27-Jul-07 9:47 
Questionhow to call the click event or cellclick even of datagrid from a button Pin
indian14326-Jul-07 5:19
indian14326-Jul-07 5:19 
AnswerRe: how to call the click event or cellclick even of datagrid from a button Pin
Kschuler26-Jul-07 9:25
Kschuler26-Jul-07 9:25 
GeneralRe: how to call the click event or cellclick even of datagrid from a button Pin
indian14326-Jul-07 20:24
indian14326-Jul-07 20:24 
GeneralRe: how to call the click event or cellclick even of datagrid from a button Pin
indian14326-Jul-07 21:43
indian14326-Jul-07 21:43 
GeneralRe: how to call the click event or cellclick even of datagrid from a button Pin
Christian Graus26-Jul-07 23:18
protectorChristian Graus26-Jul-07 23:18 
GeneralRe: how to call the click event or cellclick even of datagrid from a button Pin
indian14327-Jul-07 0:16
indian14327-Jul-07 0:16 
GeneralRe: how to call the click event or cellclick even of datagrid from a button Pin
Christian Graus27-Jul-07 0:48
protectorChristian Graus27-Jul-07 0:48 
GeneralRe: how to call the click event or cellclick even of datagrid from a button Pin
indian14327-Jul-07 1:00
indian14327-Jul-07 1:00 
GeneralRe: how to call the click event or cellclick even of datagrid from a button Pin
Christian Graus27-Jul-07 12:36
protectorChristian Graus27-Jul-07 12:36 
GeneralRe: how to call the click event or cellclick even of datagrid from a button Pin
indian14328-Jul-07 4:34
indian14328-Jul-07 4:34 
QuestionRe: how to call the click event or cellclick even of datagrid from a button Pin
Christian Graus30-Jul-07 11:05
protectorChristian Graus30-Jul-07 11:05 
QuestionMy clients requirement is Pin
indian14326-Jul-07 2:34
indian14326-Jul-07 2:34 
AnswerRe: My clients requirement is Pin
Pete O'Hanlon26-Jul-07 4:31
mvePete O'Hanlon26-Jul-07 4:31 
GeneralRe: My clients requirement is Pin
indian14326-Jul-07 5:15
indian14326-Jul-07 5: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.