can anyone help me...??
how can i put image in the application box of my program...???
vs.net gave me a default program found in the .rss file but it only says "<put your stuff here>"
as shown from this rss file...
RESOURCE DIALOG r_symbian3_dialog
{
flags=EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | EEikDialogFlagFillAppClientRect |
EEikDialogFlagCbaButtons | EEikDialogFlagModeless;
buttons=R_AVKON_SOFTKEYS_OPTIONS_BACK;
items=
{
DLG_LINE
{
id=ESymbian3Dlg1Label;
type=EEikCtLabel;
control= LABEL
{
txt = "<put your stuff here>";
vert_align=EEikLabelAlignVCenter;
};
}
};
}
/*** please help me....****/