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

Search:

Type: Posts; User: Jai Sayan

Search: Search took 0.02 seconds.

  1. Re: Unable to StreamIN richedit. dwError = -16

    Problem Resolved.

    While Debugging I found in the disassembled code that the SendMessage() wasn't returning and throwing 'illegal memory access' Exception too.

    Then I Looked upon the callback...
  2. [RESOLVED] Unable to StreamIN richedit. dwError = -16

    I am trying to copy RTF Text from one rich edit control to another (Rich Edit 4.1).

    The Code Works fine on x64.
    When the same code is compiled for x86, the rtf text is streamed out from one...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured