Category Archives: Computers and Internet

Let’s fix Windows Live Writer on Win10

The problem I installed Windows 10 on my computer, and then to make blogging easy I wanted to install Windows Live Writer. So I went to https://www.microsoft.com/en-us/download/details.aspx?id=8621 to download it and well enough, I received the setup file wlsetup-web.exe in … Continue reading

Posted in Computers and Internet | Tagged , , | 1 Comment

Advanced logging in IIS 7.5

In the standard installation of IIS 7.5 it is not possible to log the incoming requests, not the outgoing responses. The reason for this is probably that Microsoft wants to keep the attack surface as small as possible. But I … Continue reading

Posted in Computers and Internet, Development, IIS, Logging | Tagged , , | 2 Comments

How to close the current SmartPart in a CAB application

I have this SCSF (CAB) application in which I want to close the current tab (TabbedWorkspace) programmatically when the user closes it. So I took these steps:   1. In the Shellform add a context menu with one element: "Close" … Continue reading

Posted in Computers and Internet | Leave a comment