Use CImageEncoder and the CImageDecoder classes
Type: Posts; User: rankorth; Keyword(s):
Use CImageEncoder and the CImageDecoder classes
Hi, anyone knows how to access pass the first bitmap stored in a multi-mbm?
I'm able to change the wallpaper to just the first bitmap, but seem unable to access the 2nd bitmap onwards.
I tried...
for anyone who wants to know, i've solved it. Just move the code to the view level instead of the container level.
btw, anyone knows how to make a form and a text (like the standard sms screen) in...
I have been trying for the past few hours to get my form to appear in my container class. I've looked through the forms example provided in the SDK but just cant seem to get the form to show.
...
I'm currrently working on a project that requires multiple engines to do different tasks, but it is required to be in one single application. Each tasks (for example, email) requires its own views...