Click here to Skip to main content
15,886,137 members
Home / Discussions / C#
   

C#

 
AnswerRe: How To Get Hard Disk Drivers Pin
DaveyM6924-Dec-08 1:12
professionalDaveyM6924-Dec-08 1:12 
AnswerRe: How To Get Hard Disk Drivers Pin
Paddy Boyd24-Dec-08 2:03
Paddy Boyd24-Dec-08 2:03 
QuestionDeveloping Themes Pin
kinnuP24-Dec-08 0:23
kinnuP24-Dec-08 0:23 
AnswerCross post - this has also been asked in the WPF forum. Pin
Pete O'Hanlon24-Dec-08 1:22
mvePete O'Hanlon24-Dec-08 1:22 
Questionrevers axise in the zedgraph Pin
hamidhakimi24-Dec-08 0:06
hamidhakimi24-Dec-08 0:06 
AnswerRe: revers axise in the zedgraph Pin
User 665824-Dec-08 0:57
User 665824-Dec-08 0:57 
QuestionHow to enable ContextmenuStrip for the button? Pin
matixsc23-Dec-08 23:51
professionalmatixsc23-Dec-08 23:51 
AnswerRe: How to enable ContextmenuStrip for the button? Pin
TommyTomToms24-Dec-08 1:18
TommyTomToms24-Dec-08 1:18 
If your ContextMenuStrip doesn't have any items it will not show.

To get it to pop-up when clicking (left click..?) you can do the following :

private void button1_Click(object sender, EventArgs e)
{
    contextMenuStrip1.Show(Cursor.Position.X, Cursor.Position.Y);
}


 A dogged, arrogant belief in self and the childlike idealism that comes with not knowing my limits. This is my greatest blessing, my priceless attribute. 

Questionmaking of .csv file at run time Pin
MS Lee23-Dec-08 20:35
MS Lee23-Dec-08 20:35 
AnswerRe: making of .csv file at run time Pin
That's Aragon23-Dec-08 21:41
That's Aragon23-Dec-08 21:41 
AnswerRe: making of .csv file at run time Pin
beatles169223-Dec-08 22:48
beatles169223-Dec-08 22:48 
QuestionGet SQL provider list Pin
That's Aragon23-Dec-08 19:34
That's Aragon23-Dec-08 19:34 
AnswerRe: Get SQL provider list Pin
That's Aragon23-Dec-08 19:54
That's Aragon23-Dec-08 19:54 
GeneralRe: Get SQL provider list Pin
MS Lee23-Dec-08 22:14
MS Lee23-Dec-08 22:14 
GeneralRe: Get SQL provider list Pin
That's Aragon23-Dec-08 22:37
That's Aragon23-Dec-08 22:37 
QuestionProblem while launching an Application through windows service, Process.start() gives an error message Pin
fulbright23-Dec-08 18:44
fulbright23-Dec-08 18:44 
Question3D Canvas class Pin
a_david12323-Dec-08 18:20
a_david12323-Dec-08 18:20 
AnswerRe: 3D Canvas class Pin
Christian Graus23-Dec-08 21:46
protectorChristian Graus23-Dec-08 21:46 
QuestionAn API Question ? Pin
Mohammad Dayyan23-Dec-08 16:52
Mohammad Dayyan23-Dec-08 16:52 
AnswerRe: An API Question ? Pin
Christian Graus23-Dec-08 17:00
protectorChristian Graus23-Dec-08 17:00 
GeneralRe: An API Question ? Pin
Mohammad Dayyan23-Dec-08 17:03
Mohammad Dayyan23-Dec-08 17:03 
GeneralRe: An API Question ? Pin
N a v a n e e t h23-Dec-08 17:10
N a v a n e e t h23-Dec-08 17:10 
AnswerRe: An API Question ? Pin
N a v a n e e t h23-Dec-08 17:01
N a v a n e e t h23-Dec-08 17:01 
QuestionPostscript custom page size settings can not be remembered Pin
zhouql0523-Dec-08 16:43
zhouql0523-Dec-08 16:43 
QuestionWebBrowser and threads Pin
Matthew Klein23-Dec-08 13:33
Matthew Klein23-Dec-08 13:33 

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.