Click here to Skip to main content
15,920,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to change a caption of any window Pin
Dody_DK8-Nov-04 6:50
Dody_DK8-Nov-04 6:50 
GeneralRe: How to change a caption of any window Pin
David Crow8-Nov-04 6:55
David Crow8-Nov-04 6:55 
GeneralRe: How to change a caption of any window Pin
Dody_DK8-Nov-04 6:57
Dody_DK8-Nov-04 6:57 
GeneralRe: How to change a caption of any window Pin
David Crow8-Nov-04 7:57
David Crow8-Nov-04 7:57 
GeneralRe: How to change a caption of any window Pin
Dody_DK8-Nov-04 9:57
Dody_DK8-Nov-04 9:57 
GeneralRe: How to change a caption of any window Pin
David Crow8-Nov-04 10:04
David Crow8-Nov-04 10:04 
GeneralRe: How to change a caption of any window Pin
Dody_DK8-Nov-04 10:39
Dody_DK8-Nov-04 10:39 
GeneralRe: How to change a caption of any window Pin
David Crow8-Nov-04 10:43
David Crow8-Nov-04 10:43 
GeneralRe: How to change a caption of any window Pin
Dody_DK8-Nov-04 10:47
Dody_DK8-Nov-04 10:47 
GeneralRe: How to change a caption of any window Pin
ThatsAlok8-Nov-04 18:52
ThatsAlok8-Nov-04 18:52 
GeneralRe: How to change a caption of any window Pin
Dody_DK9-Nov-04 6:03
Dody_DK9-Nov-04 6:03 
GeneralConfiguring work environment Pin
n_a17-Nov-04 7:47
n_a17-Nov-04 7:47 
GeneralRe: Configuring work environment Pin
ThatsAlok7-Nov-04 17:23
ThatsAlok7-Nov-04 17:23 
Generalenum range check. Pin
ronenw7-Nov-04 6:14
ronenw7-Nov-04 6:14 
GeneralRe: enum range check. Pin
Christian Graus7-Nov-04 11:57
protectorChristian Graus7-Nov-04 11:57 
Generalcannnot open file "libci.lib" Pin
Kuniva7-Nov-04 3:56
Kuniva7-Nov-04 3:56 
Questioncase expression not constant? Pin
Bob Stanneveld7-Nov-04 3:46
Bob Stanneveld7-Nov-04 3:46 
AnswerRe: case expression not constant? Pin
Ravi Bhavnani7-Nov-04 6:02
professionalRavi Bhavnani7-Nov-04 6:02 
Generalusing VB class in VC++ Pin
_kane_7-Nov-04 2:45
_kane_7-Nov-04 2:45 
GeneralRe: using VB class in VC++ Pin
ThatsAlok7-Nov-04 17:22
ThatsAlok7-Nov-04 17:22 
General"Ownerdraw" in an editbox Pin
pie7-Nov-04 1:13
pie7-Nov-04 1:13 
GeneralRe: "Ownerdraw" in an editbox Pin
bryce7-Nov-04 17:28
bryce7-Nov-04 17:28 
GeneralRe: "Ownerdraw" in an editbox Pin
Anonymous7-Nov-04 18:56
Anonymous7-Nov-04 18:56 
Generaladd app to popup menu of explorer Pin
includeh106-Nov-04 23:31
includeh106-Nov-04 23:31 
GeneralRe: add app to popup menu of explorer Pin
faroqtam7-Nov-04 11:26
faroqtam7-Nov-04 11:26 
Hi you can do this useing registry(regedit.exe)
normaly any Dim for any file have key in registry in HKEY_CLASSES_ROOT key.
open registry and then see HKEY_CLASSES_ROOT open it see
key txtfile it has the follwing keys
->DefaultIcon
->shell ->open ->command "full path for you program on this case %SystemRoot%\system32\NOTEPAD.EXE %1"

->print
-printto

now see open key this word appare on any file when it has
extenssion .txt .
and command key used to determin the path for the program can open this files

you can use registry API function's to work with registry
to create new class in registry and to add your keys.







On Earth nothing impossible,
while your mind running.

Faroqtam

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.