|
Go4Expert Member
|
|
| 1Nov2006,18:19 | #41 |
|
Processes and thread are very similar but they differ in the way they share their resources. Processes are independent and have its own address space. If two independent processes want to communicate they do this by using the following techniques 1.Message Passing 2.Sockets 3. named pipes
|
|
Go4Expert Member
|
|
| 1Nov2006,18:24 | #42 |
|
Create a Named Mutex.
HANDLE hMutex=CreateMutex(TRUE,_T(“NamedMutex”)) |
|
Go4Expert Member
|
|
| 6Nov2006,15:08 | #43 |
|
CMenu newMenu;
newMenu.LoadMenu (IDR_MENU1); AfxGetMainWnd()->SetMenu( &newMenu ); AfxGetMainWnd()->DrawMenuBar(); newMenu.Detach (); |
|
Go4Expert Founder
|
![]() |
| 6Nov2006,15:47 | #44 |
|
Quote:
Originally Posted by rajeswaridvssnr |
|
Newbie Member
|
|
| 3Jan2007,14:10 | #45 |
|
Quote:
Originally Posted by shabbir if u want make singleton class make custructor as private |
|
Newbie Member
|
|
| 3Jan2007,14:18 | #46 |
|
Quote:
Originally Posted by rajeswaridvssnr Use memory-mapped files to share data memory between processes |
|
Newbie Member
|
|
| 3Jun2007,00:00 | #47 |
|
Quote:
Originally Posted by rajeswaridvssnr This is exactly true. A small correction in the above would be 'ANSI code represents 8bits( one byte) data where UNICODE represents 16bits (2 bytes) data for supporting universal languages. |
|
Newbie Member
|
|
| 3Jun2007,00:03 | #48 |
|
Quote:
Originally Posted by hellokareem |
|
Newbie Member
|
|
| 8Aug2007,19:29 | #49 |
|
If anybody can se me the answers for the questions, it is good start for a beginner like me.
|
|
Newbie Member
|
|
| 8Aug2007,19:32 | #50 |
|
If somebody can send me the answers for the MFC questions plzzzzzzzzzzzzzzz, i have an interview
|

