Vista UAC not allowing drag and drop |
Post Reply |
Author | |
McPhooey
Newbie Joined: 27 February 2009 Location: United Kingdom Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 27 February 2009 at 12:05pm |
A problem with Vista's UAC (User Access Control) is that it doesn't allow the dropping of files into my apps CXTShellListCtrl (or any other ToolkitPro control) due to UAC's permissions dragging and dropping from low "elevated" processes, etc.
I can sign my exe for use with uiAccess and make my low process elevated but as the ToolkitPro is a DLL I cant elevate it...... or can I? Anyone know a solution to this problem? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
You can build application statically. It will include all toolkit code to your exe.
Add
#define _XTP_STATICLINK in stdafx.h
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |