Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
G'day.
I just want to write a simple application about XML and ListView Control with C#.
Any good tutorial? thank you!
Simple? With XML? And a ListView? Good luck.
However, this link shows how to start using an ObjectListView, which is a wrapper around a standard .NET WinForms ListView. In the demo of ObjectListView, the "Data" tab show how to load an XML file into a DataSet, and then show that DataSet in a DataListView (which is a data bindable version of an ObjectListView).
That should be a start, at least.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I'm trying to learn c#, and what I'm using like most beginner books teach me to program using the console. My friend who uses c# tells me to learn to code not using the console but won't help me with how to do that. So how do I code outside the console? And any recommendations on how I should learn this?
You can create a winform app from template, file->new->windows forms application.
Simply add a button and write code to the click event.
But as said, nothing wrong with console programming.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 12 days ago.
Improve this question
Anybody know how to draw a diagram (As follows) dynamically with ASP.NET, Javascript framework or is anybody know any commercial product to achieve following ?
Thank you in advance
Dinesh
You could try the mxgraph javascript app from JGraph.
" you include it as a JavaScript link in your HTML "
http://www.jgraph.com/mxgraph.html
I found another js framework to create diagrams dynamically.
See the link below.
http://sourceforge.net/projects/jalava/?source=navbar
It is free.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Does some one know of a free Gantt Chart control? If yes, can you please share the information about this control with me? am working in ASP.NET 4.0 based application.
Try look here:
Open source ASP.NET Gantt Chart Web Control
I have used Fusion Charts and they are good.
They have a free version > http://www.fusioncharts.com/free/gallery/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I builded a mechanizm which is responsible for creating scripts based on C# language.
To do that I used TextEdit where I paste C# code and CodeDom mechanizm to generate dynamic type on server side.
Everything is working great.
I want to replace this TextEdit. I need component who will give me an oportunity to write C# code with right formatting (as in Visual Studio Text Editor) and would be great if this component will be validate it's content (C# syntax).
Has anyone can help me ?
Have a look at: Scintilla.NET
check this:
http://www.codeproject.com/KB/edit/SyntaxHighlighting.aspx
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is there a good article or source code where I could find an WPF image rotator (moves automatically) similar to WPF carousel?
I'm not really interested with DevExpress Carousel Control for WPF. I'm only looking for a simpler approach for this one.
Check out the answer to this very similar StackOverflow question: Free WPF Carousel Implementation