CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Xaria

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    805

    Extend MenuItem, display images

    Tried to extend the MenuItem class to have a 3Xn grid of images, following an example in C#. Below is the
    code in C++



    using namespace System;
    using namespace System::Drawing;
    using...
  2. Replies
    0
    Views
    873

    Extend MenuItem: COnvert code to C++/CLR

    sorry about the double post

    :ehh:
  3. Replies
    6
    Views
    2,352

    Re: Customize Font Dialog

    thanks
  4. Replies
    6
    Views
    2,352

    Re: Customize Font Dialog

    Can you suggest on how to customize the ColorDialog also?
    I wish to show a color swatch just like in Windows Live Messenger.

    Also if you have looked into Yahoo Messenger for Vista, the font...
  5. Replies
    6
    Views
    2,352

    Re: Customize Font Dialog

    Looks like you are in the wrong place. This is not web designing I am talking about.
    If you know C++ then you would know what the question means
  6. Replies
    6
    Views
    2,352

    Customize Font Dialog

    I need to customize the font dialog to display only font type size and color.
    Can someone please point me to tutorials on the same

    Thanks
  7. Thread: Richtext Box

    by Xaria
    Replies
    0
    Views
    814

    Richtext Box

    How to add and display a URL in a richtextBox. There is a property for RichTextBox DetectUrls, which when set to true can automatically format links as URLs.
    But how do I insert the links in the...
  8. Replies
    4
    Views
    1,246

    Re: One instance only

    And how do I access the different properties of Form3?
  9. Replies
    4
    Views
    1,246

    Re: One instance only

    Hey Darwen,

    Thanks a lot for your response. I will try this out.

    Thanks
  10. Replies
    4
    Views
    1,246

    One instance only

    How to create a single instance multiple form project.
    I have a three forms. On a certain event in form1 form3 is called.
    On a certain event in form 2 form 3 is called. But i do not wish to create...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured