Archive for May, 2007

Correct way to release a COM object

Wednesday, May 23rd, 2007

Our ActiveTTS component is a COM component. Using it in .Net needs some attention on how to release it.
.Net uses GC to release unused object. But for COM object, it is better to release it as soon as possible when it is not used.

Convert html to image with Html Snapshot Component

Sunday, May 20th, 2007

Do you ever want to take a screen shot of a web page in your desktop or web application? HTML Snapshot ActiveX is a software component that can make html to image easier than ever before. It can download and parse web sites and save a screenshot of the page in GIF, JPG, JPEG, BMP, […]