gozo12 0 Light Poster

hi i found this and they its fixed by usein mycontrolname.ControlAdd();
Link Anchor Text

but when i use this method it will still crash my app D: what is the problem D:

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;


namespace WindowsFormsApplication1
{

    public partial class Form1 : Form
    {

        public Form1()

        {

            InitializeComponent();
            this.axShockwaveFlash1.CreateControl();

        }

        private void Form1_Load(object sender, EventArgs e)
        {

        }



    }
}