How to convert full C# project to vb.net? [closed] - c#

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
How to convert full C# project to vb.net ?

Check out SharpDevelop, (specifically V4.4, which is the last version where this was supported). It has the feature you are asking for and its free.
Just go to Project > Convert

This is free: http://converter.telerik.com/ and it used to support multiple files by zip, but apparently doesn't anymore.

Related

Is upgrading from C# 5 to C# 6 going to require us to retest the app? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have an app that is written and compiled in C# 5. We would like to use new features of C# 6 going forward for newer development. When we compile using the latest Tools and C# 6 Support, there are no errors, but is it going to affect the application in a way that would require us to regression test it?

Using SFML from C# [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
ok, I went to the SFML official website, but there are no SFML tutorials in C#. There are only some for C++, which I do not know, and I do not know how to use that tutorial with C#
If you download the SMFL.Net distribution, you'll find documentation and examples within the archive. Translating the C++ tutorials into C# should be rather easy with that documentation.

Linking c++ dlib project to c# [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I have a project "Implementation of cca" using dlib library c++, on the other hand, I have a project which used c#.
Actually, I have no idea how to link them.
Please can you help me
Use the System.Runtime.InteropServices-namespace like described here: https://msdn.microsoft.com/en-us/library/ms235282.aspx
Good examples are http://www.dotnetperls.com/dllimport or https://drthitirat.wordpress.com/2013/05/30/combine-gui-of-c-with-c-codes/

Way to extract mp3 sample in .NET and C# [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
How can I extract some MP3 sample from an MP3 file?
I want to extract some sample of about 10 seconds from these files.
Is there any way or some documentation that I can study in order to do that by myself?
Thanks to everyone!
You could try a C# wrapper around ffmpeg, to convert the file to wav.
From there, you can extract whatever sample you want.
WAV-file documentation:
http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/WAVE.html

How can I make a desktop video and audio recorder in .NET, using .NET libraries? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I need to make a project for my university. My project is a desktop video and audio recorder in C#... I know that I must use some of the libraries in .NET... But which or how?
It's like Camtasia...
There's at least one article on http://www.codeproject.com that shows how to do this: Capturing the Screen Image in C#

Categories

Resources