Click here to Skip to main content
15,909,827 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: There is no ToolBar resizeing when I add buttons to CToolBarCtrl. Help. Pin
Stas7-May-02 20:28
Stas7-May-02 20:28 
GeneralAdding a control on a ATL Dialog Pin
Jerome Conus7-May-02 19:54
Jerome Conus7-May-02 19:54 
GeneralRe: Adding a control on a ATL Dialog Pin
Braulio Dez8-May-02 0:21
Braulio Dez8-May-02 0:21 
GeneralDialog Minimize Pin
7-May-02 19:37
suss7-May-02 19:37 
GeneralRe: Dialog Minimize Pin
Shog97-May-02 20:26
sitebuilderShog97-May-02 20:26 
GeneralRe: Dialog Minimize Pin
7-May-02 20:39
suss7-May-02 20:39 
GeneralMFC Confusion Pin
Jason Hooper7-May-02 18:47
Jason Hooper7-May-02 18:47 
GeneralRe: MFC Confusion [edited] Pin
Shog97-May-02 18:58
sitebuilderShog97-May-02 18:58 
Well, there's probably a global variable named theApp around somewhere, otherwise just cast the return value of AfxGetApp() to a CMyApp* [edited: yeah, forgot about the <> thing):
CMyApp* pApp = static_cast<CMyApp*>(AfxGetApp());


--------

I don't think that I'm a sell-out but I do "Enjoy Coke!"...

-- Bloodhound Gang, The Inevitable Return Of The Great White Dope


GeneralRe: MFC Confusion Pin
Eugene Pustovoyt8-May-02 0:06
Eugene Pustovoyt8-May-02 0:06 
GeneralRe: MFC Confusion Pin
KarstenK8-May-02 0:32
mveKarstenK8-May-02 0:32 
GeneralProblem with class COXHyperLink (from UT) in Win2K/XP Pin
Alex Cramer7-May-02 17:51
Alex Cramer7-May-02 17:51 
GeneralRe: Problem with class COXHyperLink (from UT) in Win2K/XP Pin
13-May-02 10:51
suss13-May-02 10:51 
GeneralCompile Error Help me please Pin
7-May-02 17:24
suss7-May-02 17:24 
GeneralRe: Compile Error Help me please Pin
Maxwell Chen7-May-02 18:18
Maxwell Chen7-May-02 18:18 
Generalno cursor Pin
Ryan28457-May-02 17:16
Ryan28457-May-02 17:16 
GeneralRe: no cursor Pin
Mike Nordell9-May-02 21:29
Mike Nordell9-May-02 21:29 
GeneralMeasuring FPS Pin
Coremn7-May-02 16:45
Coremn7-May-02 16:45 
GeneralRe: Measuring FPS Pin
Paul M Watt7-May-02 16:54
mentorPaul M Watt7-May-02 16:54 
GeneralRe: Measuring FPS Pin
Coremn7-May-02 18:41
Coremn7-May-02 18:41 
GeneralRe: Measuring FPS Pin
Mike Nordell9-May-02 21:33
Mike Nordell9-May-02 21:33 
GeneralRe: Measuring FPS Pin
vijayaramaraju7-May-02 19:33
vijayaramaraju7-May-02 19:33 
GeneralRe: Measuring FPS Pin
l a u r e n7-May-02 21:13
l a u r e n7-May-02 21:13 
GeneralWindows Media skins or Winamp skins on my SDI application!!!! Pin
Kind7-May-02 16:16
Kind7-May-02 16:16 
GeneralImage constructor returns OutOfMemory status in GDI+ Pin
Softomatix7-May-02 15:59
Softomatix7-May-02 15:59 
QuestionHow to implement "Program Rollback"? Pin
hex7-May-02 15:40
hex7-May-02 15:40 

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.