netrix
netrix copied to clipboard
Can't Run Solution NetRix2015Pro.v46.ForDemo.sln
I am using Visual Studio Express 2017 and to compile all the projects in NetRix2015Pro.v46.ForDemo.sln and the References are wrong and I was able to add references that will allow it to compile but when I try to debug the solution I get the following error dialog...
Unable to start program D:\Downloads\C#\Netrix\netrix-master\Netrix2.0\Glyphs\Release\ResourceLibrary.dll The system cannot find the file specified.
-Please advise
I need a project that I can compile successfully with a form in it that has the the HTML editor added.
Hi,
creating the resource library requires C++. It works without, though, but you need to manually remove the references. The resource are required only for glyphs (pictures that show the HTML tags in editing mode to support invisible elements).
Best, Joerg
From: GlennIM [email protected] Sent: Sunday, January 20, 2019 7:10 PM To: joergkrause/netrix [email protected] Cc: Subscribed [email protected] Subject: [joergkrause/netrix] Can't Run Solution NetRix2015Pro.v46.ForDemo.sln (#4)
I am using Visual Studio Express 2017 and to compile all the projects in NetRix2015Pro.v46.ForDemo.sln and the References are wrong and I was able to add references that will allow it to compile but when I try to debug the solution I get the following error dialog...
Unable to start program D:\Downloads\C#\Netrix\netrix-master\Netrix2.0\Glyphs\Release\ResourceLibrary.dll The system cannot find the file specified.
-Please advise
I need a project that I can compile successfully with a form in it that has the the HTML editor added.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/joergkrause/netrix/issues/4 , or mute the thread https://github.com/notifications/unsubscribe-auth/ACJkH9G-NoH8ewWAu6vcrJLnqT7dZ7A8ks5vFLENgaJpZM4aJxdv . https://github.com/notifications/beacon/ACJkH7bvI-bW978YjD9tby9rKCnLdxpbks5vFLENgaJpZM4aJxdv.gif
Thanks SO much Joerg,
I was able to compile and execute the project.
A couple questions I have.
I put the HtmlEditor inside a form and used the method LoadHtml() to load some html into the editor but the text in the html editor control gets cut off on the right. Is there a way to "flow" the text in the control so that the text does not get cut off? See this screen shot to see what I mean... https://snag.gy/ykYBwa.jpg
Also, how to add Vertical scrollbar to the HtmlEditor? I tried setting various properties but no scroll bar shows. Like htmlEditor1.ScrollBarsEnabled = true;
Also, how can I take the Plugins and C# projects in this test project NetRix2015Pro.v46.ForDemo.sln and "export" them so I can use the HTML editor in another solution I currently have?
Thanks, Glenn