hello
i am creating an application and whenever i run the application there is the normal white screen. i want to put an image over there. how can i do that?
please help...
hello
i am creating an application and whenever i run the application there is the normal white screen. i want to put an image over there. how can i do that?
please help...
one method is load that images and draw in your Draw() function
refer to wiki post http://wiki.forum.nokia.com/index.ph...rom_a_MIF_file
Hello,
I've read the article given by skumar_rao i've put gnumakefile My_Icon.mk statement in bld.inf. But mk file is not getting created. Please Help......
Or you can use CImageDecoder to decode image to CFbsBitmap format and then draw it in Draw() method using CWindowGc::BitBlt() method.
Check following link to load image by CImageDecoder .
http://wiki.forum.nokia.com/index.ph...Symbian_bitmap
hello
the my_icon.mk file is getting created but i am getting a warning icon on that. also i searched for the .mig file but there were no results.
please help...
Last edited by saaa_persistent; 2009-03-20 at 03:27.
sorry for my typo it is .mif file that is generated. what error / warning you are getting
hello
i searched for the .mif file but i did not find the file. i am getting a warning icon near the .mk file (file does not exist-warning)...