Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Adding controls in runtime


Message #1 by Ramesh Sridharan <mr_sriramesh@y...> on Tue, 24 Sep 2002 10:25:15 -0700 (PDT)
Are you using MFC? With MFC, you define a pointer to a class
of the control you want to create (like CStatic) and then create
the class using the Create method.
Without MFC, we create a window using the window type og the
control you need to create.
 
Marco

> Hi all,

Actually this is a VC++ question, but i'm giving a
shot in this forum. I wanted to know how can we add
controls (or control array) in VC++ like we do in VB
(using LOAD statement).

Please help me in this regard.

Thank you.

=====
Sincerely,
Ramesh S ( Ph:  xxx-xxx-xxxx  ) 

  Return to Index