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...