Sample Forms App with SMILE.NET

The engine.
Post Reply
jdtoellner
Posts: 71
Joined: Mon Aug 01, 2016 9:45 pm

Sample Forms App with SMILE.NET

Post by jdtoellner »

Can you post a sample forms application using SMILE.NET?

I want to create an app that will allow a user to enter evidence into a network through an MS Form. I'm looking for something simple to get me started.
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Sample Forms App with SMILE.NET

Post by shooltz[BayesFusion] »

The attached zip file contains a simple WinForms application. The program shows the selected XDSL file as a tree. You can set and clear the evidence by right-clicking on the nodes of the tree and selecting the options from the context menu.

Copy the smilenet.dll file (available at our download website) into the root directory of the unzipped C# project.

Please note that we're not .NET experts; the application is just a very simple demo.
Attachments
SmileNetForm.zip
(11.26 KiB) Downloaded 369 times
jdtoellner
Posts: 71
Joined: Mon Aug 01, 2016 9:45 pm

Re: Sample Forms App with SMILE.NET

Post by jdtoellner »

Thanks so much. This really helps.
jdtoellner
Posts: 71
Joined: Mon Aug 01, 2016 9:45 pm

Re: Sample Forms App with SMILE.NET

Post by jdtoellner »

I have a basic Visual Studio (2017) question. If I create a new project how do I add smilenet.dll as a reference.

I can add it to the solution explorer but the "using Smile;" statement doesn't find it.
Capture.PNG
Capture.PNG (6.54 KiB) Viewed 4106 times
Post Reply