IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New And C# on the Pocket PC
C# running on the Pocket PC emulator from Visual Studio.Net 2003
\nusing System;\nusing System.Drawing;\nusing System.Collections;\nusing System.Windows.Forms;\nusing System.Data;\n\nnamespace ShunMike\n{\n\t/// <summary>\n\t/// Summary description for Form1.\n\t/// </summary>\n\tpublic class ShunMikeForm : System.Windows.Forms.Form\n\t{\n\t\tprivate System.Windows.Forms.ListBox ShunHistory;\n\t\tprivate System.Windows.Forms.MainMenu ShunMikeMenu;\n\t\tprivate System.Windows.Forms.Button ShunButton;\n\n\t\tpublic ShunMikeForm()\n\t\t{\n\t\t\t//\n\t\t\t// Required for Windows Form Designer support\n\t\t\t//\n\t\t\tInitializeComponent();\n\n\t\t\t//\n\t\t\t// TODO: Add any constructor code after InitializeComponent call\n\t\t\t//\n\t\t}\n\t\t/// <summary>\n\t\t/// Clean up any resources being used.\n\t\t/// </summary>\n\t\tprotected override void Dispose( bool disposing )\n\t\t{\n\t\t\tbase.Dispose( disposing );\n\t\t}\n\t\t#region Windows Form Designer generated code\n\t\t/// <summary>\n\t\t/// Required method for Designer support - do not modify\n\t\t/// the contents of this method with the code editor.\n\t\t/// </summary>\n\t\tprivate void InitializeComponent()\n\t\t{\n\t\t\tthis.ShunMikeMenu = new System.Windows.Forms.MainMenu();\n\t\t\tthis.ShunHistory = new System.Windows.Forms.ListBox();\n\t\t\tthis.ShunButton = new System.Windows.Forms.Button();\n\t\t\t// \n\t\t\t// ShunHistory\n\t\t\t// \n\t\t\tthis.ShunHistory.Location = new System.Drawing.Point(8, 40);\n\t\t\tthis.ShunHistory.Size = new System.Drawing.Size(224, 212);\n\t\t\t// \n\t\t\t// ShunButton\n\t\t\t// \n\t\t\tthis.ShunButton.Location = new System.Drawing.Point(8, 8);\n\t\t\tthis.ShunButton.Text = "Shun Mike";\n\t\t\tthis.ShunButton.Click += new System.EventHandler(this.ShunButton_Click);\n\t\t\t// \n\t\t\t// ShunMikeForm\n\t\t\t// \n\t\t\tthis.Controls.Add(this.ShunButton);\n\t\t\tthis.Controls.Add(this.ShunHistory);\n\t\t\tthis.Menu = this.ShunMikeMenu;\n\t\t\tthis.Text = "ShunMike";\n\n\t\t}\n\t\t#endregion\n\n\t\t/// <summary>\n\t\t/// The main entry point for the application.\n\t\t/// </summary>\n\n\t\tstatic void Main() \n\t\t{\n\t\t\tApplication.Run(new ShunMikeForm());\n\t\t}\n\n\t\tprivate void ShunButton_Click(object sender, System.EventArgs e)\n\t\t{\n\t\t\tShunHistory.Items.Add("Shun Mike");\n\t\t}\n\t}\n}\n


... results in ...

[image|http://home.surewest.net/altmann/shunmike2.png||||]
--
Chris Altmann
New Ha! :-)
New Woot and Yay!
--
[link|mailto:greg@gregfolkert.net|greg],
[link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwethey

[link|http://it.slashdot.org/comments.pl?sid=134485&cid=11233230|"Microsoft Security" is an even better oxymoron than "Miltary Intelligence"]
No matter how much Microsoft supporters whine about how Linux and other operating systems have just as many bugs as their operating systems do, the bottom line is that the serious, gut-wrenching problems happen on Windows, not on Linux, not on Mac OS. -- [link|http://www.eweek.com/article2/0,1759,1622086,00.asp|source]
New Superb. That just won a beer, should we ever meet.


Peter
[link|http://www.ubuntulinux.org|Ubuntu Linux]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Home]
Use P2P for legitimate purposes!
     Shunning Mike For Fun And Profit, The Retro Redux - (pwhysall) - (21)
         OT: Zooks! - (Another Scott)
         shunmike.py - (FuManChu) - (3)
             That's nifty... - (pwhysall) - (2)
                 Sorry, missed that bit. -NT - (FuManChu) - (1)
                     At any rate: - (admin)
         PurePascal on an Atari ST (STEeM) - (pwhysall) - (1)
             Bah. - (admin)
         Ha, least line of code and low end processor? - (daemon) - (6)
             Error in line 2. Premature termination. -NT - (Another Scott)
             That's not pen and paper, that's screen and keyboard - (Arkadiy) - (2)
                 How about Gimp? - (drewk) - (1)
                     Sheesh - (pwhysall)
             Nah... I gotta better one. Better than Drew's, too. - (folkert) - (1)
                 Heh. Sysadmin emulator. -NT - (pwhysall)
         68K Mac - (altmann) - (2)
             That screenshot vibrates on my LCD monitor. :-) - (static) - (1)
                 Didn't see 8-bit in the original requirements document. -NT - (altmann)
         And C# on the Pocket PC - (altmann) - (3)
             Ha! :-) -NT - (Another Scott)
             Woot and Yay! -NT - (folkert)
             Superb. That just won a beer, should we ever meet. -NT - (pwhysall)

You entered famous last wordsburg territory thinking along that line.
77 ms