Search:

Type: Posts; User: dherr

Search: Search took 0.02 seconds.

  1. Re: 100% Customizable MenuStrip / ToolStrip / StatusStrip, including common presets

    Hi all,
    do you use the ReportViewer control (I use version 11.0) eventually?
    This control has a internal Toolstrip too! And you can adapt the AppearanceControl to this Toolstrip with the following...
  2. Re: 100% Customizable MenuStrip / ToolStrip / StatusStrip, including common presets

    Excuse me...

    Also a 'normal' ContextMenustrip doesn't show the normal way, don't know why...
    But with my shown method all functions with CustomContextMenustrip, That's OK.

    Dietrich
  3. Re: 100% Customizable MenuStrip / ToolStrip / StatusStrip, including common presets

    I do it this way now:

    ctms.Show(New Point(Cursor.Position.X + Cursor.Size.Width / 2, _
    Cursor.Position.Y + Cursor.Size.Height / 2))

    But the next problem is in designtime....
  4. Re: 100% Customizable MenuStrip / ToolStrip / StatusStrip, including common presets

    Hi Nick,
    I try to use the ContextMenustrip.
    The situation:
    A MDI-Cildform with a Datagridview and I want to show the Contextmenustrip at Mousedownevent. The menu shows but not at mouseposition but...
  5. Re: 100% Customizable MenuStrip / ToolStrip / StatusStrip, including common presets

    Hi Nick,

    a question to you about CustomizableStatusstrip:
    when you choose the colorscheme black for instance then should be the forecolor of the texts in 'white'.
    How can I do that?...
    ...
  6. Re: 100% Customizable MenuStrip / ToolStrip / StatusStrip, including common presets

    Thanks for your lead ;)

    I do it this way now:

    Dim myRender As ToolStripProfessionalRenderer = DirectCast(ToolStrip1.Renderer, ToolStripProfessionalRenderer)
    Dim myColors As...
  7. Re: 100% Customizable MenuStrip / ToolStrip / StatusStrip, including common presets

    Hi Nick,

    a question:
    Is it possible to do something like this?

    Dim myColor as Color = (a CustomToolstrip elements color for instance the ToolStripGradientMiddle color)
    ...
    But how?
    ...
  8. Replies
    3
    Views
    28,659

    Re: Round the corners of rectangles and controls.

    A control with rounded corners should have set 'BorderStyle=None' ... !! :rolleyes:

    Dietrich
  9. Re: 100% Customizable MenuStrip / ToolStrip / StatusStrip, including common presets

    Thanks for the very fast answer :thumb:
    It works now! :)

    Nice weekend for you!

    D.
  10. Re: 100% Customizable MenuStrip / ToolStrip / StatusStrip, including common presets

    Nick, you wrote this in the first thread. But I can't use this function, the ... button is not shown when I click into the propertyfield.
    What can I do?

    Dietrich
  11. New: CustomizableBindingnavigator

    And here is the prescription how to make a CustomizableBindingNavigator:

    make a new class, name it CustomizableBindingNavigator
    take the Code of the CustomizableToolstrip control
    copy and paste...
  12. Re: 100% Customizable MenuStrip / ToolStrip / StatusStrip, including common presets

    Hi Nick,

    see the attachement...

    -Dietrich
  13. Re: 100% Customizable MenuStrip / ToolStrip / StatusStrip, including common presets

    I got this ColorTable from

    http://www.codeproject.com/KB/miscctrl/XPanderControls.aspx

    I will send you the code of the complete AppearanceControl in the evening.

    Dietrich
  14. Re: 100% Customizable MenuStrip / ToolStrip / StatusStrip, including common presets

    Hi Nick,

    I have added the Office2007BlackColortable to the AppearanceControl. Are you interested of the code?

    Dietrich
  15. Re: [2008] MDI TabControl - Including TabGroups (Now with example!)

    Hi Nick,

    too bad, that your Tabcontrol hasn't the X-closing functionality of tabs like in the VS-IDE...

    Regards
    Dietrich
  16. Re: 100% Customizable MenuStrip / ToolStrip / StatusStrip, including common presets

    Hi Nick,

    how do you think about a customizable BindingNavigator, it has RenderingMode too?

    Regards
    Dietrich
  17. Replies
    58
    Views
    75,404

    Re: [Ready] Visual Studio 2010 Menu/ToolStrip

    Thank you Nick for the very fast answer!! :thumb:

    Now it functions and this is great because my project has many Menu/Toolstrips...

    So long and greetings from Austria.
    Dietrich
  18. Replies
    58
    Views
    75,404

    Re: [Ready] Visual Studio 2010 Menu/ToolStrip

    Hi Nick,
    thanks for your answer!

    I have another problem with your Menustrip solution.
    I have done all as you described it, have added your library as a project to my own project. Then I wrote:
    ...
  19. Replies
    58
    Views
    75,404

    Re: [Ready] Visual Studio 2010 Menu/ToolStrip

    Hi Nick,
    sorry and excuse me, but I had to write 'window' instead of dialog... :ehh:

    http://imageshack.us/photo/my-images/695/idewindow.png/

    It's a window like the local or direct window for...
  20. Replies
    58
    Views
    75,404

    Re: [Ready] Visual Studio 2010 Menu/ToolStrip

    Hi Nick,

    great idea to use this VS-theme for rendering of controls! :thumb:

    I think the looks of the dialog forms of the IDE are great too...
    Do you think that you can do that for us? :)
    ...
Results 1 to 20 of 20



Click Here to Expand Forum to Full Width