Enabling and Disabling Toolbar buttons....
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, I am new to C# development.I have application in which i need to enable / disbale too many toolbar buttons based on the tree node selection,due to this my screens is flickering to a greater extnet...please suggest me a good approach through which i can avoid the screen flickering. Thanks in advance.....
-
Hi all, I am new to C# development.I have application in which i need to enable / disbale too many toolbar buttons based on the tree node selection,due to this my screens is flickering to a greater extnet...please suggest me a good approach through which i can avoid the screen flickering. Thanks in advance.....
You can use Events to trigger the status of the buttons based on the tree view node.
luisnike19