how to display other exe by clicking another exe button
-
:(I have a simple mfc dialog base exe which have simply ADD button and a static text. By clicking ADD button, it write "Sample text" on static text. Now i create another dialog base project in which i have only one button called WRITE. Now my problem is, As i click on WRITE button it work for earlier project exe work as ADD button was doing . How to do this.
-
:(I have a simple mfc dialog base exe which have simply ADD button and a static text. By clicking ADD button, it write "Sample text" on static text. Now i create another dialog base project in which i have only one button called WRITE. Now my problem is, As i click on WRITE button it work for earlier project exe work as ADD button was doing . How to do this.
-
Are you referring to data sharing via memory-mapping between the two applications? Kuphryn
Thanks for replaing Kuphryn. Actually I want to make my own recycle bin cleaner. By the clicking on my exe, i want to open the recycle bin and then clean it by another button. :suss: One thing i would like to tell you i am very much new for vc++. But i am to do this some and how... Snav
-
Thanks for replaing Kuphryn. Actually I want to make my own recycle bin cleaner. By the clicking on my exe, i want to open the recycle bin and then clean it by another button. :suss: One thing i would like to tell you i am very much new for vc++. But i am to do this some and how... Snav
Check out CodeProject code section. http://www.codeproject.com/shell/recyclebin.asp Kuphryn
-
Check out CodeProject code section. http://www.codeproject.com/shell/recyclebin.asp Kuphryn
-
:cool:Thanks kuphryn, I asked for way and you gave me the destiney. now further Problem, do you have any idea about autofill information of internet explorer for password or addresses? how can i remove to them by my project. snav
-
Thanks Kuphryn, :confused:That was not my question I want to apply same feature in my project but still i have no clue regarding that(I want to remove autocomplete forms and passwords by my project) Snav