広告

Microsoftの指紋読み取り機

[...]

Unprotected PCs can be hijacked in minutes

Unprotected PCs can be hijacked in minutes
本当にバカなタイトルだなあって思う。そんなの当たり前でしょ・・・まあ、ちゃんとファイアウォールをたてて、セキュリティパッチを当てま [...]

IIS Admin Class in VBScript

I have created a class in VBScript that allow you to do basic administration on IIS. So copy and paste the following code in a text file and instantiate the class just like any other object. A sample is available upon request.
Const IIS_PATH = “IIS://localhost/w3svc/1/root”Const APP_NAME = “My VBScript App”
Class IISAdmin    Private m_IIS        Private Sub Class_Initialize        On Error Resume [...]

Windows Scriptに関する日本語文書

[...]

Google TV

Wow, this is very interesting. This could change the way we use Internet dramatically. We will need more [...]

MSBuild Conversion

MS社員のブログにMSBuildに関する情報がありました。
なるほど、前のバージョンのVS.NETのプロジェクトファイルをMSBuildで使えるように変換できるのね。
using System;using System. [...]

Test Driven .NET

スコット・ハンセルマンさんのブログでTest Driven [...]

別スレッドからWindowsフォームを操作

今朝、同僚とWindowsフォームとThreadについて話していた。BackgroundWorkerについての話になり、当然のように別スレッドからWindowsフォームを操作するには気をつけなくちゃいけないという話題に [...]