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
I want to change the look and feel of my application to be similar to Office 2007.
Are there any ready-made, easy, simple, solutions available?
We used Infragistics Net Advantage for theme and skinning.. They do support Office 2007 styles.
You can use Free Krypton toolkit
The toolkit comes with themes that
match Office 2007, Office 2010 and
many others.
Disclaimer: This has now been discontinued by the publisher. Use at your own risk.
For a great .NET component suite, use DevExpress, pricey but great
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 7 years ago.
Improve this question
I am using ExcelDna and C# to build a suite of tools. Part of that will be forms from which I'd want to user to select cells/ranges from the workbook.
I've got the Application.InputBox route working...but it just doesn't look as cool...
I haven't read many good things about Excel's RefEdit control, and see what many have in the past written workarounds, often in (shudder) VBA or VB.Net.
However, none of these seem to be recent... What is the best approach/control for RefEdit functionality on a form run via ExcelDna (if applicable)?
The RefEdit sample project of GitHub explores different ways of dealing with the threading when showing a form from an Excel add-in, which is the main issue with making a RefEdit control for your .NET add-in.
Check this page for links to various other implementations: https://github.com/Excel-DNA/ExcelDna/wiki/Links-about-RefEdit
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
I am looking forward to build a web Based RDP client for one of my projects. Unfortunately, I could find only one Open Source project for this i.e. Guacamole.
I tried to go through the documentation, but It was written in some alien language. I am a C#/ASP.net/jQuery developer and the documentation is pretty confusing to me.
I did not find any install package for Windows in the documentation, neither I found any compiling methods for windows.
Is there any alternative to Guacamole for windows ? I'd prefer C# based back end over HTML5.
If not, please tell me about windows documentation of Guacamole.
Any help would be highly apppreciated..!!
Thank you..!
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
I want my WPF app to look like WinRT apps:
Are there any ready-made styles or controls available for WPF that lets us achieve this?
Take a look at MahApps.Metro
Apps like Github for Windows use / are based on it.
Another nice library for Metroesque-styling of WPF apps is Modern UI for WPF. Can be installed via NuGet or as a project template.
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
Do you remember this cute little one?
I need something like this to add it to my project, in order to give user some instructions. I have like step by step procedure and I need to give user "To do" hints, do you know any library that offers me such a thing?
With older versions of Office when you installed the assistants you would also get the ability to use those assistants via COM. Here is an example for PowerShell.
However, this won't work anymore with Office 2007 or 2010.
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
Any good Gtk libraries out there? I know of Holly Gtk Widgets, any other good ones out there?
Are there any good ones for menubar or toolbar ? Thanks!
There's also Medsphere Widgets, with a good graph widget, among other things.
MonoDevelop has a docking library and text/source editor widget that have no dependencies on the rest of MD.
In addition, MonoDevelop and Banshee both have some good widgets that would be relatively easy to extract.
How about GTK+ OpenGL extension for plugging OpenGL graphics into your application?
The VMWare team have a few simple but nice widgets in their open source pool.
Edit: Sorry saw you tagged it with C#. This widgets are written in C