Search code examples
c#windows-cedllimportc#-2.0

CueBanner on wince


I'm using a class that send a message using

EM_SETCUEBANNER = 0x1501;

and works fine on my desktop applications..

now I wish make the same on wince: i've changed the dllimport from user32.dll to coredll.dll, the program doesn't crash, but the cuebanner is not shown...

is someone that can help me? thanks in advance


Solution

  • According to MSDN here and here it's available for Windows XP and later. This page also suggests that it's not available for Windows CE.