Click here to Skip to main content
15,920,217 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionAbout Multiple Windows Forms Pin
savitri11-May-09 20:47
savitri11-May-09 20:47 
AnswerRe: About Multiple Windows Forms Pin
N a v a n e e t h12-May-09 22:24
N a v a n e e t h12-May-09 22:24 
GeneralRe: About Multiple Windows Forms Pin
savitri13-May-09 1:22
savitri13-May-09 1:22 
GeneralRe: About Multiple Windows Forms Pin
N a v a n e e t h13-May-09 2:20
N a v a n e e t h13-May-09 2:20 
QuestionRe: About Multiple Windows Forms Pin
savitri13-May-09 19:41
savitri13-May-09 19:41 
QuestionRe: About Multiple Windows Forms Pin
Mark Salsbery14-May-09 6:58
Mark Salsbery14-May-09 6:58 
AnswerRe: About Multiple Windows Forms Pin
N a v a n e e t h14-May-09 16:02
N a v a n e e t h14-May-09 16:02 
GeneralRe: About Multiple Windows Forms Pin
savitri14-May-09 19:20
savitri14-May-09 19:20 
Hi,

Ya i have to include header files to access the functions and variables of that class. thanks for ur guidance. I got the soft copy of that book what u specified in previous reply.
In VC.NET i have 2 windows forms Called Form1 and Form2.
I am including form2.h in form1 and accessing all the functions of form2.
But when i am including form1.h in form2 then i am getting error and not able to access the functions.
After that i did like this.
ref class form1;and created object of form1 in form2 constructor and when i called form2 frm=gcnew form2(this);

and also i am getting error like base class undefined for this code public ref class form2: form1
{//code here
}

Sorry if i written something wrong.I am new to this .net.Please help me to learn this.
Thanks in advance.

Regards,
Savitri P
GeneralRe: About Multiple Windows Forms Pin
N a v a n e e t h14-May-09 23:52
N a v a n e e t h14-May-09 23:52 
QuestionRe: About Multiple Windows Forms Pin
savitri15-May-09 21:20
savitri15-May-09 21:20 
QuestionCreating Windows Service VC++ 6.0 Pin
iamJayPatil11-May-09 18:52
iamJayPatil11-May-09 18:52 
QuestionDetermining if an inputted file name exists? Pin
TabascoSauce9-May-09 12:50
TabascoSauce9-May-09 12:50 
AnswerRe: Determining if an inputted file name exists? Pin
dybs9-May-09 13:04
dybs9-May-09 13:04 
GeneralRe: Determining if an inputted file name exists? Pin
TabascoSauce9-May-09 13:12
TabascoSauce9-May-09 13:12 
GeneralRe: Determining if an inputted file name exists? Pin
dybs9-May-09 13:20
dybs9-May-09 13:20 
GeneralRe: Determining if an inputted file name exists? Pin
TabascoSauce9-May-09 13:28
TabascoSauce9-May-09 13:28 
GeneralRe: Determining if an inputted file name exists? Pin
teejayem9-May-09 14:59
teejayem9-May-09 14:59 
GeneralRe: Determining if an inputted file name exists? Pin
TabascoSauce9-May-09 16:21
TabascoSauce9-May-09 16:21 
QuestionUsing buttons in Webbrowser (VS2005) Pin
Trollslayer9-May-09 11:02
mentorTrollslayer9-May-09 11:02 
QuestionRe: Using buttons in Webbrowser (VS2005) Pin
led mike11-May-09 4:27
led mike11-May-09 4:27 
AnswerRe: Using buttons in Webbrowser (VS2005) Pin
Trollslayer11-May-09 7:19
mentorTrollslayer11-May-09 7:19 
Question[Message Deleted] Pin
TabascoSauce8-May-09 15:56
TabascoSauce8-May-09 15:56 
AnswerRe: Saving values to a selection in a list box (I'm a noob) Pin
Mark Salsbery9-May-09 11:44
Mark Salsbery9-May-09 11:44 
QuestionWMI Win32_Service Pin
Jack Rong4-May-09 5:22
Jack Rong4-May-09 5:22 
AnswerRe: WMI Win32_Service Pin
Mark Salsbery4-May-09 7:16
Mark Salsbery4-May-09 7:16 

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.