Click here to Skip to main content
15,896,453 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: C# Error, I don't understand Pin
S. Senthil Kumar10-Oct-05 5:58
S. Senthil Kumar10-Oct-05 5:58 
GeneralRe: C# Error, I don't understand Pin
David Stone10-Oct-05 6:02
sitebuilderDavid Stone10-Oct-05 6:02 
QuestionData Mining using C# Pin
alvinjv10-Oct-05 3:06
alvinjv10-Oct-05 3:06 
AnswerRe: Data Mining using C# Pin
XRaheemX10-Oct-05 4:51
XRaheemX10-Oct-05 4:51 
GeneralRe: Data Mining using C# Pin
David Stone10-Oct-05 7:48
sitebuilderDavid Stone10-Oct-05 7:48 
GeneralRe: Data Mining using C# Pin
XRaheemX10-Oct-05 8:54
XRaheemX10-Oct-05 8:54 
GeneralRe: Data Mining using C# Pin
David Stone10-Oct-05 10:05
sitebuilderDavid Stone10-Oct-05 10:05 
GeneralRe: Data Mining using C# Pin
XRaheemX10-Oct-05 10:46
XRaheemX10-Oct-05 10:46 
GeneralRe: Data Mining using C# Pin
David Stone10-Oct-05 10:57
sitebuilderDavid Stone10-Oct-05 10:57 
GeneralRe: Data Mining using C# Pin
XRaheemX10-Oct-05 11:39
XRaheemX10-Oct-05 11:39 
QuestionRe: Data Mining using C# Pin
alvinjv10-Oct-05 23:06
alvinjv10-Oct-05 23:06 
AnswerRe: Data Mining using C# Pin
XRaheemX11-Oct-05 3:09
XRaheemX11-Oct-05 3:09 
QuestionDynamic Image Location in Crystal Report XI Pin
dhol10-Oct-05 2:48
dhol10-Oct-05 2:48 
QuestionDrawing line in c# Pin
newtocsharp10-Oct-05 1:20
newtocsharp10-Oct-05 1:20 

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.