Relative Content

Tag Archive for c#wpf

Update service for C# WPF solution

How to write a service for updating the C# WPF application on client devices? It is necessary that when the user launches the application, the application requests the availability of an update package and if there is one, the application is updated first and then its further work takes place.

Play an audio stream in client browser

I’m trying to send my soundcard audio to a HTTP stream with NAaudio so any browser on the LAN can open this one. Like an LAN Radiostation or something and use the default audio player from the browser. My sound is recorded with bytes, send, but the browser don’t let me play the stream.

WPF Datagrid Color Based off sql result

So i have been trying lots of different things to change the cell color for the row that returns a “1” from a cretin column. I have been hitting a brick wall on all my attempts.