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

C#

 
GeneralRe: Dynamic DropDownList C# ASP.NET Pin
XRaheemX10-Oct-05 10:10
XRaheemX10-Oct-05 10:10 
QuestionAdding keyboard shortcuts to a messagebox? Pin
Dan Neely10-Oct-05 7:57
Dan Neely10-Oct-05 7:57 
AnswerRe: Adding keyboard shortcuts to a messagebox? Pin
Christian Graus10-Oct-05 8:40
protectorChristian Graus10-Oct-05 8:40 
GeneralRe: Adding keyboard shortcuts to a messagebox? Pin
Dan Neely10-Oct-05 8:47
Dan Neely10-Oct-05 8:47 
GeneralRe: Adding keyboard shortcuts to a messagebox? Pin
Christian Graus10-Oct-05 8:48
protectorChristian Graus10-Oct-05 8:48 
GeneralRe: Adding keyboard shortcuts to a messagebox? Pin
Robert Rohde10-Oct-05 9:21
Robert Rohde10-Oct-05 9:21 
GeneralRe: Adding keyboard shortcuts to a messagebox? Pin
Christian Graus10-Oct-05 9:22
protectorChristian Graus10-Oct-05 9:22 
GeneralRe: Adding keyboard shortcuts to a messagebox? Pin
Dan Neely10-Oct-05 9:48
Dan Neely10-Oct-05 9:48 
GeneralRe: Adding keyboard shortcuts to a messagebox? Pin
Christian Graus10-Oct-05 9:49
protectorChristian Graus10-Oct-05 9:49 
GeneralRe: Adding keyboard shortcuts to a messagebox? Pin
Dan Neely10-Oct-05 10:03
Dan Neely10-Oct-05 10:03 
GeneralRe: Adding keyboard shortcuts to a messagebox? Pin
Christian Graus10-Oct-05 10:06
protectorChristian Graus10-Oct-05 10:06 
GeneralRe: Adding keyboard shortcuts to a messagebox? Pin
Dan Neely10-Oct-05 10:11
Dan Neely10-Oct-05 10:11 
GeneralRe: Adding keyboard shortcuts to a messagebox? Pin
Christian Graus10-Oct-05 10:13
protectorChristian Graus10-Oct-05 10:13 
GeneralRe: Adding keyboard shortcuts to a messagebox? Pin
Dan Neely10-Oct-05 10:20
Dan Neely10-Oct-05 10:20 
GeneralRe: Adding keyboard shortcuts to a messagebox? Pin
leppie10-Oct-05 11:40
leppie10-Oct-05 11:40 
GeneralRe: Adding keyboard shortcuts to a messagebox? Pin
Robert Rohde10-Oct-05 10:27
Robert Rohde10-Oct-05 10:27 
Questioncouple of questions Pin
Ann6610-Oct-05 7:48
sussAnn6610-Oct-05 7:48 
AnswerRe: couple of questions Pin
Christian Graus10-Oct-05 8:40
protectorChristian Graus10-Oct-05 8:40 
QuestionGet Cell Value from datagrid Pin
mpw_10-Oct-05 5:51
mpw_10-Oct-05 5:51 
AnswerRe: Get Cell Value from datagrid Pin
mpw_10-Oct-05 6:12
mpw_10-Oct-05 6:12 
QuestionC# Error, I don't understand Pin
Lilli Alexis10-Oct-05 5:29
Lilli Alexis10-Oct-05 5:29 
AnswerRe: C# Error, I don't understand Pin
David Stone10-Oct-05 5:39
sitebuilderDavid Stone10-Oct-05 5:39 
Well, this could happen if you have something like this:

private Extension {...}

public ExtensionForm
{
   public AddExtension(Extension myExt) {...}
}


See, if AddExtension is public, then it can be called by anybody. But since it expects an Extension parameter, which is private, nobody can actually call it then except for you. Does that help? Smile | :)


Picture a huge catholic cathedral. In it there's many people, including a gregorian monk choir. You know, those who sing beautifully. Then they start singing, in latin, as they always do: "Ad hominem..."
-Jörgen Sigvardsson

GeneralRe: C# Error, I don't understand Pin
Lilli Alexis10-Oct-05 5:42
Lilli Alexis10-Oct-05 5:42 
GeneralRe: C# Error, I don't understand Pin
David Stone10-Oct-05 5:45
sitebuilderDavid Stone10-Oct-05 5:45 
GeneralRe: C# Error, I don't understand Pin
Lilli Alexis10-Oct-05 5:52
Lilli Alexis10-Oct-05 5:52 

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.