#include "stdafx.h"int APIENTRY WinMain(HINSTANCE hInstance,
                     HINSTANCE hPrevInstance,
                     LPSTR     lpCmdLine,
                     int       nCmdShow)
{
  // TODO: Place code here. return 0;
}我现在有以前这样一个win32 application的程序,在不创建窗口的情况下,我想将程序的图标改一下,请问要怎么做?