SetCursor in Console Application

How to change the cursor shape in console applications
I tried the fillowing code but no result

HCURSOR hc=LoadCursor(NULL,IDC_HELP);
SetCursor(hc);
[172 byte] By [imranhabib] at [2007-11-18 13:36:56]