Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I am waqar ahmad student of computer science. I am working on, "AN EXPERT SYSTEM FOR DIAGNOSING EYE DISEASES USING CLIPS, I choose this as my final year project.
And now for GUI (graphical user interface) i search many material regarding to this but I found CLIPSNet the best DLL for my project, but I wanna windows based GUI for this not console base or command prompt based GUI.
Do u have and information about GUI for CLIPS expert system with windows applications. I have expertise in C shapr programming language .NET technologies
Best regards
WAQAR AHMAD.
Posted
Updated 21-Sep-11 3:24am
v2
Comments
Edmundo Galileu 14-Jul-14 10:35am    
hi waqar, i am a student from Angola and i am programing an expert system like the one you hhave done because at this time i think you have already finish, anway i woul be pleased if you help me becau i want to integrate clips or jess wit java so i can do the expert system with a graphical inteface but i am having hard time finding material about this so i would b ver thankfull if you help me.

1 solution

Ever head if separation of concerns? Don't mix two different kinds of issues together.

I hope you're talking about CLIPS.NET, http://clips.codeplex.com/[^].
If this is what you want to use in your .NET projects, your main problem "how to use CLIPS in .NET" is already solved.

The remaining part is UI. But CLIPS is a software tool for building expert systems (http://en.wikipedia.org/wiki/CLIPS[^], http://en.wikipedia.org/wiki/Expert_systems[^]). This topic has nothing to do with UI.

It means you can use any UI library you like. It could be WPF or System.Windows.Forms as these libraries are good enough and readily available being part of .NET. Also, System.Windows.Forms has a very compatible implementation in Mono (http://en.wikipedia.org/wiki/Mono_%28software%29[^], http://www.mono-project.com/[^]) and can be used in many platforms, not just Windows. Finally, you can find 3-rd party cross-platform libraries for .NET such as those based on GTK, Qt and more.

Pick one which better suit your needs. I hardly can advice you on particular selection of the UI library as your requirements are totally unknown to me. Most likely you will need to choose between WPF or System.Windows.Forms. (You can also combine these two by either hosting a Forms controls in WPF application or WPF controls in Forms application, but better avoid it.)

—SA
 
Share this answer
 
v4
Comments
vicky 2 18-Oct-11 16:52pm    
but now i have done every thing but i wanna to get rules from clips into window form in c# in form of string....
LEastburn 9-May-16 20:23pm    
TMI Sergey

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900