Click here to Skip to main content
15,888,113 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: doubt in CFile Pin
Paulraj G9-Dec-09 17:15
Paulraj G9-Dec-09 17:15 
QuestionopenGL can read an bmf picture or another picture ???? Pin
a04.lqd9-Dec-09 4:17
a04.lqd9-Dec-09 4:17 
AnswerRe: openGL can read an bmf picture or another picture ???? Pin
Cedric Moonen9-Dec-09 4:23
Cedric Moonen9-Dec-09 4:23 
GeneralRe: openGL can read an bmf picture or another picture ???? Pin
a04.lqd9-Dec-09 9:44
a04.lqd9-Dec-09 9:44 
GeneralRe: openGL can read an bmf picture or another picture ???? Pin
Cedric Moonen9-Dec-09 20:15
Cedric Moonen9-Dec-09 20:15 
QuestionFile Associations under Vista and up... Pin
Code-o-mat9-Dec-09 3:54
Code-o-mat9-Dec-09 3:54 
AnswerRe: File Associations under Vista and up... Pin
David Crow9-Dec-09 4:18
David Crow9-Dec-09 4:18 
GeneralRe: File Associations under Vista and up... Pin
Code-o-mat10-Dec-09 4:36
Code-o-mat10-Dec-09 4:36 
Thank you. The application i am doing is dialog based, it does not use any document and view architecture really (so no RegisterShellFileTypes), however, i feel strengthened in my belief that this whole file association thing under windows is very badly designed. I think i have now 3 possible ways i can go:
-forget about the whole file-association crample
-have the users run the program as administrator if they ever want any file associations (and i guess changing the whole idea so the program checks for file associations only if it is runned as admin because otherwise it can't change anything on it anyways...)
-try to "elevate" my program under Vista to be able to change registry entries, there doesn't really seem to be any elegant way to do this (you can't change the priviledges of the process once it is already running)

Here[^] it says to use RegOverridePredefKey to "remap" writes to HKEY_CLASSES_ROOT to HKEY_CURRENT_USER, however i do not see how this would help anything since according to the docs it is not HKEY_CURRENT_USER where any registry modifications must go in order to get one's program to be a "default program".

One would think Ms would make something this "basic" as creating file associations more...simple and "standardized".

> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Sometimes you just have to hate coding to do it well. <

Question0xC0000005: Access Violation Pin
kir_MFC9-Dec-09 2:26
kir_MFC9-Dec-09 2:26 
AnswerRe: 0xC0000005: Access Violation Pin
CPallini9-Dec-09 2:38
mveCPallini9-Dec-09 2:38 
AnswerRe: 0xC0000005: Access Violation Pin
Cedric Moonen9-Dec-09 3:05
Cedric Moonen9-Dec-09 3:05 
Questionerror with c program Pin
kir_MFC9-Dec-09 1:15
kir_MFC9-Dec-09 1:15 
AnswerRe: error with c program Pin
Cedric Moonen9-Dec-09 1:32
Cedric Moonen9-Dec-09 1:32 
AnswerRe: error with c program Pin
Rajesh R Subramanian9-Dec-09 1:39
professionalRajesh R Subramanian9-Dec-09 1:39 
QuestionRe: error with c program Pin
David Crow9-Dec-09 2:11
David Crow9-Dec-09 2:11 
QuestionSMS Sending programme Pin
trioum9-Dec-09 1:03
trioum9-Dec-09 1:03 
AnswerRe: SMS Sending programme Pin
Garth J Lancaster10-Dec-09 1:03
professionalGarth J Lancaster10-Dec-09 1:03 
QuestionIs STL string can be used in multithreading application ? Pin
Member 67757439-Dec-09 1:01
Member 67757439-Dec-09 1:01 
AnswerRe: Is STL string can be used in multithreading application ? Pin
mav@octaval9-Dec-09 1:05
mav@octaval9-Dec-09 1:05 
GeneralRe: Is STL string can be used in multithreading application ? Pin
Member 67757439-Dec-09 1:37
Member 67757439-Dec-09 1:37 
AnswerRe: Is STL string can be used in multithreading application ? Pin
Nemanja Trifunovic9-Dec-09 5:26
Nemanja Trifunovic9-Dec-09 5:26 
QuestionHow could I add print facility to Analogmeter Control Pin
ganesh.dp9-Dec-09 0:56
ganesh.dp9-Dec-09 0:56 
GeneralRe: How could I add print facility to Analogmeter Control Pin
CPallini9-Dec-09 1:54
mveCPallini9-Dec-09 1:54 
QuestionDynamic Dispatch Pin
hrishiS8-Dec-09 23:16
hrishiS8-Dec-09 23:16 
AnswerRe: Dynamic Dispatch Pin
Cedric Moonen8-Dec-09 23:24
Cedric Moonen8-Dec-09 23:24 

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.