Click here to Skip to main content
16,005,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSaving CObArray objects containing CObArray objects Pin
Ben Aldhouse21-Dec-06 6:27
Ben Aldhouse21-Dec-06 6:27 
QuestionRe: Saving CObArray objects containing CObArray objects Pin
prasad_som21-Dec-06 18:58
prasad_som21-Dec-06 18:58 
AnswerRe: Saving CObArray objects containing CObArray objects [modified] Pin
Ben Aldhouse22-Dec-06 3:18
Ben Aldhouse22-Dec-06 3:18 
GeneralRe: Saving CObArray objects containing CObArray objects Pin
Ben Aldhouse22-Dec-06 3:28
Ben Aldhouse22-Dec-06 3:28 
AnswerRe: Saving CObArray objects containing CObArray objects Pin
Ben Aldhouse23-Mar-07 21:37
Ben Aldhouse23-Mar-07 21:37 
QuestionAssign file type to an application in Windows Pin
VeRtRX21-Dec-06 5:27
VeRtRX21-Dec-06 5:27 
AnswerRe: Assign file type to an application in Windows Pin
David Crow21-Dec-06 5:48
David Crow21-Dec-06 5:48 
AnswerRe: Assign file type to an application in Windows Pin
James R. Twine21-Dec-06 8:58
James R. Twine21-Dec-06 8:58 
   Directly from MSDN:

REGEDIT
   HKEY_CLASSES_ROOT\.riy = FMA000_File_assoc 
   HKEY_CLASSES_ROOT\FMA000_File_assoc = File_assoc 
   HKEY_CLASSES_ROOT\FMA000_File_assoc\shell\open\command = fileasso.EXE 
   HKEY_CLASSES_ROOT\FMA000_File_assoc\shell\open\ddeexec = [Open(%1)]
   HKEY_CLASSES_ROOT\FMA000_File_assoc\shell\open\ddeexec\application
         = Myserver
   HKEY_CLASSES_ROOT\FMA000_File_assoc\shell\open\ddeexec\topic = system
   HKEY_CLASSES_ROOT\FMA000_File_assoc\shell\print\command = fileasso.EXE
   HKEY_CLASSES_ROOT\FMA000_File_assoc\shell\print\ddeexec = [Open(%1)]
   HKEY_CLASSES_ROOT\FMA000_File_assoc\shell\print\ddeexec\application 
         = MYServer
   HKEY_CLASSES_ROOT\FMA000_File_assoc\shell\print\ddeexec\topic = System
   HKEY_CLASSES_ROOT\FMA000_File_assoc\shell\print\ddeexec\ifexec =
   [Test(%1)]


   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)

AnswerRe: Assign file type to an application in Windows Pin
Cristian Amarie26-Dec-06 6:45
Cristian Amarie26-Dec-06 6:45 
Questioncreate a constructor for a struct Pin
cy163@hotmail.com21-Dec-06 5:07
cy163@hotmail.com21-Dec-06 5:07 
AnswerRe: create a constructor for a struct Pin
James R. Twine21-Dec-06 5:12
James R. Twine21-Dec-06 5:12 
AnswerRe: create a constructor for a struct Pin
Maximilien21-Dec-06 5:27
Maximilien21-Dec-06 5:27 
GeneralRe: create a constructor for a struct Pin
cy163@hotmail.com21-Dec-06 5:38
cy163@hotmail.com21-Dec-06 5:38 
GeneralRe: create a constructor for a struct Pin
David Crow21-Dec-06 5:46
David Crow21-Dec-06 5:46 
GeneralRe: create a constructor for a struct Pin
cy163@hotmail.com21-Dec-06 5:58
cy163@hotmail.com21-Dec-06 5:58 
GeneralRe: create a constructor for a struct Pin
David Crow21-Dec-06 7:08
David Crow21-Dec-06 7:08 
GeneralRe: create a constructor for a struct Pin
James R. Twine21-Dec-06 8:42
James R. Twine21-Dec-06 8:42 
GeneralRe: create a constructor for a struct Pin
David Crow21-Dec-06 8:53
David Crow21-Dec-06 8:53 
GeneralRe: create a constructor for a struct Pin
James R. Twine21-Dec-06 9:16
James R. Twine21-Dec-06 9:16 
GeneralRe: create a constructor for a struct Pin
markkuk21-Dec-06 5:47
markkuk21-Dec-06 5:47 
AnswerRe: create a constructor for a struct Pin
VonHagNDaz21-Dec-06 5:32
VonHagNDaz21-Dec-06 5:32 
AnswerRe: create a constructor for a struct Pin
krmed21-Dec-06 5:48
krmed21-Dec-06 5:48 
GeneralRe: create a constructor for a struct Pin
cy163@hotmail.com21-Dec-06 5:59
cy163@hotmail.com21-Dec-06 5:59 
GeneralRe: create a constructor for a struct [modified] Pin
krmed21-Dec-06 7:00
krmed21-Dec-06 7:00 
GeneralRe: create a constructor for a struct Pin
James R. Twine21-Dec-06 8:48
James R. Twine21-Dec-06 8:48 

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.