Posts tagged dotnet

Muting audio channels using Mixer Control API

I recently had a problem on a job where no matter what we did, we could not control the left/right balance programmatically on two specific PC’s.
We tried using various methods:

Windows Media player API
DirectSound APi
WinMM.dll
Praying

None of them worked although you could control the balance using the Windows sound vol (sndvol.exe) program from the taskbar.
We decided to More >

Prime minister visits Manchester Engineering Company EDM

Prime Minister Gordon Brown

Client Socket Programming in C# using the built in libraries – a fully working production example Part 2

My previous article which you can find at http://blog.xploiter.com/index.php/2009/01/16/socket-programming-in-c-using-the-built-in-libraries-a-fully-working-production-example-part-1/ covered the creation of a solid production ready Socket Server written in C#. I promised to follow up with part 2 which would be a suitable client so without further ado, here we go

Socket Programming in C# using the built in libraries – a fully working production example Part 1

One of the things i’ve noticed over the last few months in particular is the lack of decent programming examples in C# for a suitable client/server socket solution that just works! I was working on a contract that needed a robust and stable communications mechanism between multiple PC’s on a closed network for a Railway Simulator and Aircraft Simulator I was working on.

My Photography Website – http://www.simonantony.co.uk

I’ve developed a new website using asp.net in c# to promote my photography business covering weddings,portraits, parties, events, corporates etc – visit the site and let me know your thoughts:
http://www.simonantony.co.uk

Dotnet Charting

I was looking for some suitable dotnet charting components/code and came across the following three articles.
http://www.c-sharpcorner.com/UploadFile/pseabury/2DCharting11152005052210AM/2DCharting.aspx

http://www.c-sharpcorner.com/UploadFile/steve_hall/drawinglinechart02072007053420AM/drawinglinechart.aspx
http://www.c-sharpcorner.com/UploadFile/jodonnell/ChartingInGDIplus11192005063716AM/ChartingInGDIplus.aspx
Heres a screenshot of the one i’m using: