Categories > Coding > C# >

Adding monaco to winform

Posts: 15

Threads: 9

Joined: Jan, 2022

Reputation: 0

Posted

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace idk yet
{
    public partial class dev : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender, EventArgs e)
        {
            webBrowser1.Url = new Uri(string.Format("file:///{0}/Monaco/Monaco.html", Directory.GetCurrentDirectory()));
        }
    }
}

when i try to do this all it does is warn me about script errors and once I press ok on all of them monaco doesnt show up. So can anyone help me fix this?

  • 0

icedmilke222

Squidward

Posts: 53

Threads: 15

Joined: May, 2022

Reputation: 2

Replied

monaco isnt initialized, D0NT KN0W H0W 2

  • 0

what sup

i lo re c++

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )