Click to See Complete Forum and Search --> : SetCursor in Console Application


imranhabib
November 10th, 2003, 06:25 PM
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);