by ds | Apr 19, 2013 | C# .Net
If you set a DataGridView’s property EditMode to EditOnEnter, it is hard to find a way to delete the whole row. Workaround: private void dataGridView_CellClick(object sender, DataGridViewCellEventArgs e) { if (e.ColumnIndex < 0) { dataGridView.EditMode =...
by ds | Apr 13, 2013 | Administration
This blog shows 2 ways to solve the problem when you get the error when running apt-get in Ubuntu.
by ds | Apr 8, 2013 | Administration
I tried to backup a Windows 2003 server with Acronis TrueImage after changing the destination backup server from an XP to Windows 7 system. The TIB files can become very large. I got some confusing errors like the user credentials were wrong, but they were definitely...
by ds | Apr 6, 2013 | Administration
Problem You can use Exchange 2010 server with different URLs for internal and external access – but this configuration can get in conflict with your SSL certificate. Internal host names are mostly not allowed in public SSL certs, and Exchange allows only 1...
by ds | Apr 6, 2013 | Administration
Scenario You use an Exchange 2010 mail server for 2 or more e-mail domains and have an SSL certificate (maybe wildcard) for 1 domain and its subdomains. Incoming HTTPS connections are forwarded to your Exchange server, HTTP is forwarded to your Windows or Linux...
by ds | Apr 5, 2013 | Administration, Virtualization
In this post I will describe how to install the free and powerful IT / development management tool The Bug Genie on Hyper-V 2008 R2 VM (or similar hypervisors) with guest OS Ubuntu 12.04 LTS and LDAP / Active Directory authentification. First, create a new virtual...
by ds | Mar 26, 2013 | C# .Net
Since UAC, the SetForegroundWindow or ShowWindows methods of user32.dll do not always work. E.g. if you want to activate an existing process window that has never been to the foreground before, it sometimes only appears partly behind the currently active window....
by ds | Mar 25, 2013 | Administration
Installing Exchange 2010 SP3 basically also works on systems where no Exchange ServicePack was installed before. But during setup, some errors might appear, without any comprehensible reason. One of the errors could be error 1062 when Setup tries to reset IIS. Exact...
by ds | Mar 22, 2013 | Software
In this tutorial, I try to describe how to achieve the following: Use a physical Windows 2008 R2 Server with MediaPortal 1.2.3 or 1.3.0 as a TV server, e.g. with the DVB-S TV card(s) Digital Devices Cine S2. Connect clients like Openelec / XBMC With this...
by ds | Mar 20, 2013 | Car, Mobile phones
If you own anything that is worth to track, e.g. a new car which could be stolen, there are some ways to do that. The simplest, but also expensive way is to register at a GPS locating site where you also get your tracking hardware. You could also buy the hardware...