c# .net menu form like in codeproject.com
-
Hello, I have searched the internet but I haven't found what I was looking for, and maybe someone can guide me here. I want a control for c# .net that should work similar to the CHAPTERS MENU from this site (http://www.codeproject.com) :) I want a similar menu where I can set the categories, and when someone will click on teh category, it will enlarge it and reveal the items. I want to be possible that all categories can be opened at the same time. Hope you can help, thank you
-
Hello, I have searched the internet but I haven't found what I was looking for, and maybe someone can guide me here. I want a control for c# .net that should work similar to the CHAPTERS MENU from this site (http://www.codeproject.com) :) I want a similar menu where I can set the categories, and when someone will click on teh category, it will enlarge it and reveal the items. I want to be possible that all categories can be opened at the same time. Hope you can help, thank you
Why don't you try creating that BY YOUR HANDS?!!
When you're alone in the Dark, Fear will protect you...
-
Why don't you try creating that BY YOUR HANDS?!!
When you're alone in the Dark, Fear will protect you...
-
Hello, I have searched the internet but I haven't found what I was looking for, and maybe someone can guide me here. I want a control for c# .net that should work similar to the CHAPTERS MENU from this site (http://www.codeproject.com) :) I want a similar menu where I can set the categories, and when someone will click on teh category, it will enlarge it and reveal the items. I want to be possible that all categories can be opened at the same time. Hope you can help, thank you
-
Flowlayoutpanels, custom controls with your own propertys and events, toggle visibility. Those 3 key things right there will be what you need to get that done.
-
Flowlayoutpanels, custom controls with your own propertys and events, toggle visibility. Those 3 key things right there will be what you need to get that done.
I found something similar to what I want, I just need to find out how to implement it in my "software" : http://www.codeproject.com/KB/miscctrl/XPTaskBar.aspx Thanx again