Hello,
I'd like to programatically install my theme to a PPC2003 (not SE!) device
but I don't know how.
I found this article but it's quite old and I was not able to build
executable from it because I have some problems with include files.
On the top of that I think that the last parameter of this CreateProcess
call is wrong. This should be &pi instead of &pi (& means the "&"
sign in html)...
if(::CreateProcess(_T("\\Windows\\wceload.exe"),
szCmdLine,
NULL, NULL, FALSE, 0, NULL, NULL, NULL, &pi))
QA: How to install a Today theme file?
http://www.pocketpcdn.com/articles/changetodaytheme.html
Could you please anybody give me some hints?
Thanks!
Regards,
Istvan