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

Search:

Type: Posts; User: sdancer

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    6,636

    Re: CRichEditCtrl Version 2.0

    The solution was given by Andrew Cherednik at the codeproject forums. The problem was the

    lTextLength = GetTextLength();

    that it should be replaced with the

    lTextLength =...
  2. Replies
    2
    Views
    6,636

    CRichEditCtrl Version 2.0

    Hi,

    I am trying to print the content of the CRichEditCtrl v 2.0. The problem is that when I want to use pagination (with A4 pages), the printed text (which is just 4 sample line with 40 chars at...
  3. Replies
    3
    Views
    1,192

    Re: Playing avi file from memory using MMIO

    Is that possible to get a sample code of this ?
  4. Replies
    0
    Views
    689

    DirectSkin OCX and Media Player

    Hi,


    I was wondering.....
    Is that possible to apply a custom skin for a number of different buttons (like a media player with play, pause, stop etc) using DirectSkin?

    Any sample under VC++ ?...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured