Click here to Skip to main content
15,894,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionUnhandled exception at 0x7822119c (mfc80d.dll) in Audio.exe: 0xC0000005: Access violation reading location 0xcdcdcdd9 Pin
Maynka23-Sep-07 17:39
Maynka23-Sep-07 17:39 
AnswerRe: Unhandled exception at 0x7822119c (mfc80d.dll) in Audio.exe: 0xC0000005: Access violation reading location 0xcdcdcdd9 Pin
Waldermort23-Sep-07 19:51
Waldermort23-Sep-07 19:51 
QuestionRe: Unhandled exception at 0x7822119c (mfc80d.dll) in Audio.exe: 0xC0000005: Access violation reading location 0xcdcdcdd9 Pin
Hamid_RT23-Sep-07 20:53
Hamid_RT23-Sep-07 20:53 
QuestionBrowser Pin
saisp23-Sep-07 17:35
saisp23-Sep-07 17:35 
AnswerRe: Browser Pin
nbugalia23-Sep-07 19:13
nbugalia23-Sep-07 19:13 
GeneralRe: Browser Pin
saisp23-Sep-07 20:21
saisp23-Sep-07 20:21 
GeneralRe: Browser Pin
nbugalia23-Sep-07 20:49
nbugalia23-Sep-07 20:49 
JokeRe: Browser Pin
Mark Salsbery24-Sep-07 8:01
Mark Salsbery24-Sep-07 8:01 
QuestionRe: Browser Pin
Hamid_RT23-Sep-07 20:53
Hamid_RT23-Sep-07 20:53 
AnswerRe: Browser Pin
saisp23-Sep-07 21:04
saisp23-Sep-07 21:04 
QuestionHow to create executable file to register an ActiveX(*.ocx) Pin
TooShy2Talk23-Sep-07 16:40
TooShy2Talk23-Sep-07 16:40 
AnswerRe: How to create executable file to register an ActiveX(*.ocx) Pin
Wes Aday23-Sep-07 17:23
professionalWes Aday23-Sep-07 17:23 
QuestionThreads Pin
ginjikun23-Sep-07 15:40
ginjikun23-Sep-07 15:40 
AnswerRe: Threads Pin
David Crow23-Sep-07 16:40
David Crow23-Sep-07 16:40 
GeneralRe: Threads Pin
ginjikun23-Sep-07 16:59
ginjikun23-Sep-07 16:59 
GeneralRe: Threads Pin
Iain Clarke, Warrior Programmer23-Sep-07 22:30
Iain Clarke, Warrior Programmer23-Sep-07 22:30 
QuestionRe: Threads Pin
David Crow24-Sep-07 2:49
David Crow24-Sep-07 2:49 
AnswerRe: Threads Pin
Stephen Hewitt23-Sep-07 19:31
Stephen Hewitt23-Sep-07 19:31 
QuestionSimple Question (Listbox) Pin
Dane Grant23-Sep-07 12:38
Dane Grant23-Sep-07 12:38 
AnswerRe: Simple Question (Listbox) Pin
Mark Salsbery23-Sep-07 12:46
Mark Salsbery23-Sep-07 12:46 
QuestionCFormView - How to change size of a view dynamically to fit the client's frame window (without manually resizing parent window)? Pin
mfc_rookie23-Sep-07 11:16
mfc_rookie23-Sep-07 11:16 
AnswerRe: CFormView - How to change size of a view dynamically to fit the client's frame window (without manually resizing parent window)? Pin
Mark Salsbery23-Sep-07 12:56
Mark Salsbery23-Sep-07 12:56 
GeneralRe: CFormView - How to change size of a view dynamically to fit the client's frame window (without manually resizing parent window)? Pin
mfc_rookie23-Sep-07 18:09
mfc_rookie23-Sep-07 18:09 
Hi Mark,

Thanks for the reply.
If I insert the RecalcLayout() inside the OnInitialUpdate of
the View then the outer frame window will shrink into the
size of the view. What I want is the size of the view needs
to grow as the outer frame window grows (actually the outer frame
has been set to fixed values cx and cy). The reason for this effect
is I want to populate each view dynamically with controls such as
buttons, datagrid, textboxes, list boxes, and combo boxes. Please
help. Thank you for your time. Have a nice day.
GeneralRe: CFormView - How to change size of a view dynamically to fit the client's frame window (without manually resizing parent window)? Pin
JudyL_MD24-Sep-07 2:52
JudyL_MD24-Sep-07 2:52 
GeneralRe: CFormView - How to change size of a view dynamically to fit the client's frame window (without manually resizing parent window)? Pin
Vaclav_24-Sep-07 4:17
Vaclav_24-Sep-07 4:17 

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.