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

C / C++ / MFC

 
GeneralRe: how to scroll MSflexgrid?[SOLVED] Pin
chandu00431-Oct-07 2:37
chandu00431-Oct-07 2:37 
QuestionScroll Position in Flexgrid Pin
Shivarudrayya H30-Oct-07 23:41
Shivarudrayya H30-Oct-07 23:41 
AnswerRe: Scroll Position in Flexgrid Pin
chandu00431-Oct-07 2:15
chandu00431-Oct-07 2:15 
AnswerRe: Scroll Position in Flexgrid Pin
panthal31-Oct-07 2:20
panthal31-Oct-07 2:20 
QuestionHow to make CList inside CList Pin
manish.patel30-Oct-07 23:39
manish.patel30-Oct-07 23:39 
AnswerRe: How to make CList inside CList Pin
Nelek30-Oct-07 23:43
protectorNelek30-Oct-07 23:43 
GeneralRe: How to make CList inside CList Pin
manish.patel31-Oct-07 0:13
manish.patel31-Oct-07 0:13 
GeneralRe: How to make CList inside CList Pin
Roger Broomfield31-Oct-07 0:41
Roger Broomfield31-Oct-07 0:41 
GeneralRe: How to make CList inside CList Pin
Nelek31-Oct-07 1:30
protectorNelek31-Oct-07 1:30 
QuestionWhat is the meaning of Manifest in visual 2005 C++ project ( unmanaged code ) Pin
Yanshof30-Oct-07 23:12
Yanshof30-Oct-07 23:12 
AnswerRe: What is the meaning of Manifest in visual 2005 C++ project ( unmanaged code ) Pin
Cedric Moonen30-Oct-07 23:24
Cedric Moonen30-Oct-07 23:24 
QuestionLearning COM Pin
vipin_nvk30-Oct-07 22:54
vipin_nvk30-Oct-07 22:54 
AnswerRe: Learning COM Pin
Neo Andreson30-Oct-07 23:01
Neo Andreson30-Oct-07 23:01 
AnswerRe: Learning COM Pin
Hamid_RT30-Oct-07 23:18
Hamid_RT30-Oct-07 23:18 
AnswerRe: Learning COM Pin
followait30-Oct-07 23:21
followait30-Oct-07 23:21 
AnswerRe: Learning COM Pin
Arun Venkatesan31-Oct-07 20:13
Arun Venkatesan31-Oct-07 20:13 
QuestionHow to connect an extension with the application? Pin
Nelek30-Oct-07 22:40
protectorNelek30-Oct-07 22:40 
AnswerRe: How to connect an extension with the application? Pin
Paresh Chitte30-Oct-07 23:52
Paresh Chitte30-Oct-07 23:52 
GeneralRe: How to connect an extension with the application? Pin
David Crow31-Oct-07 3:01
David Crow31-Oct-07 3:01 
GeneralRe: How to connect an extension with the application? Pin
Paresh Chitte31-Oct-07 19:51
Paresh Chitte31-Oct-07 19:51 
GeneralRe: How to connect an extension with the application? Pin
David Crow1-Nov-07 2:35
David Crow1-Nov-07 2:35 
GeneralRe: How to connect an extension with the application? Pin
Paresh Chitte1-Nov-07 2:50
Paresh Chitte1-Nov-07 2:50 
AnswerRe: How to connect an extension with the application? Pin
David Crow31-Oct-07 3:05
David Crow31-Oct-07 3:05 
Nelek wrote:
I know there is a way to do it automatically, but I dont exactly know how... (I guess through registry)
...
Which APIs, Functions, registry paths (if needed) should I look for info about?


You need to make the following changes to your registry:

HKCR\.fs = Nelek.Document
HKCR\Nelek.Document\shell\open\command = NELEK.EXE %1
HKCR\Nelek.Document\shell\open\ddeexec = [open("%1")]
HKCR\Nelek.Document\shell\open\ddeexec\application = NELEK
HKCR\Nelek.Document = Nelek Document





"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


GeneralRe: How to connect an extension with the application? Pin
Nelek31-Oct-07 3:33
protectorNelek31-Oct-07 3:33 
QuestionGdiSetBatchLimit GdiGetBatchLimit question [modified] Pin
followait30-Oct-07 22:32
followait30-Oct-07 22:32 

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.