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

C / C++ / MFC

 
QuestionRe: How to make USB to act as a CD ROm Pin
David Crow16-Nov-09 3:03
David Crow16-Nov-09 3:03 
AnswerRe: How to make USB to act as a CD ROm Pin
SNI16-Nov-09 4:02
SNI16-Nov-09 4:02 
QuestionAll xls files in directory to csv Pin
pswierq14-Nov-09 13:19
pswierq14-Nov-09 13:19 
QuestionRe: All xls files in directory to csv Pin
David Crow14-Nov-09 17:17
David Crow14-Nov-09 17:17 
QuestionUAC question Pin
Peter Weyzen14-Nov-09 9:51
Peter Weyzen14-Nov-09 9:51 
AnswerRe: UAC question Pin
Randor 14-Nov-09 12:58
professional Randor 14-Nov-09 12:58 
GeneralRe: UAC question Pin
Peter Weyzen14-Nov-09 16:16
Peter Weyzen14-Nov-09 16:16 
GeneralRe: UAC question Pin
SNI14-Nov-09 18:14
SNI14-Nov-09 18:14 
In vista there are 2 modes, one is with UAC enabled (in which u r currently working) and other is UAC disabled. In 2nd case the OS will be running as without security and it will be possible for you to run ur application with required priviledges. But to make UAC disabled you need to have Admin rights. The code that you have provided is for manifest file and using this file it will prompt user to provide admin priviledges while running any application.

SNI

GeneralRe: UAC question Pin
Peter Weyzen14-Nov-09 18:33
Peter Weyzen14-Nov-09 18:33 
GeneralRe: UAC question Pin
Randor 14-Nov-09 18:43
professional Randor 14-Nov-09 18:43 
GeneralRe: UAC question Pin
Peter Weyzen14-Nov-09 22:10
Peter Weyzen14-Nov-09 22:10 
QuestionTrapping the Active Page in a CPropertySheet in MFC using CStrings Pin
Larry Mills Sr14-Nov-09 7:15
Larry Mills Sr14-Nov-09 7:15 
AnswerRe: Trapping the Active Page in a CPropertySheet in MFC using CStrings Pin
«_Superman_»14-Nov-09 8:16
professional«_Superman_»14-Nov-09 8:16 
GeneralRe: Trapping the Active Page in a CPropertySheet in MFC using CStrings Pin
Larry Mills Sr14-Nov-09 8:39
Larry Mills Sr14-Nov-09 8:39 
GeneralRe: Trapping the Active Page in a CPropertySheet in MFC using CStrings Pin
«_Superman_»14-Nov-09 9:20
professional«_Superman_»14-Nov-09 9:20 
GeneralRe: Trapping the Active Page in a CPropertySheet in MFC using CStrings Pin
Peter Weyzen14-Nov-09 9:56
Peter Weyzen14-Nov-09 9:56 
GeneralRe: Trapping the Active Page in a CPropertySheet in MFC using CStrings Pin
Larry Mills Sr15-Nov-09 6:33
Larry Mills Sr15-Nov-09 6:33 
QuestionSearching table with log n complexity Pin
Cowork14-Nov-09 7:09
Cowork14-Nov-09 7:09 
AnswerRe: Searching table with log n complexity Pin
N a v a n e e t h14-Nov-09 8:17
N a v a n e e t h14-Nov-09 8:17 
GeneralRe: Searching table with log n complexity Pin
Cowork14-Nov-09 12:21
Cowork14-Nov-09 12:21 
GeneralRe: Searching table with log n complexity Pin
N a v a n e e t h14-Nov-09 17:37
N a v a n e e t h14-Nov-09 17:37 
QuestionHow my parent window class could be notified of its child's windows movement? Pin
A&Ms14-Nov-09 4:29
A&Ms14-Nov-09 4:29 
AnswerRe: How my parent window class could be notified of its child's windows movement? Pin
BobInNJ14-Nov-09 5:49
BobInNJ14-Nov-09 5:49 
GeneralRe: How my parent window class could be notified of its child's windows movement? Pin
A&Ms14-Nov-09 16:39
A&Ms14-Nov-09 16:39 
GeneralRe: How my parent window class could be notified of its child's windows movement? Pin
BobInNJ19-Nov-09 5:38
BobInNJ19-Nov-09 5:38 

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.