Click here to Skip to main content
15,923,689 members
Home / Discussions / C#
   

C#

 
AnswerRe: TabPages controls created on the fly Pin
Rob Philpott10-Oct-07 22:34
Rob Philpott10-Oct-07 22:34 
GeneralRe: TabPages controls created on the fly Pin
dave.kelly10-Oct-07 22:41
professionaldave.kelly10-Oct-07 22:41 
Questiondoubts about abstract class and interface Pin
VG Ramanan10-Oct-07 21:25
VG Ramanan10-Oct-07 21:25 
AnswerRe: doubts about abstract class and interface Pin
half-life10-Oct-07 21:38
half-life10-Oct-07 21:38 
GeneralRe: doubts about abstract class and interface Pin
Lutosław10-Oct-07 21:55
Lutosław10-Oct-07 21:55 
AnswerRe: doubts about abstract class and interface Pin
J4amieC10-Oct-07 22:19
J4amieC10-Oct-07 22:19 
AnswerRe: doubts about abstract class and interface Pin
Christian Graus10-Oct-07 22:34
protectorChristian Graus10-Oct-07 22:34 
AnswerRe: doubts about abstract class and interface Pin
DavidNohejl10-Oct-07 22:57
DavidNohejl10-Oct-07 22:57 
QuestionSplit Word document Pin
Nitin.raj10-Oct-07 21:19
Nitin.raj10-Oct-07 21:19 
AnswerRe: Split Word document Pin
Paul Conrad12-Oct-07 13:35
professionalPaul Conrad12-Oct-07 13:35 
QuestionHow to set an environmet variable in C# ? Pin
s v joshi10-Oct-07 21:18
s v joshi10-Oct-07 21:18 
AnswerRe: How to set an environmet variable in C# ? Pin
Lutosław10-Oct-07 21:59
Lutosław10-Oct-07 21:59 
GeneralRe: How to set an environmet variable in C# ? Pin
s v joshi10-Oct-07 23:55
s v joshi10-Oct-07 23:55 
GeneralRe: How to set an environmet variable in C# ? Pin
Scott Dorman11-Oct-07 4:13
professionalScott Dorman11-Oct-07 4:13 
GeneralRe: How to set an environmet variable in C# ? Pin
s v joshi12-Oct-07 2:45
s v joshi12-Oct-07 2:45 
GeneralRe: How to set an environmet variable in C# ? Pin
Scott Dorman12-Oct-07 2:52
professionalScott Dorman12-Oct-07 2:52 
GeneralRe: How to set an environmet variable in C# ? Pin
Dave Kreskowiak11-Oct-07 4:23
mveDave Kreskowiak11-Oct-07 4:23 
GeneralRe: How to set an environmet variable in C# ? Pin
s v joshi12-Oct-07 3:25
s v joshi12-Oct-07 3:25 
QuestionAlright, I need help with GetJSObject() Pin
shea85110-Oct-07 21:11
shea85110-Oct-07 21:11 
AnswerRe: Alright, I need help with "GetJSObject()"; Pin
Anthony Mushrow10-Oct-07 21:24
professionalAnthony Mushrow10-Oct-07 21:24 
AnswerRe: Alright, I need help with GetJSObject() Pin
wizardzz10-Apr-12 9:24
wizardzz10-Apr-12 9:24 
QuestionQuestion about active directory Pin
Robert Wang198310-Oct-07 21:10
Robert Wang198310-Oct-07 21:10 
QuestionThe value DataGridViewRow.Tag is lost after sorting Pin
Michael Sync10-Oct-07 21:01
Michael Sync10-Oct-07 21:01 
AnswerRe: The value DataGridViewRow.Tag is lost after sorting Pin
TJoe11-Oct-07 3:07
TJoe11-Oct-07 3:07 
QuestionToolStripMenuItem with ContextMenuStrip Pin
User 269896710-Oct-07 21:00
User 269896710-Oct-07 21:00 
Hi,

I like to have a menu, in which a click with the right mouse button on a ToolStripMenuItem opens a ContextMenuStrip. Has anybody made such stuff? If yes how to do this?

At the moment I use the MouseUp event of the ToolStripMenuItems for differentiating a click with the left mouse button from one with the right mouse button. At a click with the right mouse button I want to show a ContextMenuStrip, but anyway the position isn't okay and the main menu closes.

Greets
pkoeppe

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.