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

C / C++ / MFC

 
GeneralRe: Templates Pin
Anonymous27-Sep-03 14:02
Anonymous27-Sep-03 14:02 
GeneralRe: Templates Pin
Taka Muraoka27-Sep-03 14:37
Taka Muraoka27-Sep-03 14:37 
GeneralRe: Templates Pin
73Zeppelin27-Sep-03 15:22
73Zeppelin27-Sep-03 15:22 
GeneralPlease Give me 10cm Line on Printer Pin
Kapoor Vikrant27-Sep-03 11:57
Kapoor Vikrant27-Sep-03 11:57 
GeneralRe: Please Give me 10cm Line on Printer Pin
JWood27-Sep-03 12:10
JWood27-Sep-03 12:10 
GeneralRe: Please Give me 10cm Line on Printer Pin
Kapoor Vikrant27-Sep-03 15:28
Kapoor Vikrant27-Sep-03 15:28 
QuestionHow can I remove the menu from a CFormView? Pin
DanYELL27-Sep-03 10:49
DanYELL27-Sep-03 10:49 
AnswerRe: How can I remove the menu from a CFormView? Pin
JWood27-Sep-03 11:41
JWood27-Sep-03 11:41 
The menu is part of the CDocTemplate, at least in the document / view architecture. The CFormView can handle messages from the menu, but it is not necessary to it. The error is most likely the CDocTemplate complaining that it can't find the IDR_MAINFRAME Menu, if you deleted it. YOu probly will have to set the style of the MainFrame window to exclude the menu, and replace IDR_MAINFRAME with NULL.

J.
----------------------------

GeneralRe: How can I remove the menu from a CFormView? Pin
DanYELL27-Sep-03 12:16
DanYELL27-Sep-03 12:16 
GeneralRe: How can I remove the menu from a CFormView? Pin
JWood27-Sep-03 12:40
JWood27-Sep-03 12:40 
GeneralRe: How can I remove the menu from a CFormView? Pin
JWood27-Sep-03 13:00
JWood27-Sep-03 13:00 
Generalusing Basic Runtime Checks in VC7 Pin
Jim Crafton27-Sep-03 8:31
Jim Crafton27-Sep-03 8:31 
GeneralRe: using Basic Runtime Checks in VC7 Pin
Mike Dimmick27-Sep-03 12:15
Mike Dimmick27-Sep-03 12:15 
GeneralWinExec Pin
OTVAC30527-Sep-03 8:27
OTVAC30527-Sep-03 8:27 
GeneralRe: WinExec Pin
Ravi Bhavnani27-Sep-03 9:51
professionalRavi Bhavnani27-Sep-03 9:51 
GeneralRe: WinExec Pin
Alexander M.,27-Sep-03 12:03
Alexander M.,27-Sep-03 12:03 
GeneralRe: WinExec Pin
Mike Dimmick27-Sep-03 12:30
Mike Dimmick27-Sep-03 12:30 
QuestionBackgnd image in list messes up the drag image? Pin
Michael Dunn27-Sep-03 8:24
sitebuilderMichael Dunn27-Sep-03 8:24 
AnswerRe: Backgnd image in list messes up the drag image? Pin
Jim Crafton27-Sep-03 8:34
Jim Crafton27-Sep-03 8:34 
GeneralRe: Backgnd image in list messes up the drag image? Pin
Michael Dunn27-Sep-03 9:45
sitebuilderMichael Dunn27-Sep-03 9:45 
GeneralWinExec Pin
OTVAC30527-Sep-03 8:22
OTVAC30527-Sep-03 8:22 
GeneralPlug-in Architecture Pin
Manish K. Agarwal27-Sep-03 6:34
Manish K. Agarwal27-Sep-03 6:34 
GeneralRe: Plug-in Architecture Pin
Jim Crafton27-Sep-03 7:52
Jim Crafton27-Sep-03 7:52 
GeneralOpen Webpage in a new window from code Pin
Mathias S.27-Sep-03 6:23
Mathias S.27-Sep-03 6:23 
GeneralRe: Open Webpage in a new window from code Pin
Mathias S.27-Sep-03 6:39
Mathias S.27-Sep-03 6:39 

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.