Click here to Skip to main content
15,900,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Escape URLs? Pin
David Crow3-Sep-03 11:02
David Crow3-Sep-03 11:02 
GeneralDisable Menu Items Pin
Jay Hova3-Sep-03 3:05
Jay Hova3-Sep-03 3:05 
GeneralRe: Disable Menu Items Pin
Jason Henderson3-Sep-03 3:15
Jason Henderson3-Sep-03 3:15 
GeneralRe: Disable Menu Items Pin
Jay Hova3-Sep-03 4:31
Jay Hova3-Sep-03 4:31 
GeneralRe: Disable Menu Items Pin
jhwurmbach3-Sep-03 4:44
jhwurmbach3-Sep-03 4:44 
GeneralRe: Disable Menu Items Pin
Jason Henderson3-Sep-03 5:00
Jason Henderson3-Sep-03 5:00 
GeneralRe: Disable Menu Items Pin
Jay Hova3-Sep-03 5:25
Jay Hova3-Sep-03 5:25 
GeneralRe: Disable Menu Items Pin
Brian Shifrin3-Sep-03 7:18
Brian Shifrin3-Sep-03 7:18 
You are mixing CWnd::GetMenu/CWindow::GetMenu and ::GetMenu

Win API: HMENU GetMenu( HWND hWnd );

From your mainframe class try calling GetMenu()...

Brian

GeneralRe: Disable Menu Items Pin
Jay Hova3-Sep-03 7:42
Jay Hova3-Sep-03 7:42 
GeneralListBox in MFC Pin
cberam3-Sep-03 2:17
cberam3-Sep-03 2:17 
GeneralRe: ListBox in MFC Pin
valikac3-Sep-03 6:10
valikac3-Sep-03 6:10 
Generalvideo codec Pin
Pawel Olszewski3-Sep-03 2:16
Pawel Olszewski3-Sep-03 2:16 
Generalmultile doModal calls from one InitInstance() fails Pin
ohadp3-Sep-03 1:35
ohadp3-Sep-03 1:35 
GeneralRe: multile doModal calls from one InitInstance() fails Pin
ohadp3-Sep-03 1:49
ohadp3-Sep-03 1:49 
GeneralRe: multile doModal calls from one InitInstance() fails Pin
David Crow3-Sep-03 2:44
David Crow3-Sep-03 2:44 
GeneralStoring Data as ASCII format Pin
Shaffiq3-Sep-03 1:33
Shaffiq3-Sep-03 1:33 
GeneralDumbest Question Ever? Pin
dog_spawn3-Sep-03 1:50
dog_spawn3-Sep-03 1:50 
GeneralRe: Storing Data as ASCII format Pin
Ravi Bhavnani3-Sep-03 5:42
professionalRavi Bhavnani3-Sep-03 5:42 
GeneralRe: Storing Data as ASCII format Pin
Navin3-Sep-03 8:01
Navin3-Sep-03 8:01 
Generalremoving duplicates via the <b>stl</b> Pin
RChin3-Sep-03 1:31
RChin3-Sep-03 1:31 
GeneralRe: removing duplicates via the stl Pin
dog_spawn3-Sep-03 1:54
dog_spawn3-Sep-03 1:54 
GeneralRe: removing duplicates via the stl Pin
RChin3-Sep-03 1:57
RChin3-Sep-03 1:57 
GeneralRe: removing duplicates via the <b>stl</b> Pin
Andrew Walker3-Sep-03 2:07
Andrew Walker3-Sep-03 2:07 
GeneralRe: removing duplicates via the <b>stl</b> Pin
David Crow3-Sep-03 2:46
David Crow3-Sep-03 2:46 
GeneralRe: removing duplicates via the <b>stl</b> Pin
RChin3-Sep-03 2:51
RChin3-Sep-03 2:51 

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.