Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - no sizing mouse cursor using dockingpane in static
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

no sizing mouse cursor using dockingpane in static

 Post Reply Post Reply
Author
Message
hehua View Drop Down
Newbie
Newbie


Joined: 12 October 2007
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote hehua Quote  Post ReplyReply Direct Link To This Post Topic: no sizing mouse cursor using dockingpane in static
    Posted: 25 December 2007 at 10:01pm

1. Link codejock library in stdafx.h

   #define _XTP_STATICLINK

   #include <XTToolkitPro.h>

          

2.

         

    Yellow selection mark is sizing bar. Normally, by mouse hover  

    yellow selection, display sizing mouse cursor ().
    But not display in linking static library.

 

Please tell me how display it.

 

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 26 December 2007 at 12:02pm
Hi,
You need add toolkit resources to your exe.
 
in res\app.rc2 file add line

#include "XTToolkitPro.rc"
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
hehua View Drop Down
Newbie
Newbie


Joined: 12 October 2007
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote hehua Quote  Post ReplyReply Direct Link To This Post Posted: 26 December 2007 at 11:33pm

You're right. Thank you so mush oleq~~. Thank you.

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.