Click here to Skip to main content
15,927,803 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProblems with accelerators Pin
6-Dec-00 5:58
suss6-Dec-00 5:58 
GeneralRe: Problems with accelerators Pin
Christian Graus6-Dec-00 9:33
protectorChristian Graus6-Dec-00 9:33 
GeneralWhile using DAO with VC++ or VB..... Pin
6-Dec-00 5:51
suss6-Dec-00 5:51 
GeneralWhile using DAO with VC++ or VB..... Pin
6-Dec-00 5:51
suss6-Dec-00 5:51 
GeneralWhile using DAO with VC++ or VB..... Pin
6-Dec-00 5:50
suss6-Dec-00 5:50 
GeneralRe: While using DAO with VC++ or VB..... Pin
Chris Meech6-Dec-00 6:39
Chris Meech6-Dec-00 6:39 
GeneralCall a function In MainFrame.cpp from NameView.cpp Pin
6-Dec-00 5:48
suss6-Dec-00 5:48 
GeneralRe: Call a function In MainFrame.cpp from NameView.cpp Pin
Christian Graus6-Dec-00 9:36
protectorChristian Graus6-Dec-00 9:36 
Make sure mainfrm.h is included in your view and then

CMainFrame* pMain = (CMainFrame*)AfxGetMainWnd();

will give you a pointer you can use to call whatever you like, assuming it is public, or you've declared your view to be a friend of the class.

Christian

The content of this post is not necessarily the opinion of my yadda yadda yadda.

To understand recursion, we must first understand recursion.
GeneralGetRandomRgn API has no definition in wingdi.h Pin
6-Dec-00 4:24
suss6-Dec-00 4:24 
GeneralRe: GetRandomRgn API has no definition in wingdi.h Pin
Michael Dunn6-Dec-00 12:36
sitebuilderMichael Dunn6-Dec-00 12:36 
GeneralRe: GetRandomRgn API has no definition in wingdi.h Pin
6-Dec-00 22:12
suss6-Dec-00 22:12 
GeneralPb with Rectangle API under Windows 2000 Pin
6-Dec-00 4:10
suss6-Dec-00 4:10 
GeneralSystem tray icon Pin
Amol Pargaonkar5-Dec-00 22:39
Amol Pargaonkar5-Dec-00 22:39 
GeneralNNTP server Pin
5-Dec-00 21:16
suss5-Dec-00 21:16 
GeneralPartial Specialisation Pin
5-Dec-00 20:17
suss5-Dec-00 20:17 
GeneralRe: Partial Specialisation Pin
Erik Funkenbusch6-Dec-00 10:53
Erik Funkenbusch6-Dec-00 10:53 
GeneralRe: Partial Specialisation Pin
Leo Davidson7-Dec-00 9:17
Leo Davidson7-Dec-00 9:17 
GeneralRe: Partial Specialisation Pin
Erik Funkenbusch7-Dec-00 9:30
Erik Funkenbusch7-Dec-00 9:30 
GeneralRe: Partial Specialisation Pin
Jonathan Gilligan7-Dec-00 21:30
Jonathan Gilligan7-Dec-00 21:30 
GeneralRe: Partial Specialisation (again) Pin
Erik Funkenbusch8-Dec-00 10:28
Erik Funkenbusch8-Dec-00 10:28 
GeneralODBC API stuff Pin
Steve Driessens5-Dec-00 16:34
Steve Driessens5-Dec-00 16:34 
GeneralRe: ODBC API stuff Pin
6-Dec-00 5:12
suss6-Dec-00 5:12 
GeneralRe: ODBC API stuff Pin
Steve Driessens6-Dec-00 17:22
Steve Driessens6-Dec-00 17:22 
GeneralMFC ACctiveX Pin
5-Dec-00 14:56
suss5-Dec-00 14:56 
GeneralRe: MFC ACctiveX Pin
Erik Funkenbusch6-Dec-00 10:56
Erik Funkenbusch6-Dec-00 10:56 

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.