Displaying posts filed under

.NET 2.0

SourceGrid with Columns Drag and Swap – a grid all C# for .NET 2.0

Last night I discovery SourceGrid is not stopped on .NET 1.1, Davide Icardi version, but it’s maintained by dariusdamalakas (I don’t know if he’s the same guy, I think no), however is a great grid, but there was something missing really important for my project, lucky for me it’s quite simple to do, I need [...]

NullFileNET – NullFile in .NET way or zeroing disk for Windows in VirtualBox

Updated version 0.2 Exception catched on file object disposing. ——————— I have some VMs with VirtualBox, I use to run nullfile-1.02.exe by Matthias Jordan in order to clear unused sectors with a VBoxManage compact. It’s a good tool, but I want to know more infos, first of all, when app thinks to finish to wipe? [...]

Save Skype Chat History

I was searching for something to save my chat history of Skype, I found this link talking about COM object exposed by Skype application; mixing this with some poor information on Skype developer website and my .NET knowledge, I’ve done a simple command line app that save on text files my chat history. You can [...]

HowTo RAW Printing C# .NET 2.0 To Network Printer

Sometimes I need to print labels on label printers, .NET 2.0 has a hole in this theme; no way, I have tryed many methods, the only one works well in every configuration is this; only thing that disappont me is you have to use directly Win32 API di do it. Here the code: public void [...]

.NET Transmission Remote for your FreeNAS server

FreeNAS server has a very light and fast torrent downloader called Transmission, it’s multiplatform and opensource; it came with daemon version and you can find more info on Transmission web site. You can find many addons for manage Trasmission, and I found Trasmission Remote very nice,  it’s a .NET app that seems like uTorrent, my [...]