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

C / C++ / MFC

 
Questionodbc connection problem Pin
trioum25-Mar-09 1:06
trioum25-Mar-09 1:06 
AnswerRe: odbc connection problem Pin
Rajesh R Subramanian25-Mar-09 1:58
professionalRajesh R Subramanian25-Mar-09 1:58 
GeneralRe: odbc connection problem Pin
trioum26-Mar-09 2:44
trioum26-Mar-09 2:44 
Questionknowing windows of a process Pin
swapcdac25-Mar-09 0:10
swapcdac25-Mar-09 0:10 
AnswerRe: knowing windows of a process Pin
«_Superman_»25-Mar-09 0:59
professional«_Superman_»25-Mar-09 0:59 
QuestionAsserting in afxwin1.inl Line: 29 [modified] Pin
vibindia24-Mar-09 21:41
vibindia24-Mar-09 21:41 
AnswerRe: Asserting in afxwin1.inl Line: 29 Pin
CPallini24-Mar-09 22:43
mveCPallini24-Mar-09 22:43 
AnswerRe: Asserting in afxwin1.inl Line: 29 Pin
vibindia25-Mar-09 3:17
vibindia25-Mar-09 3:17 
Questionobject made through CRuntimeClass Pin
prithaa24-Mar-09 21:35
prithaa24-Mar-09 21:35 
AnswerRe: object made through CRuntimeClass Pin
Code-o-mat24-Mar-09 23:16
Code-o-mat24-Mar-09 23:16 
RantRe: object made through CRuntimeClass Pin
Iain Clarke, Warrior Programmer24-Mar-09 23:22
Iain Clarke, Warrior Programmer24-Mar-09 23:22 
GeneralRe: object made through CRuntimeClass Pin
Code-o-mat24-Mar-09 23:40
Code-o-mat24-Mar-09 23:40 
GeneralRe: object made through CRuntimeClass Pin
Iain Clarke, Warrior Programmer25-Mar-09 0:02
Iain Clarke, Warrior Programmer25-Mar-09 0:02 
GeneralRe: object made through CRuntimeClass Pin
Garth J Lancaster25-Mar-09 0:59
professionalGarth J Lancaster25-Mar-09 0:59 
GeneralOT: Re: object made through CRuntimeClass Pin
Iain Clarke, Warrior Programmer25-Mar-09 1:20
Iain Clarke, Warrior Programmer25-Mar-09 1:20 
GeneralOT (No, really) Pin
Rajesh R Subramanian25-Mar-09 1:56
professionalRajesh R Subramanian25-Mar-09 1:56 
GeneralRe: OT (No, really) Pin
Iain Clarke, Warrior Programmer25-Mar-09 2:32
Iain Clarke, Warrior Programmer25-Mar-09 2:32 
GeneralRe: OT: Re: object made through CRuntimeClass Pin
Eytukan25-Mar-09 5:28
Eytukan25-Mar-09 5:28 
GeneralRe: object made through CRuntimeClass Pin
CPallini25-Mar-09 3:33
mveCPallini25-Mar-09 3:33 
AnswerRe: object made through CRuntimeClass Pin
Iain Clarke, Warrior Programmer24-Mar-09 23:21
Iain Clarke, Warrior Programmer24-Mar-09 23:21 
prithaa wrote:
how do I access object made with CreateNewChild()?


By reading the documentation for the CreateNewChild method.
MSDN wrote:

CMDIChildWnd* CreateNewChild(
CRuntimeClass* pClass,
UINT nResource,
HMENU hMenu = NULL,
HACCEL hAccel = NULL
);


The function returns the new child that it has created. You should almost always pay attention to return values...
You can that cast it to the TableF type, and call as many functions as your heart desires.

Hope that helped!

Iain.

In the process of moving to Sweden for love (awwww).
If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), give me a job!

QuestionSet maximum length for Windows System password Pin
Shashi.Shinde24-Mar-09 20:45
Shashi.Shinde24-Mar-09 20:45 
AnswerRe: Set maximum length for Windows System password Pin
Rajesh R Subramanian24-Mar-09 21:03
professionalRajesh R Subramanian24-Mar-09 21:03 
GeneralRe: Set maximum length for Windows System password Pin
Eytukan24-Mar-09 21:17
Eytukan24-Mar-09 21:17 
GeneralRe: Set maximum length for Windows System password Pin
Chandrasekharan P24-Mar-09 21:47
Chandrasekharan P24-Mar-09 21:47 
GeneralRe: Set maximum length for Windows System password Pin
ThatsAlok25-Mar-09 1:47
ThatsAlok25-Mar-09 1:47 

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.