My Blog

All about my activities, Ideas and everything.

Month: March, 2007

Tuturial : Increase wireless singal with DVDs

Truly, I looked on this site http://www.pdamobiz.com/show_news.asp?NewsID=82022&PN=1. So, I try it on my own. I don’t know much about science, So I cannot explain what happen with the signal and why DVD can help increase signal. I have been watch Discovery Channel about use silver paper increase mobile phone’s signal. I think it use the [...]

Tutorial : C# Custom control ListView, editable column

Everyone must used to use listiview on C#, But I think that everyone already knew that we cannot edit a text in column. You can set Property {LabelEdit = true}, this can make listview editable on the first column, but we want to edit every single column on focused item. This topic will show you [...]

Tutorial : Simple barcoding in C#

According to my recently post, I developing windows application with bar code, So this topic will show you how to write application generate bar code on your own. A theory of this method is use 39 bar code true type font, which you can download it from the internet. Then, Convert the things you type [...]