baselkhateeb
July 22nd, 2005, 07:10 PM
Hallo every body :
the quesiton is that I have created a Windows Forms (.NET) application
which originally contains a form
I designed a function and I tried alot of ways to access the form proprties
and they all failed
its like this
Form1.h
//start >>
//all required files included
void func() ;
namespace Project1
{
__gc class Form1 public :System::Windows::Forms::Form
{
//methods
};
}
void func()
{
//some codes
}
I tried to pass the function as a parameter and tried apointer and so many ways but they all failes
the quesiton is that I have created a Windows Forms (.NET) application
which originally contains a form
I designed a function and I tried alot of ways to access the form proprties
and they all failed
its like this
Form1.h
//start >>
//all required files included
void func() ;
namespace Project1
{
__gc class Form1 public :System::Windows::Forms::Form
{
//methods
};
}
void func()
{
//some codes
}
I tried to pass the function as a parameter and tried apointer and so many ways but they all failes