-
Open New Form
I have a button that i want the user to press and then it will open another form, but i am unsure what the code is i need to use. at the moment i am trying
but this is not working so can anyone help me with this?
i am using C++ Borland Builder 6
Thanks
-
Code:
#include "Unit2.h"
//(...)
Form2->Show();
-
Code:
if(hMFC == BAD_NEWS) pszLocalPlanet = "Earth";
else pszLocalPlanet = "Cheese";
:D
-
Quote:
Originally Posted by
Yarin
Code:
if(hMFC == BAD_NEWS) pszLocalPlanet = "Earth";
else pszLocalPlanet = "Cheese";
:D
LOL!
Borland Builder is not MFC, only MS IDE's support MFC.....
You think all WIN32 wrappers (ie Delphi) are bad as well or just biased against MS ones?