C++ question; MFC function called OnInitialUpdate ?!
Mizugori
NYC
I am working with a MFC book and trying to load bitmaps, both into the main viewing part of the dialog box and also on the buttons. However, there is a section where the author says to type a long chunk of code into the OnInitialUpdate function. I do not have any idea what he is talking about; I don't seem to have this function anywhere! Anyone know how I get to it, where it is/what it does? I'm used to just getting functions with buttons and etc; for example if I double click on a button then I have the option to create a function (i.e. OnOK if I am dealing with the OK button)
thanks!
thanks!
0
Comments
MSDN might have some help:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_cview.3a3a.oninitialupdate.asp