| Customizing ListViews/StatusBars (2 replies) |
| ASPFriends.com 'winforms-cs' list |
| Hey all, I was just wondering how easy it would be to add some kind of custom progress bar control to ListViews (like Napster) or StatusBars (like Internet Explorer) with Windows Forms. Has anybody out there done this yet? Thanks! Ryan |
|
| Docking windows (3 replies) |
| ASPFriends.com 'winforms-cs' list |
| We want to implement floating, dockable windows. The VS IDE has lots of this, including tear off tabbed windows, but are there any built in classes or methods to do this, or is it a matter of doing it yourself (brief experimentation got me some way towards this with a panel and implementing the drag and drop event handlers)? Tim |
|
| Icons in menus (3 replies) |
| ASPFriends.com 'winforms-cs' list |
| Hi, how do i add icons to menus / contextmenus? twisd AG iSolutions René Kuss www.twisd.de |
|
| AW: RE: Icons in menus (3 replies) |
| ASPFriends.com 'winforms-cs' list |
| Yes, do it please. Ursprüngliche Nachricht Von: Samuel Raisanen [mailto:samurai@microsoft.com] Gesendet: Dienstag, 13. November 2001 18:26 An: winforms cs Betreff: [winforms cs] RE: Icons in menus To do this you'll need to make the menu items owner drawn. I can throw together some code if you need a sample. Just let me know. Sam Original Message From: Rene Kuss [mailto:r.kuss@twisd.de] Sent: Monda... |
|
| TreeNode expanding (2 replies) |
| ASPFriends.com 'winforms-cs' list |
| PropertyGrid & PropertyTab(s)Hey all, I have a custom class that inherits TreeNode. Any TreeNode that is double clicked is expanded. I would like to override this method so that there is no expansion in my class. What is the appropriate method to override? (I tried DoubleClick, but that does not exist within the TreeNode class). Thanks, Ryan |
|
| ListView (4 replies) |
| ASPFriends.com 'winforms-cs' list |
| Hey all, I am extending a ListView like so: public class MyListView : ListView { public MyListView(ListViewSubItem[] subItems) { SubItems.AddRange(subItems); } } This adds the SubItems, but they are shifted one place to the right. IE: The 1st SubItem is in the 2nd column, the 2nd SubItem is in the 3rd column, etc. in the ListView. Am I doing something wrong? Ryan Duffield |
|
| CDO with C# (3 replies) |
| ASPFriends.com 'winforms-cs' list |
| Does anybody know how send message with cdo.dll, or have an example. Regards, Francisco Este mensaje fue enviado desde la Zona Andina. http://www.zona andina.com/ |
|
| Button depressed (2 replies) |
| ASPFriends.com 'winforms-cs' list |
| Has anyone got any suggestions on how to make a button control toggle in and out? I could change its style to Flat vs System, but I'd rather have something more consistent (and I'm concerned this might not have the desired effect on eg. XP with themes) Best wishes James |
|