Beiträge von chrissx

Wir sammeln alle Infos der Bonusepisode von Pokémon Karmesin und Purpur für euch!

Zu der Infoseite von „Die Mo-Mo-Manie“
    Zitat

    Kontaktmöglichkeiten: PN
    Freundescode: 5284-2712-4990
    Modus, Sonderregeln: 4 vs. 4 Doppel, alle Pokémon über Lv. 50 werden auf 50 zurrückgesetzt
    Zeitraum: Mo-Fr: 16:00 - 20:00 Uhr, Sa, So: fast immer


    EDIT: 6 vs. 6 geht auf'm Simulator auch
    NOCH'N EDIT: Geht per GB auch!

    Code
    private void Form1_KeyDown(object sender, KeyEventArgs e)        {            if (Input.GetKey(KeyCode.A))            {                    pictureBoxp.Image = http://www.chrissicx.lima-city.de/fotoupload/uploads/gffgh/alle/all/s/bilder/png/Game_1/Gold/gehenl.png;                    pictureBoxp.Location = pictureBoxp.Location - 32; 0;                    pictureBoxp.Image = http://www.chrissicx.lima-city.de/fotoupload/uploads/gffgh/alle/all/s/bilder/png/Game_1/Gold/stehenl.png;            }            else if(Input.GetKey(KeyCode.D))            {                    pictureBoxp.Image = http://www.chrissicx.lima-city.de/fotoupload/uploads/gffgh/alle/all/s/bilder/png/Game_1/Gold/gehenr.png;                    pictureBoxp.Location = pictureBoxp.Location + 32; 0;                    pictureBoxp.Image = http://www.chrissicx.lima-city.de/fotoupload/uploads/gffgh/alle/all/s/bilder/png/Game_1/Gold/stehenr.png;            }            else if(Input.GetKey(KeyCode.S))            {                    pictureBoxp.Image = http://www.chrissicx.lima-city.de/fotoupload/uploads/gffgh/alle/all/s/bilder/png/Game_1/Gold/gehen.png;                    pictureBoxp.Location = pictureBoxp.Location + 32; 0;                    pictureBoxp.Image = http://www.chrissicx.lima-city.de/fotoupload/uploads/gffgh/alle/all/s/bilder/png/Game_1/Gold/stehen.png;            }            else if(Input.GetKey(KeyCode.W))            {                    pictureBoxp.Image = http://www.chrissicx.lima-city.de/fotoupload/uploads/gffgh/alle/all/s/bilder/png/Game_1/Gold/gehenh.png;                    pictureBoxp.Location = pictureBoxp.Location + 32; 0;                    pictureBoxp.Image = http://www.chrissicx.lima-city.de/fotoupload/uploads/gffgh/alle/all/s/bilder/png/Game_1/Gold/stehenh.png;            }            else            {                return;            }        }
    C#
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Windows.Forms;
    using System.Collections;


    Es gibt Fehler, das ganze funktioniert gar nicht!

    Ein Problem gibt es aber noch:

    Code
    [global::System.Configuration.UserScopedSettingAttribute()]        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]        [global::System.Configuration.DefaultSettingValueAttribute("false")]        public bool s {            get {                return ((bool)(this["s"]));            }            set {                this["s"] = value;            }        }
    Code
    private void starten_Load(object sender, EventArgs e)
            {
                if (Properties.Settings.Default.s == true)
                {
                    var f1 = new Form1();
                    f1.Show();
                    Close();
                }
            }


    Mein "starten.cs" wird trotzdem geschlossen!

    Ich arbeite in C# "starten.cs" ist die datei:


    Irgendwie bezweifle ich dass auch nur einer der Bewerber diese Eigenschaft vorweisen kann ;D Zweideutigkeit yay


    Wieso zweideutig, versteh' ich nicht so ganz, aber ich kann es.

    • Zitat von Antropaia

      Wir vom Mafiakomitee freuen uns auf eure Bewerbungen!


    • Zitat von Antropaia

      Das Mafiakomitee sucht für die nächsten Standardrunden User, welche diese leiten.



    Das unten (1) sollte nach dem oben (2) ja klar sein ;)


    Hier hab' ich im Anhang mal 'n paar Dateien...