![]() |
| Welcome to the VGF - Discuss Stuff and Games forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Cheat Codes | Arcade-(277 Games) | RPG | Donate | Member Forums | Daily Crossword Puzzle |
![]() |
| | Thread Tools |
| | #21 |
| Join Date: Aug 2002 Location: I rub my tilde all over your asterisk Gender: Posts: 15,886 Thanks: 456 Thanked 1,151 Times in 628 Posts | BUT.. BUT... I TRIED SO HARD TO REMEMBER. D: .. I don't think I've written any sort of code since 2001. Use it or lose it. setvar tmlnutskicked = 0 setvar jealousy = 1 LOOP IF $location = "at gdc" THEN tmlnutskicked = tmlnutskicked + jealousy RUN LOOP Last edited by GRENTLEMEN; 02-27-2008 at 08:06 AM. |
| | |
| | #22 | |
| Senior Member | Quote:
| |
| | |
| | #23 |
| AWESOME PICS, BRO!!! I am so glad you had a great time!!! ![]() | |
| | |
| | #24 | |
| Professional Lurker Join Date: Dec 2000 Location: New Hyrule, Washington, US Gender: Posts: 15,575 Thanks: 80 Thanked 183 Times in 110 Posts | Quote:
Code: ref class BestProgramEvar : public System::Windows::Forms::Form {
public:
BestProgramEvar() : System::Windows::Forms::Form() {
System::Windows::Forms::Label^ pLabel = gcnew System::Windows::Forms::Label;
pLabel->Text = "Look @ me! I'm at GDC!";
pLabel->Location = System::Drawing::Point(0, 0);
pLabel->Size = System::Drawing::Size(200, 50);
System::Windows::Forms::Button^ pButton = gcnew System::Windows::Forms::Button;
pButton->Text = "I don't wanna hear it anymore, TML!";
pButton->Location = System::Drawing::Point(0, 50);
pButton->Size = System::Drawing::Size(200, 50);
pButton->Click += gcnew System::Windows::Forms::EventHandler(&BestProgramEvar::CloseForm);
pButton->MouseOver += gcnew System::Windows::Forms::MouseEventHandler(&BestProgramEvar::Haha);
this->Contents->Add(pLabel);
this->Contents->Add(pButton);
this->Size = System::Drawing::Size(200, 100);
this->Show();
}
protected:
~BestProgramEvar() {}
private:
void CloseForm(System::Object^, System::EventArgs^) {
this->Close();
}
void Haha(System::Object^, System::Windows::Forms::MouseEventArgs^ pArgs) {
this->Location = System::Drawing::Point(pArgs->X, pArgs->Y);
// can't touch the button; sucks to be you!
}
};
[System::STAThread]
int main(cli::array<System::String^>^)
{
BestProgramEvar^ pWindow = gcnew BestProgramEvar;
pWindow->Run();
} Last edited by The Missing Link; 02-28-2008 at 02:35 AM. | |
| | |
| | #25 |
| Join Date: Aug 2002 Location: I rub my tilde all over your asterisk Gender: Posts: 15,886 Thanks: 456 Thanked 1,151 Times in 628 Posts | I get the gist of it, but I don't actually recognize the language. Dizzam. |
| | |
| | #26 |
| Professional Lurker Join Date: Dec 2000 Location: New Hyrule, Washington, US Gender: Posts: 15,575 Thanks: 80 Thanked 183 Times in 110 Posts | It's C++/CLR... or rather, the version of C++ that M$ developed to parallel C# (i.e., it's basically C# but written to look more like C++). |
| | |
| | #27 |
| Join Date: Aug 2002 Location: I rub my tilde all over your asterisk Gender: Posts: 15,886 Thanks: 456 Thanked 1,151 Times in 628 Posts | That sounds like a real bastard of a language to use. |
| | |
| | #28 |
| Vibrates On Command | I dislike JIT languages. :/ (Though I *love* the debugging capabilities of VB.net ) __________________ Why is it drug addicts and computer afficionados are both called users? -Clifford Stoll |
| | |
| | #29 |
| *Admin* "mine.. not yours. NO. MINE." Epic Ladynerd Join Date: Jul 2000 Location: Forteresse de Valois Gender: Posts: 23,314 Thanks: 220 Thanked 306 Times in 192 Posts | neeeeerrrrrrrrrds <3 I totally wish I knew how to code, then I could be a nerd too |
| | |
| | #30 |
| Mod of War Join Date: Nov 2000 Location: Wisconsinland Gender: Posts: 6,812 Thanks: 75 Thanked 340 Times in 221 Posts | 10 PRINT "TML IS A POOP" 20 GOTO 10 Awww yeah. Back to the BASICs, baby. __________________ Boo--the only dude bad enough to rescue the president |
| | |
| | #31 |
| Vibrates On Command | *shudder* line numbering... __________________ Why is it drug addicts and computer afficionados are both called users? -Clifford Stoll |
| | |
![]() |
| Bookmarks |
| |
| |
| Thread Tools | |
| |