Search results for query: *

  1. A

    API calls and the taskbar

    I was trying to make a small utility for myself that functioned a bit like the stacks in OSX dock. I wanted to have a light-weight app pinned to the taskbar that would open a small launcher that contained useful apps and shortcuts. I want it to be as unobtrusive as possible. I have a fair...
  2. A

    User selectable theme for entire application

    How do I create themes for my app and apply selected theme to the entire app?
  3. A

    Customizable radiobutton appearance>button colors for each state

    I know how to create a line path, arc path, and then draw the path with a designated pen, but this seems extremely cumbersome and overly complicated. Is there an easier way to do this? Would it be possible to create a custom button control with a checked property? Any idea how I would...
  4. A

    Customizable radiobutton appearance>button colors for each state

    I know how to make a toggle button by changing the radiobutton Appearance property to 'Button'. That provides the exact functionality I am looking for, but I want to be able to change the visual appearance of the button for each state (up, hover, click/down, and checked) including backcolor...
  5. A

    Customizable container control

    I am trying to build a custom control (dll) that allows me at design-time to add/remove controls (buttons, toggle buttons, labels, dropdowns, comboboxes, radiobuttons, checkboxes, and custom versions of all of these controls) and edit their attributes/properties using a collection editor. The...
Back
Top