Click here to Skip to main content
16,016,736 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow can I display an image in a dialog? Pin
szeley30-May-05 3:31
szeley30-May-05 3:31 
AnswerRe: how can I display an image in a dialog? Pin
Jack Puppy30-May-05 4:07
Jack Puppy30-May-05 4:07 
AnswerRe: how can I display an image in a dialog? Pin
M.Mehrdad.M30-May-05 4:54
M.Mehrdad.M30-May-05 4:54 
AnswerRe: how can I display an image in a dialog? Pin
namaskaaram30-May-05 22:13
namaskaaram30-May-05 22:13 
GeneralMy C++ MFC-app into a dll -> to be used in .NET app… Pin
anderslundsgard30-May-05 2:56
anderslundsgard30-May-05 2:56 
GeneralRe: My C++ MFC-app into a dll -> to be used in .NET app… Pin
Rahim Rattani30-May-05 19:53
Rahim Rattani30-May-05 19:53 
QuestionHow to resolve Stock Overflow issue Pin
mutpan30-May-05 2:48
mutpan30-May-05 2:48 
AnswerRe: How to resolve Stock Overflow issue Pin
Cedric Moonen30-May-05 3:02
Cedric Moonen30-May-05 3:02 
Laugh | :laugh: Laugh | :laugh: "Stock overflow" ?? Do you develop some financial application?? I think this is "Stack overflow" no ? Wink | ;)

Seriously, these kind of errors happen for example when there is a endless recursive loop. The same function get called over and over until there is not stack memory left to save the current status of the program.
When does this error occurs ? I mean, this is not because you are resizing the window but probably the program is doing something wrong at this time...
AnswerRe: How to resolve Stock Overflow issue Pin
Ryan Binns30-May-05 18:03
Ryan Binns30-May-05 18:03 
GeneralRe: How to resolve Stock Overflow issue Pin
mutpan30-May-05 19:02
mutpan30-May-05 19:02 
GeneralRe: How to resolve Stock Overflow issue Pin
Cedric Moonen30-May-05 20:08
Cedric Moonen30-May-05 20:08 
Generaltransfer data between two dialog boxes Pin
abhi_code30-May-05 2:45
abhi_code30-May-05 2:45 
GeneralRe: transfer data between two dialog boxes Pin
Cedric Moonen30-May-05 2:52
Cedric Moonen30-May-05 2:52 
GeneralRe: transfer data between two dialog boxes Pin
namaskaaram30-May-05 21:55
namaskaaram30-May-05 21:55 
QuestionISAPI Filter-----------who can help me? Pin
coderdream30-May-05 2:39
coderdream30-May-05 2:39 
AnswerRe: ISAPI Filter-----------who can help me? Pin
Freezerg4-Jun-05 6:57
Freezerg4-Jun-05 6:57 
GeneralInsert my Win32 window into an ActiveX Pin
anderslundsgard30-May-05 2:32
anderslundsgard30-May-05 2:32 
Generalconcurrency Pin
pardis30-May-05 1:52
pardis30-May-05 1:52 
GeneralRe: concurrency Pin
Cedric Moonen30-May-05 2:30
Cedric Moonen30-May-05 2:30 
GeneralRetrieving the true item bounds of List Control in Icons View mode Pin
Plamen Petrov30-May-05 1:46
professionalPlamen Petrov30-May-05 1:46 
Questionhow do I redirect STDIN STDOUT for cmd.exe? Pin
munawar196830-May-05 1:38
munawar196830-May-05 1:38 
AnswerRe: how do I redirect STDIN STDOUT for cmd.exe? Pin
Rahim Rattani30-May-05 20:50
Rahim Rattani30-May-05 20:50 
GeneralRe: how do I redirect STDIN STDOUT for cmd.exe? Pin
munawar196830-May-05 21:12
munawar196830-May-05 21:12 
GeneralGetActiveView() in Main Frame Pin
hcmuns30-May-05 1:23
susshcmuns30-May-05 1:23 
GeneralRe: GetActiveView() in Main Frame Pin
Cedric Moonen30-May-05 1:52
Cedric Moonen30-May-05 1:52 

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.