Results 1 to 7 of 7

Thread: [RESOLVED] what vb6 component is this ?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    May 2013
    Posts
    1,126

    Resolved [RESOLVED] what vb6 component is this ?

    what vb6 component is this ?
    Attached Images Attached Images  

  2. #2
    PowerPoster Arnoutdv's Avatar
    Join Date
    Oct 2013
    Posts
    5,872

    Re: what vb6 component is this ?


  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    May 2013
    Posts
    1,126

    Re: what vb6 component is this ?

    so there is no actual component that have this all and it is meant to be created ?

  4. #4
    PowerPoster Arnoutdv's Avatar
    Join Date
    Oct 2013
    Posts
    5,872

    Re: what vb6 component is this ?

    I don't understand your question.

    The Coolbar is a place holder for Toolbars and other components
    The toolbar is like a graphic menubar.

  5. #5
    PowerPoster
    Join Date
    Feb 2012
    Location
    West Virginia
    Posts
    14,205

    Re: what vb6 component is this ?

    Quote Originally Posted by codesearcher View Post
    so there is no actual component that have this all and it is meant to be created ?
    Yes there are components shown in that image and no they do not look like that unless you add those icons and combos and they do not do anything unless you place the proper code behind them.

  6. #6
    PowerPoster
    Join Date
    Feb 2006
    Posts
    24,482

    Re: what vb6 component is this ?

    There are plenty of existing Projects making use of Toolbar controls for text formatting. Perhaps looking at one of these will help you get the idea.

    RTBCompose RTF Editor UserControl is an example that bundles such a Toolbar together with a RichTextBox in a UserControl.

    There should be other similar Projects that do the same thing, using a DHTMLEdit control instead of a RichTextBox for cases where you want HTML instead of RTF editing.


    Such pre-written UserControls can save you doing the work yourself, and since you have the full source code you can modify them as required for a specific purpose.

  7. #7

    Thread Starter
    Frenzied Member
    Join Date
    May 2013
    Posts
    1,126

    Re: what vb6 component is this ?

    thanks Dilletante for the example.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width