WM_SETICON In samrt Phone
-
Hi ! I was trying to add a amall icon on my application i used WM_SETITEM msg but it is not working. Win Mob 5.0 Smart Phone SDK & VS 2005 IDE. For this i have written a code g_hIcon=LoadIcon(g_hInst,MAKEINTRESOURCE(IDI_ICON1)); SendMessage(hWnd,WM_SETICON,ICON_BIG,(LPARAM)g_hIcon);
-
Hi ! I was trying to add a amall icon on my application i used WM_SETITEM msg but it is not working. Win Mob 5.0 Smart Phone SDK & VS 2005 IDE. For this i have written a code g_hIcon=LoadIcon(g_hInst,MAKEINTRESOURCE(IDI_ICON1)); SendMessage(hWnd,WM_SETICON,ICON_BIG,(LPARAM)g_hIcon);
What value does
g_hIcon
have? What doesSendMessage()
return?"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
What value does
g_hIcon
have? What doesSendMessage()
return?"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
g_hIcon has Value 0x7c076be4 SendMessage returns -2146982652 hWnd=0x7c076c50