Results 1 to 5 of 5

Thread: Need Controls like MS Office ones

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Posts
    1

    Question Need Controls like MS Office ones

    Hello
    I need some components for my program (being written in VB.net 2003) similar to the ones that Microsoft has used in Office 2003 or the ones that this Forum uses (e.g. in the page I'm writing in right now.)...Can I download it from internet? Can anybody help me? Or is at possible...?

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Need Controls like MS Office ones

    I'm confused. Are you creating an ASP project or an Application? Office 2003 is a collection of Applications but this forum is a web application. Quite different.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  3. #3
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Need Controls like MS Office ones

    Are you talking about Bold, Italic, Underline, Alignment etc?


    Or the smilies?
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

  4. #4
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    Re: Need Controls like MS Office ones

    You sound like you might be reffering to the richtextbox. Those are a part of the .Net framework. If you check the side toolbar in your IDE, it is listed by default. If it isn't for whatever reason, follow these directions:

    Right click your toolbar on the left and select Add/Remove Items...

    Scroll down until you find RichTextBox and Check it. Then hit ok.

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Need Controls like MS Office ones

    There are third-party controls available all over the place if the standard .NET controls do not satisfy your needs, or you can use the mechanisms Microsoft has provided in the .NET Framework to create your own. If you were more specific as to what you wanted we might be able to be more specific in our answers. You can see my signature for some links to free controls that will jazz up an app.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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