Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can I do to do when I Click on controls, I have a Message with Control Name? Pin
User 665812-Nov-06 7:50
User 665812-Nov-06 7:50 
GeneralRe: How can I do to do when I Click on controls, I have a Message with Control Name? Pin
ks79@bk.ru12-Nov-06 7:57
ks79@bk.ru12-Nov-06 7:57 
GeneralRe: How can I do to do when I Click on controls, I have a Message with Control Name? Pin
User 665812-Nov-06 8:10
User 665812-Nov-06 8:10 
GeneralRe: How can I do to do when I Click on controls, I have a Message with Control Name? Pin
ks79@bk.ru12-Nov-06 8:20
ks79@bk.ru12-Nov-06 8:20 
GeneralRe: How can I do to do when I Click on controls, I have a Message with Control Name? Pin
User 665812-Nov-06 8:27
User 665812-Nov-06 8:27 
Questionpopup menu in tree view. Pin
h@s@n12-Nov-06 6:11
h@s@n12-Nov-06 6:11 
AnswerRe: popup menu in tree view. Pin
shopi3012-Nov-06 14:21
shopi3012-Nov-06 14:21 
AnswerRe: popup menu in tree view. Pin
beatles169212-Nov-06 20:20
beatles169212-Nov-06 20:20 
Hi Every control has a ContextMenu property (in framework 1.1) that you can pass a context menu to it and every time you right click on your control the context menu will be shown( you don't have to implement any mouse event)
The tree view control has a image list property that you can pass an image list to it and then you can select the image of a node by setting its ImageIndex property (aNode.ImageIndex=1 for example)
The tree view control has a Nodes collection property that contains all the modes that have been added to a treeview and you can add or remove nodes to it and each node has a nodes collection too that has the same funcionality.
Take a look at http://msdn2.microsoft.com/en-us/library/ch6etkw4.aspx[^]

Regards
QuestionC# - Removing form border problems Pin
Sanstrom12-Nov-06 5:25
Sanstrom12-Nov-06 5:25 
AnswerRe: C# - Removing form border problems Pin
shopi3012-Nov-06 14:24
shopi3012-Nov-06 14:24 
QuestionDeploying SQL2005 Express with App Pin
_awatts12-Nov-06 5:05
_awatts12-Nov-06 5:05 
AnswerRe: Deploying SQL2005 Express with App Pin
shopi3012-Nov-06 14:29
shopi3012-Nov-06 14:29 
GeneralRe: Deploying SQL2005 Express with App Pin
_awatts12-Nov-06 22:34
_awatts12-Nov-06 22:34 
QuestionVideo buffering, streaming, and displaying video thumbnails Pin
SexyKitten12-Nov-06 0:45
SexyKitten12-Nov-06 0:45 
AnswerRe: Video buffering, streaming, and displaying video thumbnails Pin
Guffa12-Nov-06 1:41
Guffa12-Nov-06 1:41 
QuestionRe: Video buffering, streaming, and displaying video thumbnails Pin
calabe22-Jan-07 22:26
calabe22-Jan-07 22:26 
QuestionHow to pass parameter to CrystalReports ? Pin
hdv21212-Nov-06 0:38
hdv21212-Nov-06 0:38 
AnswerRe: How to pass parameter to CrystalReports ? Pin
shopi3012-Nov-06 14:36
shopi3012-Nov-06 14:36 
QuestionPlease help me : SetFileTime Pin
toeh11-Nov-06 23:11
toeh11-Nov-06 23:11 
AnswerRe: Please help me : SetFileTime Pin
Stefan Troschuetz11-Nov-06 23:49
Stefan Troschuetz11-Nov-06 23:49 
AnswerRe: Please help me : SetFileTime Pin
Guffa11-Nov-06 23:56
Guffa11-Nov-06 23:56 
QuestionUnhandled Exceptions in Control Library Pin
gnjunge11-Nov-06 23:01
gnjunge11-Nov-06 23:01 
QuestionSerious Form Focus problem/chalange. Pin
ranzask11-Nov-06 22:17
ranzask11-Nov-06 22:17 
AnswerRe: Serious Form Focus problem/chalange. Pin
Christian Graus12-Nov-06 11:08
protectorChristian Graus12-Nov-06 11:08 
GeneralRe: Serious Form Focus problem/chalange. Pin
ranzask12-Nov-06 11:17
ranzask12-Nov-06 11:17 

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.