Click here to Skip to main content
15,922,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WM_KILLFOCUS problem Pin
danginkgo24-Jun-08 2:34
danginkgo24-Jun-08 2:34 
GeneralRe: WM_KILLFOCUS problem Pin
SandipG 24-Jun-08 2:35
SandipG 24-Jun-08 2:35 
AnswerRe: WM_KILLFOCUS problem Pin
KarstenK23-Jun-08 21:50
mveKarstenK23-Jun-08 21:50 
AnswerRe: WM_KILLFOCUS problem Pin
David Crow24-Jun-08 3:15
David Crow24-Jun-08 3:15 
GeneralRe: WM_KILLFOCUS problem Pin
danginkgo24-Jun-08 3:30
danginkgo24-Jun-08 3:30 
Questiontext overlay on video data Pin
ashishmax4723-Jun-08 20:55
ashishmax4723-Jun-08 20:55 
Questionenabling applicaion for UAC Pin
subramanyeswari23-Jun-08 20:48
subramanyeswari23-Jun-08 20:48 
AnswerRe: enabling applicaion for UAC Pin
krmed24-Jun-08 2:01
krmed24-Jun-08 2:01 
It's hard to say why since you don't provide enough information, but there are many reasone that you might see the UAC prompt.

First, if your manifest file has
<requestedExecutionLevel  level="requireAdministrator" />
this will force the UAC to appear for any user running the program. You can use
<requestedExecutionLevel  level="asInvoker">
which allows the program to run without admin rights, and won't prompt with the UAC...

UNLESS
If your program attempts to perform a Vista restricted function (for instance, writing to a file in anywhere in the Program Files directory) then the UAC prompt will still appear.

Other causes can be the name of your executable file, contents of the VERSIONINFO resource in your .rc file and others.

Check out this thread[^] for more info - especially post #15.

Hope that helps.

Karl - WK5M
PP-ASEL-IA (N43CS)
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193

QuestionGUI thread priority Pin
rp_suman23-Jun-08 20:33
rp_suman23-Jun-08 20:33 
AnswerRe: GUI thread priority Pin
SandipG 23-Jun-08 20:51
SandipG 23-Jun-08 20:51 
AnswerRe: GUI thread priority Pin
Naveen23-Jun-08 20:52
Naveen23-Jun-08 20:52 
GeneralRe: GUI thread priority Pin
rp_suman23-Jun-08 20:55
rp_suman23-Jun-08 20:55 
GeneralRe: GUI thread priority Pin
Rajesh R Subramanian23-Jun-08 21:34
professionalRajesh R Subramanian23-Jun-08 21:34 
JokeRe: GUI thread priority Pin
SandipG 24-Jun-08 0:49
SandipG 24-Jun-08 0:49 
GeneralRe: GUI thread priority Pin
rp_suman24-Jun-08 15:02
rp_suman24-Jun-08 15:02 
AnswerRe: GUI thread priority Pin
rp_suman23-Jun-08 20:52
rp_suman23-Jun-08 20:52 
AnswerRe: GUI thread priority Pin
Cedric Moonen23-Jun-08 21:24
Cedric Moonen23-Jun-08 21:24 
GeneralRe: GUI thread priority Pin
Rajesh R Subramanian24-Jun-08 0:32
professionalRajesh R Subramanian24-Jun-08 0:32 
GeneralRe: GUI thread priority Pin
Cedric Moonen24-Jun-08 1:34
Cedric Moonen24-Jun-08 1:34 
GeneralRe: GUI thread priority Pin
rp_suman24-Jun-08 14:43
rp_suman24-Jun-08 14:43 
GeneralRe: GUI thread priority Pin
Rajesh R Subramanian23-Jun-08 21:42
professionalRajesh R Subramanian23-Jun-08 21:42 
GeneralRe: GUI thread priority Pin
rp_suman24-Jun-08 16:21
rp_suman24-Jun-08 16:21 
QuestionQuick simple question about string Pin
monsieur_jj23-Jun-08 20:16
monsieur_jj23-Jun-08 20:16 
AnswerRe: Quick simple question about string Pin
_AnsHUMAN_ 23-Jun-08 20:27
_AnsHUMAN_ 23-Jun-08 20:27 
GeneralRe: Quick simple question about string Pin
monsieur_jj23-Jun-08 20:44
monsieur_jj23-Jun-08 20:44 

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.