Click here to Skip to main content
15,890,579 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with WaitForSingleObject for multiple calls to ReleaseSemaphore Pin
Cool_Dev9-Mar-10 22:29
Cool_Dev9-Mar-10 22:29 
QuestionHow to register an ActiveX ocx file Pin
rahul.kulshreshtha9-Mar-10 20:16
rahul.kulshreshtha9-Mar-10 20:16 
AnswerRe: How to register an ActiveX ocx file Pin
«_Superman_»9-Mar-10 20:24
professional«_Superman_»9-Mar-10 20:24 
GeneralRe: How to register an ActiveX ocx file Pin
rahul.kulshreshtha9-Mar-10 20:26
rahul.kulshreshtha9-Mar-10 20:26 
GeneralRe: How to register an ActiveX ocx file Pin
Rajesh R Subramanian9-Mar-10 20:28
professionalRajesh R Subramanian9-Mar-10 20:28 
GeneralRe: How to register an ActiveX ocx file Pin
rahul.kulshreshtha9-Mar-10 20:29
rahul.kulshreshtha9-Mar-10 20:29 
GeneralRe: How to register an ActiveX ocx file Pin
«_Superman_»9-Mar-10 20:28
professional«_Superman_»9-Mar-10 20:28 
GeneralRe: How to register an ActiveX ocx file Pin
rahul.kulshreshtha9-Mar-10 21:05
rahul.kulshreshtha9-Mar-10 21:05 
Thanks Superman & Rajesh,

It worked but my applicaiton stores some data in applicationData folder.
So if I use UAC then it uses applicaitonData folder of administrator account.

There should be some way to use it's own application folder.

I want this because my application is user specific so I use application data folder as a storage place. But by using UAC normal user's data is getting store inside administrators application data.

To retrieve application data folder I am using
SHGetSpecialFolderPath(0, strPath, CSIDL_APPDATA, FALSE);


which is giving admin's aplication data folder after using UAC.
GeneralRe: How to register an ActiveX ocx file Pin
rahul.kulshreshtha9-Mar-10 21:22
rahul.kulshreshtha9-Mar-10 21:22 
AnswerRe: How to register an ActiveX ocx file Pin
Rajesh R Subramanian9-Mar-10 20:26
professionalRajesh R Subramanian9-Mar-10 20:26 
QuestionRe: How to register an ActiveX ocx file Pin
rahul.kulshreshtha9-Mar-10 21:15
rahul.kulshreshtha9-Mar-10 21:15 
AnswerRe: How to register an ActiveX ocx file Pin
Rajesh R Subramanian9-Mar-10 21:59
professionalRajesh R Subramanian9-Mar-10 21:59 
GeneralRe: How to register an ActiveX ocx file Pin
rahul.kulshreshtha10-Mar-10 21:56
rahul.kulshreshtha10-Mar-10 21:56 
GeneralRe: How to register an ActiveX ocx file Pin
rahul.kulshreshtha12-Mar-10 1:58
rahul.kulshreshtha12-Mar-10 1:58 
GeneralRe: How to register an ActiveX ocx file Pin
Rajesh R Subramanian12-Mar-10 5:41
professionalRajesh R Subramanian12-Mar-10 5:41 
AnswerRe: How to register an ActiveX ocx file Pin
Steve Thresher10-Mar-10 2:32
Steve Thresher10-Mar-10 2:32 
Questionwinsock setsockopt() returns SOCKET_ERROR ( -1 ) but WSAGetLastError returns 0 Pin
wk_leo989-Mar-10 20:07
wk_leo989-Mar-10 20:07 
AnswerRe: winsock setsockopt() returns SOCKET_ERROR ( -1 ) but WSAGetLastError returns 0 Pin
KarstenK9-Mar-10 21:05
mveKarstenK9-Mar-10 21:05 
AnswerRe: winsock setsockopt() returns SOCKET_ERROR ( -1 ) but WSAGetLastError returns 0 Pin
Moak9-Mar-10 22:47
Moak9-Mar-10 22:47 
GeneralRe: winsock setsockopt() returns SOCKET_ERROR ( -1 ) but WSAGetLastError returns 0 Pin
wk_leo9814-Mar-10 5:50
wk_leo9814-Mar-10 5:50 
GeneralRe: winsock setsockopt() returns SOCKET_ERROR ( -1 ) but WSAGetLastError returns 0 Pin
Moak14-Mar-10 5:59
Moak14-Mar-10 5:59 
GeneralRe: winsock setsockopt() returns SOCKET_ERROR ( -1 ) but WSAGetLastError returns 0 Pin
wk_leo9815-Mar-10 4:22
wk_leo9815-Mar-10 4:22 
GeneralRe: winsock setsockopt() returns SOCKET_ERROR ( -1 ) but WSAGetLastError returns 0 Pin
wk_leo9817-Mar-10 4:11
wk_leo9817-Mar-10 4:11 
AnswerRe: winsock setsockopt() returns SOCKET_ERROR ( -1 ) but WSAGetLastError returns 0 Pin
Spawn@Melmac10-Mar-10 6:32
Spawn@Melmac10-Mar-10 6:32 
Questionopen application in hidden mode Pin
JM22519-Mar-10 19:53
JM22519-Mar-10 19:53 

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.