Click here to Skip to main content
16,008,299 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMFC worker thread and message Queues Pin
Kevin Behilo9-Mar-02 5:31
Kevin Behilo9-Mar-02 5:31 
GeneralRe: MFC worker thread and message Queues Pin
Tim Smith9-Mar-02 5:55
Tim Smith9-Mar-02 5:55 
GeneralRe: MFC worker thread and message Queues Pin
Kevin Behilo9-Mar-02 6:06
Kevin Behilo9-Mar-02 6:06 
GeneralRe: MFC worker thread and message Queues Pin
Kevin Behilo9-Mar-02 6:34
Kevin Behilo9-Mar-02 6:34 
GeneralRe: MFC worker thread and message Queues Pin
Tim Smith9-Mar-02 8:39
Tim Smith9-Mar-02 8:39 
GeneralRe: MFC worker thread and message Queues Pin
Kevin Behilo10-Mar-02 5:14
Kevin Behilo10-Mar-02 5:14 
GeneralShellNew / Namespace Extension :(( Pin
9-Mar-02 5:25
suss9-Mar-02 5:25 
GeneralRe: ShellNew / Namespace Extension :(( Pin
Michael Dunn9-Mar-02 6:35
sitebuilderMichael Dunn9-Mar-02 6:35 
Assuming your extension is .foo, under HKCR\.foo\ShellNew you need to create a value that tells the shell how to create new .foo files:

Command Executes an application. This is a REG_SZ value specifying the path of the application to be executed. For example, you could set it to launch a wizard.
Data Creates a file containing specified data. Data is a REG_BINARY value with the file's data. Data is ignored if either NullFile or FileName is specified.
FileName Creates a file that is a copy of a specified file. FileName is a REG_SZ value, set to the fully qualified path of the file to be copied.
NullFile Creates an empty file. NullFile is not assigned a value. If NullFile is specified, Data and FileName are ignored.


--Mike--
Rollin' in my 5.0
With the rag-top down so my hair can blow.
My really out-of-date homepage
Sonork - 100.10414 AcidHelm
Big fan of Alyson Hannigan and Jamie Salé.

GeneralRe: ShellNew / Namespace Extension :(( Pin
10-Mar-02 6:07
suss10-Mar-02 6:07 
GeneralOwner drawn tab controls Pin
Derek Lakin9-Mar-02 3:13
Derek Lakin9-Mar-02 3:13 
GeneralRe: Owner drawn tab controls Pin
Tomasz Sowinski9-Mar-02 4:25
Tomasz Sowinski9-Mar-02 4:25 
GeneralProblem in making a field ! Pin
Hadi Rezaee9-Mar-02 3:03
Hadi Rezaee9-Mar-02 3:03 
Generalclearing fields Pin
Jasmin Khan9-Mar-02 0:16
Jasmin Khan9-Mar-02 0:16 
GeneralRe: clearing fields Pin
Mazdak9-Mar-02 1:40
Mazdak9-Mar-02 1:40 
GeneralRe: clearing fields Pin
Paul M Watt9-Mar-02 5:48
mentorPaul M Watt9-Mar-02 5:48 
GeneralRe: clearing fields Pin
Nish Nishant9-Mar-02 6:52
sitebuilderNish Nishant9-Mar-02 6:52 
Generaledit controls Pin
Jasmin Khan9-Mar-02 0:11
Jasmin Khan9-Mar-02 0:11 
GeneralRe: edit controls Pin
Christian Graus9-Mar-02 0:21
protectorChristian Graus9-Mar-02 0:21 
GeneralRe: edit controls Pin
9-Mar-02 0:36
suss9-Mar-02 0:36 
GeneralRe: edit controls Pin
Christian Graus9-Mar-02 0:41
protectorChristian Graus9-Mar-02 0:41 
GeneralRe: edit controls Pin
Rickard Andersson209-Mar-02 2:50
Rickard Andersson209-Mar-02 2:50 
GeneralRe: edit controls Pin
Christian Graus9-Mar-02 8:36
protectorChristian Graus9-Mar-02 8:36 
GeneralFindFirstfile parameter... Pin
Neha9-Mar-02 0:13
Neha9-Mar-02 0:13 
GeneralRe: FindFirstfile parameter... Pin
Joe Moldovan9-Mar-02 1:16
Joe Moldovan9-Mar-02 1:16 
GeneralHacking CPropertySheet Pin
Mustafa Demirhan8-Mar-02 23:49
Mustafa Demirhan8-Mar-02 23:49 

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.