Click here to Skip to main content
15,895,530 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Confusions related to Dll. Pin
22491721-Nov-08 15:41
22491721-Nov-08 15:41 
QuestionDelete Shortcut file Pin
MsmVc20-Nov-08 22:11
MsmVc20-Nov-08 22:11 
AnswerRe: Delete Shortcut file Pin
Chandrasekharan P20-Nov-08 22:19
Chandrasekharan P20-Nov-08 22:19 
GeneralRe: Delete Shortcut file Pin
MsmVc20-Nov-08 22:29
MsmVc20-Nov-08 22:29 
AnswerRe: Delete Shortcut file Pin
Iain Clarke, Warrior Programmer20-Nov-08 22:39
Iain Clarke, Warrior Programmer20-Nov-08 22:39 
GeneralRe: Delete Shortcut file Pin
MsmVc20-Nov-08 22:53
MsmVc20-Nov-08 22:53 
GeneralRe: Delete Shortcut file Pin
Iain Clarke, Warrior Programmer20-Nov-08 23:03
Iain Clarke, Warrior Programmer20-Nov-08 23:03 
QuestionColored cursor became Black cursor in Vista Pin
Rahul Vaishnav20-Nov-08 22:00
Rahul Vaishnav20-Nov-08 22:00 
Hi all,

I am facing one problem with my application.
I am using "hnwse.cur" by adding it into resource

code is like

HCURSOR hDragCur = (HCURSOR)LoadImage(_AtlBaseModule.m_hInst, (LPCWSTR)MAKEINTRESOURCE(IDC_HAND_CURSOR),IMAGE_CURSOR,  28, 28, LR_DEFAULTCOLOR);
if(hDragCur)
  SetCursor(hDragCur);



This is working fine in Xp but in vista it is showing black hand cursor.

Can any buddy please help me to resolve this problem.

Confused | :confused:
QuestionDynamic Edit Boxes Pin
Chandrasekharan P20-Nov-08 21:30
Chandrasekharan P20-Nov-08 21:30 
AnswerRe: Dynamic Edit Boxes Pin
Cedric Moonen20-Nov-08 21:41
Cedric Moonen20-Nov-08 21:41 
GeneralRe: Dynamic Edit Boxes Pin
Chandrasekharan P20-Nov-08 23:11
Chandrasekharan P20-Nov-08 23:11 
Questionwhich dll to operate with DNS Service? Pin
Ponzano Paolo20-Nov-08 21:30
Ponzano Paolo20-Nov-08 21:30 
AnswerRe: which dll to operate with DNS Service? Pin
Randor 20-Nov-08 22:34
professional Randor 20-Nov-08 22:34 
QuestionComparing two GUIDs Pin
tasumisra20-Nov-08 20:26
tasumisra20-Nov-08 20:26 
AnswerRe: Comparing two GUIDs Pin
Randor 20-Nov-08 21:41
professional Randor 20-Nov-08 21:41 
AnswerRe: Comparing two GUIDs Pin
Mark Salsbery21-Nov-08 5:25
Mark Salsbery21-Nov-08 5:25 
GeneralRe: Comparing two GUIDs Pin
Randor 21-Nov-08 6:30
professional Randor 21-Nov-08 6:30 
GeneralRe: Comparing two GUIDs Pin
Mark Salsbery21-Nov-08 6:47
Mark Salsbery21-Nov-08 6:47 
GeneralRe: Comparing two GUIDs Pin
tasumisra23-Nov-08 18:33
tasumisra23-Nov-08 18:33 
Questionabout rich edit Pin
yanesheng20-Nov-08 20:16
yanesheng20-Nov-08 20:16 
QuestionMultiple language display problem in CRichEditCtrl Pin
Dhiraj kumar Saini20-Nov-08 20:05
Dhiraj kumar Saini20-Nov-08 20:05 
AnswerRe: Multiple language display problem in CRichEditCtrl Pin
Saurabh.Garg20-Nov-08 20:19
Saurabh.Garg20-Nov-08 20:19 
GeneralRe: Multiple language display problem in CRichEditCtrl Pin
Dhiraj kumar Saini20-Nov-08 20:27
Dhiraj kumar Saini20-Nov-08 20:27 
QuestionLooking for some "C" source code, Please. Pin
basecarrier20-Nov-08 18:38
basecarrier20-Nov-08 18:38 
AnswerRe: Looking for some "C" source code, Please. Pin
_AnsHUMAN_ 20-Nov-08 19:13
_AnsHUMAN_ 20-Nov-08 19:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.