Click here to Skip to main content
15,880,392 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi I am confused about choosing IDE. I have used Vc++(Mfc Classes).


Which IDE (VC++,VB,VC# )good for developing GUI for windows application.
Main requirement for GUI is that It should plot graph and Print files (input file ,output file ,&graph ).

output file data is used to plot graph(curveline graph.

Thank you.
Posted
Comments
BillWoodruff 20-Dec-14 1:06am    
Why don't you start by doing some research on CodeProject on articles about graphing and plotting: compare the ones using WinForms with the ones using WPF.

1 solution

That depends on the application type. But in most cases, Visual Studio is good.

If you're talking about a WPF app you can use Blend.
 
Share this answer
 
Comments
peoria123 18-Dec-14 15:43pm    
I am using Visual Studio but which language do i use c++,c# or VB?
Dave Kreskowiak 18-Dec-14 18:39pm    
It doesn't matter.
BillW33 18-Dec-14 16:26pm    
It is possible to plot a graph and print files using all three of those languages. That is pretty basic functionality. You should use the language with which you are the most familiar.

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