Click here to Skip to main content
16,016,760 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sending characters to other windows Pin
tab15-Sep-04 23:26
tab15-Sep-04 23:26 
GeneralRe: Sending characters to other windows Pin
BlackDice3-Sep-04 7:09
BlackDice3-Sep-04 7:09 
GeneralCreating directory.. Pin
Sudhakar Pasupunuri3-Sep-04 3:56
Sudhakar Pasupunuri3-Sep-04 3:56 
GeneralRe: Creating directory.. Pin
David Crow3-Sep-04 4:40
David Crow3-Sep-04 4:40 
GeneralRe: Creating directory.. Pin
Michael Dunn3-Sep-04 7:21
sitebuilderMichael Dunn3-Sep-04 7:21 
QuestionRight click? Pin
Larsson3-Sep-04 2:59
Larsson3-Sep-04 2:59 
AnswerRe: Right click? Pin
David Crow3-Sep-04 4:41
David Crow3-Sep-04 4:41 
AnswerRe: Right click? Pin
lesnikowski3-Sep-04 10:59
lesnikowski3-Sep-04 10:59 
MFC code:
<br />
CRegKey *r=new CRegKey(HKEY_CLASSES_ROOT);<br />
<br />
r->RecurseDeleteKey(".xyz");<br />
r->RecurseDeleteKey("xyzfile");<br />
<br />
r->Create(HKEY_CLASSES_ROOT,".xyz");<br />
r->SetStringValue("","xyzfile");<br />
r->Close();<br />
<br />
r->Create(HKEY_CLASSES_ROOT,"xyzfile");<br />
r->SetStringValue("","file description");<br />
r->Close();<br />
<br />
r->Create(HKEY_CLASSES_ROOT,"xyzfile\\shell\\open\\command");<br />
r->SetStringValue("","c:\\YourApplication.exe \"%1\"");<br />
r->Close();<br />
<br />
r->Create(HKEY_CLASSES_ROOT,"xyzfile\\DefaultIcon");<br />
r->SetStringValue("","c:\\YourApplication.ico");<br />
r->Close();<br />
<br />
delete r;<br />

GeneralRe: Right click? Pin
lesnikowski3-Sep-04 11:11
lesnikowski3-Sep-04 11:11 
AnswerRe: Right click? Pin
Bob Stanneveld3-Sep-04 12:26
Bob Stanneveld3-Sep-04 12:26 
GeneralDLL heap crash Pin
blackhobbit3-Sep-04 2:59
blackhobbit3-Sep-04 2:59 
GeneralGraph plotting... Pin
jeej3-Sep-04 1:46
jeej3-Sep-04 1:46 
QuestionPutFile(&#8230;) works - GetFile(&#8230;) doesn't&#8230; ? Pin
anderslundsgard3-Sep-04 1:42
anderslundsgard3-Sep-04 1:42 
AnswerRe: PutFile(&#8230;) works - GetFile(&#8230;) doesn't&#8230; ? Pin
David Crow3-Sep-04 2:30
David Crow3-Sep-04 2:30 
GeneralRe: PutFile(&#8230;) works - GetFile(&#8230;) doesn't&#8230; ? Pin
anderslundsgard3-Sep-04 2:35
anderslundsgard3-Sep-04 2:35 
GeneralRe: PutFile(&#8230;) works - GetFile(&#8230;) doesn't&#8230; ? Pin
David Crow3-Sep-04 2:41
David Crow3-Sep-04 2:41 
GeneralRe: PutFile(&#8230;) works - GetFile(&#8230;) doesn't&#8230; ? Pin
anderslundsgard5-Sep-04 20:01
anderslundsgard5-Sep-04 20:01 
Generalhelp : h.263 concern Pin
adoration3-Sep-04 1:28
adoration3-Sep-04 1:28 
GeneralCSockets in multiple threads Pin
snodgrass3-Sep-04 1:18
snodgrass3-Sep-04 1:18 
GeneralRe: CSockets in multiple threads Pin
jan larsen3-Sep-04 1:34
jan larsen3-Sep-04 1:34 
GeneralRe: CSockets in multiple threads Pin
BlackDice3-Sep-04 7:16
BlackDice3-Sep-04 7:16 
GeneralRe: CSockets in multiple threads Pin
snodgrass3-Sep-04 13:10
snodgrass3-Sep-04 13:10 
GeneralRe: CSockets in multiple threads Pin
BlackDice6-Sep-04 3:02
BlackDice6-Sep-04 3:02 
GeneralRe: CSockets in multiple threads Pin
snodgrass6-Sep-04 5:25
snodgrass6-Sep-04 5:25 
GeneralWritting data to CD Pin
verma-rahul3-Sep-04 1:17
verma-rahul3-Sep-04 1:17 

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.