could you please explain exactly what you mean.
NathanOliver
Posting Virtuoso
1,513 posts since Apr 2009
Reputation Points: 269
Solved Threads: 277
Skill Endorsements: 3
>>visual C++ 2010 Express edition, which is a trial one
No it isn't. Its free to use for as long as you want and you can use it for both commercial and non-commercial purposes. There's nothing trial about it, at least not in the sense that the trial period expires.
What exactuly to you mean "from one page to another page" ? Do you have a Forms application that contains a button? Your question is very ambiguous.
Ancient Dragon
Achieved Level 70
32,104 posts since Aug 2005
Reputation Points: 5,836
Solved Threads: 2,575
Skill Endorsements: 68
>>page 1->Show(this);
Remove the parameter. Just this: page1->Show(); I created a Forms application that contained two forms and this worked for me
private: System::Void button4_Click(System::Object^ sender, System::EventArgs^ e) {
Form2^ f = gcnew Form2;
f->Show();
}
};
Ancient Dragon
Achieved Level 70
32,104 posts since Aug 2005
Reputation Points: 5,836
Solved Threads: 2,575
Skill Endorsements: 68
Question Answered as of 3 Years Ago by
Ancient Dragon
and
NathanOliver thanks Ancient Dragon,
really? thank for your info, i didn't notice it but everytime i start dat program it'll keep remind me that 20 more days left...i think to
Sorry to bump your solved thread, but go to the help menu and the 6th option down is "Register Product". Do their little dance (ultraeasy if you already have hotmail or other M$ stuff) and that message will go away.
jonsca
Quantitative Phrenologist
5,621 posts since Sep 2009
Reputation Points: 1,165
Solved Threads: 583
Skill Endorsements: 11