Click here to Skip to main content
15,917,061 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What is the value of Ctrl+Z in terms of CString? Pin
Le@rner16-Feb-10 22:13
Le@rner16-Feb-10 22:13 
GeneralRe: What is the value of Ctrl+Z in terms of CString? Pin
KingsGambit16-Feb-10 23:38
KingsGambit16-Feb-10 23:38 
GeneralRe: What is the value of Ctrl+Z in terms of CString? Pin
David Crow17-Feb-10 3:10
David Crow17-Feb-10 3:10 
AnswerRe: What is the value of Ctrl+Z in terms of CString? Pin
Cool_Dev17-Feb-10 22:19
Cool_Dev17-Feb-10 22:19 
AnswerRe: What is the value of Ctrl+Z in terms of CString? Pin
armecos22-Feb-10 16:55
armecos22-Feb-10 16:55 
QuestionCreateprocess in vc++ Pin
raj157616-Feb-10 19:19
raj157616-Feb-10 19:19 
AnswerRe: Createprocess in vc++ Pin
KingsGambit16-Feb-10 19:42
KingsGambit16-Feb-10 19:42 
AnswerRe: Createprocess in vc++ Pin
Eugen Podsypalnikov16-Feb-10 19:43
Eugen Podsypalnikov16-Feb-10 19:43 
GeneralRe: Createprocess in vc++ Pin
raj157616-Feb-10 19:50
raj157616-Feb-10 19:50 
GeneralRe: Createprocess in vc++ Pin
Rozis17-Feb-10 10:06
Rozis17-Feb-10 10:06 
AnswerRe: Createprocess in vc++ Pin
Gary R. Wheeler21-Feb-10 2:16
Gary R. Wheeler21-Feb-10 2:16 
QuestionDrag & Drop CTreeCtrl Pin
vkpMark16-Feb-10 18:22
vkpMark16-Feb-10 18:22 
AnswerRe: Drag & Drop CTreeCtrl Pin
Eugen Podsypalnikov16-Feb-10 20:28
Eugen Podsypalnikov16-Feb-10 20:28 
QuestionApplication Error Pin
RomTibi16-Feb-10 18:04
RomTibi16-Feb-10 18:04 
AnswerRe: Application Error Pin
Mircea Puiu16-Feb-10 20:35
Mircea Puiu16-Feb-10 20:35 
GeneralRe: Application Error Pin
RomTibi23-Feb-10 6:05
RomTibi23-Feb-10 6:05 
Questiongenetic algorithm Pin
manimekalai198816-Feb-10 18:02
manimekalai198816-Feb-10 18:02 
AnswerRe: genetic algorithm Pin
vkpMark16-Feb-10 18:25
vkpMark16-Feb-10 18:25 
AnswerRe: genetic algorithm Pin
vkpMark16-Feb-10 18:30
vkpMark16-Feb-10 18:30 
QuestionBy default run an exe in run as admin mode using MFC Pin
Abinash Mohanty16-Feb-10 17:53
Abinash Mohanty16-Feb-10 17:53 
AnswerRe: By default run an exe in run as admin mode using MFC Pin
«_Superman_»16-Feb-10 18:34
professional«_Superman_»16-Feb-10 18:34 
This can be controlled using the manifest file for your project.
You will the .manifest file which is an XML file in your debug or release folder depending on you current configuration.

There is a node called requestedExecutionLevel that controls this.
By default this will be asInvoker.
The available options here are -
requireAdministrator
asInvoker
highestAvailable

Using these levels, you can tell how the application must start.
«_Superman
I love work. It gives me something to do between weekends.

Microsoft MVP (Visual C++)

GeneralRe: By default run an exe in run as admin mode using MFC Pin
Abinash Mohanty16-Feb-10 20:10
Abinash Mohanty16-Feb-10 20:10 
GeneralRe: By default run an exe in run as admin mode using MFC Pin
BIJU Manjeri16-Feb-10 20:32
BIJU Manjeri16-Feb-10 20:32 
GeneralRe: By default run an exe in run as admin mode using MFC Pin
«_Superman_»16-Feb-10 20:38
professional«_Superman_»16-Feb-10 20:38 
GeneralRe: By default run an exe in run as admin mode using MFC Pin
Abinash Mohanty16-Feb-10 21:51
Abinash Mohanty16-Feb-10 21:51 

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.