Click here to Skip to main content
15,914,419 members
Home / Discussions / C#
   

C#

 
GeneralRe: Load Image File Pin
Luc Pattyn16-Jan-08 21:43
sitebuilderLuc Pattyn16-Jan-08 21:43 
QuestionHow do I publish a .chm file with an app in Visual C# 2005 Express Pin
jrs@dsl16-Jan-08 10:29
jrs@dsl16-Jan-08 10:29 
GeneralC# sms Pin
Nadia v D16-Jan-08 9:42
Nadia v D16-Jan-08 9:42 
GeneralRe: C# sms Pin
Gareth H16-Jan-08 11:58
Gareth H16-Jan-08 11:58 
GeneralRe: C# sms Pin
Ennis Ray Lynch, Jr.16-Jan-08 15:15
Ennis Ray Lynch, Jr.16-Jan-08 15:15 
GeneralRe: C# sms Pin
li32796531616-Jan-08 20:23
li32796531616-Jan-08 20:23 
GeneralAdding items at runtime to ContextMenuStrip Pin
Le centriste16-Jan-08 9:36
Le centriste16-Jan-08 9:36 
GeneralRe: Adding items at runtime to ContextMenuStrip Pin
Giorgi Dalakishvili16-Jan-08 9:45
mentorGiorgi Dalakishvili16-Jan-08 9:45 
ToolStripItem is an abstract class and you can't add its instances to context menu. Instead, create instances of elements that derive from ToolStripItem (such as ToolStripLabel,ToolStripButton and so on) and add them to context menu.

#region signature
my articles
#endregion

GeneralRe: Adding items at runtime to ContextMenuStrip Pin
Le centriste16-Jan-08 9:59
Le centriste16-Jan-08 9:59 
GeneralRe: Adding items at runtime to ContextMenuStrip Pin
Giorgi Dalakishvili16-Jan-08 10:05
mentorGiorgi Dalakishvili16-Jan-08 10:05 
GeneralLocked files Pin
Johan Martensson16-Jan-08 8:50
Johan Martensson16-Jan-08 8:50 
GeneralRe: Locked files Pin
Giorgi Dalakishvili16-Jan-08 9:25
mentorGiorgi Dalakishvili16-Jan-08 9:25 
GeneralHighlight Pin
simworld16-Jan-08 8:47
simworld16-Jan-08 8:47 
GeneralRe: Highlight Pin
DaveyM6916-Jan-08 8:51
professionalDaveyM6916-Jan-08 8:51 
QuestionIPC - best solution? Pin
DaveyM6916-Jan-08 8:10
professionalDaveyM6916-Jan-08 8:10 
QuestionHow to organize dozens of excel reports into 1 solution? Pin
Goalie3516-Jan-08 5:27
Goalie3516-Jan-08 5:27 
AnswerRe: How to organize dozens of excel reports into 1 solution? Pin
martin_hughes16-Jan-08 8:15
martin_hughes16-Jan-08 8:15 
GeneralProbably an easy Regex question Pin
Andrew Stampor16-Jan-08 5:14
Andrew Stampor16-Jan-08 5:14 
GeneralRe: Probably an easy Regex question Pin
TJoe16-Jan-08 7:44
TJoe16-Jan-08 7:44 
GeneralRe: Probably an easy Regex question Pin
Andrew Stampor16-Jan-08 7:54
Andrew Stampor16-Jan-08 7:54 
GeneralRe: Probably an easy Regex question Pin
martin_hughes16-Jan-08 10:57
martin_hughes16-Jan-08 10:57 
GeneralSQL Server pool size Pin
DannyAdler16-Jan-08 3:41
DannyAdler16-Jan-08 3:41 
GeneralRe: SQL Server pool size Pin
Justin Perez16-Jan-08 3:53
Justin Perez16-Jan-08 3:53 
GeneralRe: SQL Server pool size Pin
DannyAdler16-Jan-08 4:15
DannyAdler16-Jan-08 4:15 
GeneralRe: SQL Server pool size Pin
Justin Perez16-Jan-08 4:34
Justin Perez16-Jan-08 4:34 

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.