Question

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

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top