Click here to Skip to main content
15,891,567 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionOnly me can use my assembly ? Pin
Ariston Darmayuda23-Feb-06 17:53
Ariston Darmayuda23-Feb-06 17:53 
AnswerRe: Only me can use my assembly ? Pin
Corinna John25-Feb-06 8:44
Corinna John25-Feb-06 8:44 
GeneralRe: Only me can use my assembly ? Pin
Ariston Darmayuda28-Feb-06 6:04
Ariston Darmayuda28-Feb-06 6:04 
AnswerRe: Only me can use my assembly ? Pin
darkelv25-Feb-06 20:07
darkelv25-Feb-06 20:07 
GeneralRe: Only me can use my assembly ? Pin
Colin Angus Mackay25-Feb-06 22:24
Colin Angus Mackay25-Feb-06 22:24 
Questioncommunication between to applications Pin
AgeSan23-Feb-06 3:23
AgeSan23-Feb-06 3:23 
QuestionCrystal Reports logon issue. Pin
User 46247822-Feb-06 23:46
User 46247822-Feb-06 23:46 
QuestionDoes the event Collapse in Contextmenu work? Pin
zhu.zheng22-Feb-06 14:50
zhu.zheng22-Feb-06 14:50 
The contextmenu provide event Collapse, but it seems do not work.

I can write the eventhandler for it, but the code respond to this event can not be executed no matter which operation is processed.

Is it a bug ?

{

.....................

ContextMenu buttonMenu = new ContextMenu(menuItems);
buttonMenu.Show(button1, new Point(0, button1 .Height ) );

buttonMenu.Collapse += new EventHandler(buttonMenu_Collapse);

}

void buttonMenu_Collapse(object sender, EventArgs e)
{

//no chance to see it
throw new Exception("The method or operation is not implemented.");
}


QuestionApplication has generated an exception that could not be handled Pin
mohamed seif22-Feb-06 5:37
mohamed seif22-Feb-06 5:37 
AnswerRe: Application has generated an exception that could not be handled Pin
Douglas Troy22-Feb-06 5:50
Douglas Troy22-Feb-06 5:50 
AnswerRe: Application has generated an exception that could not be handled Pin
Qhalis23-Feb-06 7:19
Qhalis23-Feb-06 7:19 
QuestionUsing .NET with big C program? Pin
chilituna22-Feb-06 4:02
chilituna22-Feb-06 4:02 
AnswerRe: Using .NET with big C program? Pin
James Gupta23-Feb-06 8:12
professionalJames Gupta23-Feb-06 8:12 
GeneralRe: Using .NET with big C program? Pin
Felipe Dalorzo23-Feb-06 11:24
Felipe Dalorzo23-Feb-06 11:24 
AnswerRe: Using .NET with big C program? Pin
chilituna24-Feb-06 2:02
chilituna24-Feb-06 2:02 
GeneralRe: Using .NET with big C program? Pin
James Gupta24-Feb-06 5:26
professionalJames Gupta24-Feb-06 5:26 
AnswerRe: Using .NET with big C program? Pin
Mike Dimmick24-Feb-06 12:11
Mike Dimmick24-Feb-06 12:11 
QuestionShowDialog from another thread, C# Pin
luddet21-Feb-06 22:53
luddet21-Feb-06 22:53 
AnswerRe: ShowDialog from another thread, C# Pin
Joshua Quick22-Feb-06 21:40
Joshua Quick22-Feb-06 21:40 
GeneralRe: ShowDialog from another thread, C# Pin
luddet22-Feb-06 21:57
luddet22-Feb-06 21:57 
GeneralRe: ShowDialog from another thread, C# Pin
Joshua Quick22-Feb-06 22:38
Joshua Quick22-Feb-06 22:38 
GeneralRe: ShowDialog from another thread, C# Pin
luddet23-Feb-06 0:33
luddet23-Feb-06 0:33 
QuestionConversion problem Pin
PKKSuomi21-Feb-06 21:56
PKKSuomi21-Feb-06 21:56 
QuestionOpening another panel on top orignal panel using Buttons Pin
mjorg20-Feb-06 7:36
mjorg20-Feb-06 7:36 
QuestionJava/NET Dataset Pin
LimeyRedneck20-Feb-06 6:02
professionalLimeyRedneck20-Feb-06 6:02 

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.