Ejemplo n.º 1
0
        private void WebChatToolStripMenuItem_Click(object sender, EventArgs e)
        {
            WebChat1998 wc = new WebChat1998();

            Engine.Template.WinClassic app = wm.startWin95(wc, "Web Chat 1998", null, true, true);
            app.BringToFront();
            startmenu.Hide();
        }
Ejemplo n.º 2
0
        private void WebChatToolStripMenuItem_Click(object sender, EventArgs e)
        {
            WebChat1998 wc  = new WebChat1998();
            WinClassic  app = wm.StartWin95(wc, "Web Chat 1998", null, true, true);

            AddTaskBarItem(app, app.Tag.ToString(), "Web Chat 1998", null);

            app.BringToFront();
            startmenu.Hide();
        }