I have just create a Toolbar by using CAknToolbar. The Toolbar Items is button, now I want to change the button to Images. How can I do it?
this is my code:
RESOURCE AVKON_TOOLBAR...
Type: Posts; User: trung.vo; Keyword(s):
I have just create a Toolbar by using CAknToolbar. The Toolbar Items is button, now I want to change the button to Images. How can I do it?
this is my code:
RESOURCE AVKON_TOOLBAR...
I want to draw a rect when I press key, but after I press key and draw 3 or 4 times, the Draw() function is auto call, although I don't call Drawnow() function . I don't want it auto call the Draw()...