Click here to Skip to main content
15,893,486 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: classes and namespaces Pin
Alan Chambers17-Feb-05 1:58
Alan Chambers17-Feb-05 1:58 
GeneralRe: classes and namespaces Pin
toxcct17-Feb-05 9:09
toxcct17-Feb-05 9:09 
GeneralRe: classes and namespaces Pin
«_Superman_»17-Feb-05 2:26
professional«_Superman_»17-Feb-05 2:26 
GeneralMenu handle from the floating menu bar Pin
Vaibhav Sanghavi17-Feb-05 1:02
Vaibhav Sanghavi17-Feb-05 1:02 
GeneralRe: Menu handle from the floating menu bar Pin
«_Superman_»17-Feb-05 4:20
professional«_Superman_»17-Feb-05 4:20 
GeneralRe: Menu handle from the floating menu bar Pin
Anonymous20-Feb-05 18:45
Anonymous20-Feb-05 18:45 
GeneralRe: Menu handle from the floating menu bar Pin
Vaibhav Sanghavi20-Feb-05 18:51
Vaibhav Sanghavi20-Feb-05 18:51 
GeneralRe: Menu handle from the floating menu bar Pin
Vaibhav Sanghavi20-Feb-05 18:56
Vaibhav Sanghavi20-Feb-05 18:56 
Okay let me tell you why I am doing all these.

We are developing a software which migrates the application specific
properties.
Per say I want to migrate all settings of MS Word from my pc to another pc.
i.e. all those preferences which I have set in my MS Word applications like,
spellings and grammer check, library, languages, margine settings, rulers etc
will get captured through my application and will migrate the same settings
onto another computer.

Now all of these settings are stored either into registry or into some
files. So I want to capture all such registry items and files. But my program
does not know the registry location for a particular application. Most of the
application specific data are stored under
HKLM/Software/Appliication_specific_key. But there is no gurantee that this
Application_specific_key is exactly as the name of the application. So how do
I capture identify the location in the registry which I need to capture. So
what I am doing is I am continuously monitoring registry and filesystem using
regmon and filemon utilities and hitting all menu items which will change
preferences of my application. Because all such preferences would be
accessible through menu only. I dont see any other way of editing the
preferences.

So this is how I go about it. If you have any better suggestion to achieve
the same goal, let me know.

Your help is appreciated in this regards.

--------------
Vaibhav...
Generalautocad automation with VC++ Pin
Ajesh.P.S17-Feb-05 0:48
Ajesh.P.S17-Feb-05 0:48 
GeneralRe: autocad automation with VC++ Pin
Aza17-Feb-05 1:31
Aza17-Feb-05 1:31 
GeneralExcel COM from C++ Pin
MJWhiteman217-Feb-05 0:47
MJWhiteman217-Feb-05 0:47 
GeneralRe: Excel COM from C++ Pin
MJWhiteman217-Feb-05 3:45
MJWhiteman217-Feb-05 3:45 
QuestionHow to Find if a machine exists on LAN just by using Machine Name. Pin
RuchirD17-Feb-05 0:16
RuchirD17-Feb-05 0:16 
AnswerRe: How to Find if a machine exists on LAN just by using Machine Name. Pin
ThatsAlok17-Feb-05 2:25
ThatsAlok17-Feb-05 2:25 
Generalresource error Pin
rushing16-Feb-05 23:19
rushing16-Feb-05 23:19 
GeneralRe: resource error Pin
«_Superman_»17-Feb-05 2:28
professional«_Superman_»17-Feb-05 2:28 
GeneralRe: resource error Pin
rushing17-Feb-05 14:25
rushing17-Feb-05 14:25 
GeneralRe: resource error Pin
toxcct17-Feb-05 9:15
toxcct17-Feb-05 9:15 
GeneralRe: resource error Pin
rushing17-Feb-05 14:50
rushing17-Feb-05 14:50 
GeneralRe: resource error Pin
«_Superman_»17-Feb-05 20:26
professional«_Superman_»17-Feb-05 20:26 
GeneralMultilanguage in VS 98. Pin
nguyennp16-Feb-05 23:02
nguyennp16-Feb-05 23:02 
GeneralRe: Multilanguage in VS 98. Pin
Mohammad A Gdeisat16-Feb-05 23:09
Mohammad A Gdeisat16-Feb-05 23:09 
GeneralRe: Multilanguage in VS 98. Pin
Blake Miller17-Feb-05 7:47
Blake Miller17-Feb-05 7:47 
GeneralSending Bmp in peer 2 peer app Pin
Identity Undisclosed16-Feb-05 22:28
Identity Undisclosed16-Feb-05 22:28 
GeneralRe: Sending Bmp in peer 2 peer app Pin
Mohammad A Gdeisat16-Feb-05 23:19
Mohammad A Gdeisat16-Feb-05 23:19 

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.