Click here to Skip to main content
15,889,877 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Socket Program Problem!!! Pin
Rage11-Dec-02 0:06
professionalRage11-Dec-02 0:06 
GeneralRe: Socket Program Problem!!! Pin
Rage10-Dec-02 23:58
professionalRage10-Dec-02 23:58 
GeneralRe: Socket Program Problem!!! Pin
John Bosko11-Dec-02 0:00
John Bosko11-Dec-02 0:00 
GeneralRe: Socket Program Problem!!! Pin
Rage11-Dec-02 0:17
professionalRage11-Dec-02 0:17 
GeneralEnableMenuItem Pin
Sunnygirl10-Dec-02 22:52
Sunnygirl10-Dec-02 22:52 
GeneralRe: EnableMenuItem Pin
jhwurmbach10-Dec-02 23:46
jhwurmbach10-Dec-02 23:46 
GeneralRe: EnableMenuItem Pin
Sunnygirl10-Dec-02 23:52
Sunnygirl10-Dec-02 23:52 
GeneralRe: EnableMenuItem Pin
jhwurmbach11-Dec-02 0:03
jhwurmbach11-Dec-02 0:03 
OK. I try to explain:
Any function in global space can (should) be preceeded with the scope operator :: This means it is not from the loacal namespace (e.g. class) but global. Most of the time, the compiler can figure it out itself, but it helps human readers to explicitly say that you are calling the global scope function, and not some member.
::LoadMenu() is a WIN32 function in global scope. MSDN will be of help with the details.
CMenu::m_hmenu is the member variable m_hmenu from the namespace CMenu. CMenu is the MFC class dealing with menus. Also MSDN helps here.


Hope this helps


--
"My opinions may have changed, but not the fact that I am right."
Found in the sig of Herbert Kaminski
GeneralRe: EnableMenuItem Pin
Sunnygirl11-Dec-02 0:10
Sunnygirl11-Dec-02 0:10 
GeneralRe: EnableMenuItem Pin
jhwurmbach11-Dec-02 0:32
jhwurmbach11-Dec-02 0:32 
GeneralRe: EnableMenuItem Pin
Sunnygirl11-Dec-02 1:11
Sunnygirl11-Dec-02 1:11 
GeneralRe: EnableMenuItem Pin
jhwurmbach11-Dec-02 1:19
jhwurmbach11-Dec-02 1:19 
GeneralRe: EnableMenuItem Pin
Ted Ferenc11-Dec-02 3:04
Ted Ferenc11-Dec-02 3:04 
GeneralRe: EnableMenuItem Pin
Anonymous11-Dec-02 3:49
Anonymous11-Dec-02 3:49 
Question"Transparent" child dialog? Pin
Bùi Phạm Minh Trí10-Dec-02 21:55
Bùi Phạm Minh Trí10-Dec-02 21:55 
AnswerRe: "Transparent" child dialog? Pin
Rage10-Dec-02 22:09
professionalRage10-Dec-02 22:09 
AnswerRe: "Transparent" child dialog? Pin
Rage10-Dec-02 22:26
professionalRage10-Dec-02 22:26 
GeneralRe: "Transparent" child dialog? Pin
Bùi Phạm Minh Trí11-Dec-02 0:02
Bùi Phạm Minh Trí11-Dec-02 0:02 
GeneralExcel automation Pin
Rage10-Dec-02 21:15
professionalRage10-Dec-02 21:15 
GeneralRe: Excel automation Pin
kjessee11-Dec-02 0:19
kjessee11-Dec-02 0:19 
GeneralRe: Excel automation Pin
Rage11-Dec-02 0:28
professionalRage11-Dec-02 0:28 
GeneralRe: Excel automation Pin
-Dy11-Dec-02 1:02
-Dy11-Dec-02 1:02 
GeneralWeb view windows file explorer Pin
Michael.Weiss10-Dec-02 19:49
Michael.Weiss10-Dec-02 19:49 
GeneralRe: Web view windows file explorer Pin
Andreas Saurwein11-Dec-02 2:22
Andreas Saurwein11-Dec-02 2:22 
GeneralRe: Web view windows file explorer Pin
Michael.Weiss11-Dec-02 2:32
Michael.Weiss11-Dec-02 2:32 

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.