Maxwolf 


    • 284 total downloads
    • last updated 12/12/2014
    • Latest version: 2.1.0
    MDIWindowManager is a control that can be added to your MDI Parent forms to achieve the Tabbed Document Interface seen in many modern applications. Not a beta. Very stable at this point and already in use... More information
    • 251 total downloads
    • last updated 12/12/2014
    • Latest version: 1.3.1
    In many cases, a TextBox with an easy Placeholder property would be very helpful especially when you want the user to filter a ListView or ListBox by search terms. So, I never found a really good one. I know... More information
    • 235 total downloads
    • last updated 12/12/2014
    • Latest version: 1.0.1
    Useful for MDI applications where you want top level forms to show their tips on the parent.
    • 188 total downloads
    • last updated 12/12/2014
    • Latest version: 1.0.1
    When using the default PictureBox in a Windows.Forms, it is often helpful to know what relative pixel of the image the mouse is currently over. Since the position returned in mouse events for the control are... More information
  • Simple logger that puts to console, file and debug console. Keeps track of class the logger was called from.
    • 181 total downloads
    • last updated 12/12/2014
    • Latest version: 1.0.54
    Good tab orders on your forms are important. They allow experienced users to more rapidly interact with your application, and they may even be necessary to enable your application for users that cannot... More information
  • For my last project, I looked at the PropertyGrid control that has a very nice look and feel. Immediately, I noticed how difficult it was to use it. Looking over the Internet, I found lots of people wishing for... More information
  • From time to time, somebody asks in the forums if it is possible to add links to a RichTextBox that don't start with http://, ftp:// or another one of the 'standard' protocols. Well, here's the solution.