Click here to Skip to main content
15,924,935 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to put expand/collapse sign (+/-) in subitems Pin
lorey1-Dec-05 14:41
lorey1-Dec-05 14:41 
QuestionHow to Render different audio track in vob file (ex, 0x80, 0x81) Pin
moonreflection20001-Dec-05 13:15
moonreflection20001-Dec-05 13:15 
QuestionHelp:I have a switch view code,but I don't know how to modify it. Pin
chuntse1-Dec-05 13:15
chuntse1-Dec-05 13:15 
QuestionIE filetype location? Pin
timothymfox1-Dec-05 10:28
timothymfox1-Dec-05 10:28 
AnswerRe: IE filetype location? Pin
Chris Losinger1-Dec-05 10:32
professionalChris Losinger1-Dec-05 10:32 
QuestionRe: IE filetype location? Pin
David Crow1-Dec-05 10:52
David Crow1-Dec-05 10:52 
AnswerRe: IE filetype location? Pin
timothymfox1-Dec-05 11:16
timothymfox1-Dec-05 11:16 
GeneralRe: IE filetype location? Pin
David Crow2-Dec-05 4:44
David Crow2-Dec-05 4:44 
At a minimum, here are the registry keys/values you'll need. This example, timfox.exe, uses files with a .fox extension.

HKEY_CLASSES_ROOT\.fox = TimFox.Document
HKEY_CLASSES_ROOT\TimFox.Document\shell\open\command = TimFox.EXE %1
HKEY_CLASSES_ROOT\TimFox.Document\shell\open\ddeexec = [open("%1")]
HKEY_CLASSES_ROOT\TimFox.Document\shell\open\ddeexec\application = TIMFOX
; note: the application is optional
; (it defaults to the app name in "command")

HKEY_CLASSES_ROOT\TimFox.Document = TimFox Document



"Take only what you need and leave the land as you found it." - Native American Proverb


QuestionEdit control focus locks application Pin
BuckBrown1-Dec-05 8:32
BuckBrown1-Dec-05 8:32 
AnswerRe: Edit control focus locks application Pin
bugDanny1-Dec-05 9:33
bugDanny1-Dec-05 9:33 
AnswerRe: Edit control focus locks application Pin
David Crow1-Dec-05 9:33
David Crow1-Dec-05 9:33 
AnswerRe: Edit control focus locks application Pin
bugDanny1-Dec-05 9:33
bugDanny1-Dec-05 9:33 
AnswerRe: Edit control focus locks application Pin
kakan1-Dec-05 19:47
professionalkakan1-Dec-05 19:47 
GeneralRe: Edit control focus locks application Pin
BuckBrown2-Dec-05 5:53
BuckBrown2-Dec-05 5:53 
QuestionHow to create icon in the tab controls tab? Pin
G Haranadh1-Dec-05 7:42
G Haranadh1-Dec-05 7:42 
AnswerRe: How to create icon in the tab controls tab? Pin
Cool Ju1-Dec-05 18:06
Cool Ju1-Dec-05 18:06 
QuestionRemove WS_THICKFRAME style Pin
bugDanny1-Dec-05 7:13
bugDanny1-Dec-05 7:13 
AnswerRe: Remove WS_THICKFRAME style Pin
Jim Crafton1-Dec-05 7:48
Jim Crafton1-Dec-05 7:48 
AnswerRe: Remove WS_THICKFRAME style Pin
David Crow1-Dec-05 8:19
David Crow1-Dec-05 8:19 
GeneralRe: Remove WS_THICKFRAME style Pin
bugDanny1-Dec-05 8:35
bugDanny1-Dec-05 8:35 
QuestionImplement SQLXML Bulk Load using C++ Pin
cmacgowan1-Dec-05 6:53
cmacgowan1-Dec-05 6:53 
QuestionLog files Pin
Kenny03231-Dec-05 6:46
Kenny03231-Dec-05 6:46 
AnswerRe: Log files Pin
Jim Crafton1-Dec-05 7:51
Jim Crafton1-Dec-05 7:51 
GeneralRe: Log files Pin
Kenny03231-Dec-05 8:21
Kenny03231-Dec-05 8:21 
GeneralRe: Log files Pin
Jim Crafton1-Dec-05 8:29
Jim Crafton1-Dec-05 8:29 

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.