Click here to Skip to main content
16,005,734 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionActiveX Dll in ASP.NET Pin
Sinoop Sundar16-Aug-07 20:04
Sinoop Sundar16-Aug-07 20:04 
QuestionFile Monitoring Pin
GauranG Shah16-Aug-07 19:46
GauranG Shah16-Aug-07 19:46 
AnswerRe: File Monitoring Pin
Abdellatif_El_Khlifi18-Aug-07 6:46
Abdellatif_El_Khlifi18-Aug-07 6:46 
QuestionHow to Monitor the single File. Pin
GauranG Shah16-Aug-07 19:35
GauranG Shah16-Aug-07 19:35 
AnswerRe: How to Monitor the single File. Pin
Naveen16-Aug-07 20:16
Naveen16-Aug-07 20:16 
GeneralRe: How to Monitor the single File. Pin
GauranG Shah16-Aug-07 22:47
GauranG Shah16-Aug-07 22:47 
GeneralRe: How to Monitor the single File. Pin
Naveen16-Aug-07 23:44
Naveen16-Aug-07 23:44 
QuestionCMenu's handle Pin
prithaa16-Aug-07 19:18
prithaa16-Aug-07 19:18 
Hello,

If I want to write an equality operator for a menu class derived from CMenu than can I write as follows

class Menu : public CMenu
{
Menu& operator= (Menu& M) ;
};

Menu& Menu::operator= (Menu& M)
{
this->m_hMenu = M.m_hMenu;
return *this;
}

Will this equate one Menu = Another Menu ?
Are there any hidden problems?

Thanks
Prithaa

AnswerRe: CMenu's handle Pin
Naveen16-Aug-07 21:38
Naveen16-Aug-07 21:38 
QuestionRe: CMenu's handle Pin
David Crow17-Aug-07 4:18
David Crow17-Aug-07 4:18 
QuestionApplication crashes please help. Pin
shivditya16-Aug-07 19:08
shivditya16-Aug-07 19:08 
GeneralLNK2005 Error Pin
Shajeel16-Aug-07 19:07
Shajeel16-Aug-07 19:07 
GeneralRe: LNK2005 Error Pin
shivditya16-Aug-07 19:17
shivditya16-Aug-07 19:17 
GeneralRe: LNK2005 Error Pin
Shajeel16-Aug-07 19:20
Shajeel16-Aug-07 19:20 
GeneralRe: LNK2005 Error Pin
shivditya16-Aug-07 19:25
shivditya16-Aug-07 19:25 
GeneralRe: LNK2005 Error Pin
prithaa16-Aug-07 19:33
prithaa16-Aug-07 19:33 
GeneralRe: LNK2005 Error Pin
shivditya16-Aug-07 20:01
shivditya16-Aug-07 20:01 
GeneralRe: LNK2005 Error Pin
prithaa16-Aug-07 20:48
prithaa16-Aug-07 20:48 
GeneralRe: LNK2005 Error Pin
David Crow17-Aug-07 4:20
David Crow17-Aug-07 4:20 
GeneralRe: LNK2005 Error Pin
Mark Salsbery17-Aug-07 5:18
Mark Salsbery17-Aug-07 5:18 
GeneralRe: LNK2005 Error Pin
prithaa17-Aug-07 21:10
prithaa17-Aug-07 21:10 
GeneralRe: LNK2005 Error Pin
Mark Salsbery18-Aug-07 6:57
Mark Salsbery18-Aug-07 6:57 
QuestionHow to expose bitmap from active x control Pin
yaminisridaran16-Aug-07 18:43
yaminisridaran16-Aug-07 18:43 
QuestionExcel sheet Pin
__yash__16-Aug-07 18:25
professional__yash__16-Aug-07 18:25 
AnswerRe: Excel sheet Pin
Karismatic16-Aug-07 20:14
Karismatic16-Aug-07 20:14 

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.