Click here to Skip to main content
15,922,696 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDoes Stack Wal k Wal the stack ??? Pin
ForNow23-Apr-08 19:46
ForNow23-Apr-08 19:46 
AnswerRe: Does Stack Walk Walk the stack ??? Pin
ForNow24-Apr-08 13:36
ForNow24-Apr-08 13:36 
GeneralChild Parent relationship between two exe's Pin
Le@rner23-Apr-08 19:27
Le@rner23-Apr-08 19:27 
GeneralRe: Child Parent relationship between two exe's Pin
Rajkumar R23-Apr-08 19:40
Rajkumar R23-Apr-08 19:40 
GeneralRe: Child Parent relationship between two exe's Pin
Le@rner23-Apr-08 20:25
Le@rner23-Apr-08 20:25 
GeneralRe: Child Parent relationship between two exe's Pin
Rajkumar R23-Apr-08 22:49
Rajkumar R23-Apr-08 22:49 
GeneralRe: Child Parent relationship between two exe's Pin
Mukesh Kumar23-Apr-08 21:49
Mukesh Kumar23-Apr-08 21:49 
GeneralRe: Child Parent relationship between two exe's Pin
Sameerkumar Namdeo23-Apr-08 22:56
Sameerkumar Namdeo23-Apr-08 22:56 
Using File Mapping you can both :
[1] achieve child - parent relationship requirement.
Parent will write some data in file. When child will run it will open the file and read that confidential data. If the data is as expected then it can run.
[2] also you can share data between two exes using file mapping concept.

functions involved :
CreateFile()
CreateFileMapping()
MapViewOfFile()
GeneralRe: Child Parent relationship between two exe's Pin
David Crow24-Apr-08 4:23
David Crow24-Apr-08 4:23 
QuestionAdminstrator privileges for User account Pin
Ajay L D23-Apr-08 18:59
Ajay L D23-Apr-08 18:59 
GeneralRe: Adminstrator privileges for User account Pin
Rajkumar R23-Apr-08 19:26
Rajkumar R23-Apr-08 19:26 
QuestionHow to load resource of static librray from exe.? Pin
lavate malllik23-Apr-08 18:23
lavate malllik23-Apr-08 18:23 
AnswerRe: How to load resource of static librray from exe.? Pin
Paresh Chitte23-Apr-08 18:53
Paresh Chitte23-Apr-08 18:53 
GeneralRe: How to load resource of static librray from exe.? Pin
Rajkumar R23-Apr-08 19:36
Rajkumar R23-Apr-08 19:36 
AnswerRe: How to load resource of static librray from exe.? Pin
Rajkumar R23-Apr-08 19:35
Rajkumar R23-Apr-08 19:35 
AnswerRe: How to load resource of static librray from exe.? Pin
Ozer Karaagac23-Apr-08 23:57
professionalOzer Karaagac23-Apr-08 23:57 
Questionhow to read data from a file, and draw a bar chart according to the data in the file? Pin
tnl102523-Apr-08 16:30
tnl102523-Apr-08 16:30 
AnswerRe: how to read data from a file, and draw a bar chart according to the data in the file? Pin
_AnsHUMAN_ 23-Apr-08 19:05
_AnsHUMAN_ 23-Apr-08 19:05 
AnswerRe: how to read data from a file, and draw a bar chart according to the data in the file? Pin
Cedric Moonen23-Apr-08 20:00
Cedric Moonen23-Apr-08 20:00 
AnswerRe: how to read data from a file, and draw a bar chart according to the data in the file? Pin
Hamid_RT24-Apr-08 6:01
Hamid_RT24-Apr-08 6:01 
Questionwhat is the different between with EVC++ and VC++? Pin
xqhrs23223-Apr-08 15:59
xqhrs23223-Apr-08 15:59 
AnswerRe: what is the different between with EVC++ and VC++? Pin
Saurabh.Garg23-Apr-08 16:35
Saurabh.Garg23-Apr-08 16:35 
GeneralRe: what is the different between with EVC++ and VC++? Pin
Mukesh Kumar23-Apr-08 18:53
Mukesh Kumar23-Apr-08 18:53 
GeneralRe: what is the different between with EVC++ and VC++? Pin
Saurabh.Garg24-Apr-08 1:53
Saurabh.Garg24-Apr-08 1:53 
GeneralRe: what is the different between with EVC++ and VC++? Pin
Mukesh Kumar24-Apr-08 18:29
Mukesh Kumar24-Apr-08 18:29 

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.