Print Page | Close Window

How to Change Image ( Drag & Drop

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=4276
Printed Date: 28 April 2024 at 3:08am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How to Change Image ( Drag & Drop
Posted By: skybox99
Subject: How to Change Image ( Drag & Drop
Date Posted: 24 May 2006 at 8:54pm

I make CXTPReportView...

And Pane maked. ....attach CXTTreeCtrl...

And,,,

Report view ->low Selected... And Drag & Drop. To TreeCtrl...

I Want Change ...

Mouse Icon...

IDC_NO  -> I want.... Other Image Changed....

I want Function... Function name is ..CreateDragImage ..

Help me~~!! please...

 

 




Replies:
Posted By: sserge
Date Posted: 25 May 2006 at 12:37pm
Your problem is not clear for me, sorry...

--
WBR,
Serge


Posted By: skybox99
Date Posted: 25 May 2006 at 9:40pm

Oh...T.T

Clear problem... please....T.T...

How long time?

And Next Version ??



Posted By: sserge
Date Posted: 27 May 2006 at 5:52pm
Ok, looks like a workaround for you would be to catch standard WM_SETCURSOR message and change the cursor inside OnSetCursor() method:

BOOL CYourClass::OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message)
{
...
::SetCursor(AfxGetApp()->LoadStandardCursor(IDC_NO));
...


--
WBR,
Serge



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net