| Subcribe via RSS

HowTo : Change display date time from double line to single line

March 30th, 2007 | No Comments | Posted in PPC

1. ???????????????????????????? Registry Editor ?????????????????????????????

2. ???????????????????????????????????????????????????????? ???????????????????????????????????????????????? 1 ???????????? 0

[HKEY_LOCAL_MACHINE\Software\Microsoft\Today]
“AutoSingleLineDatePlugin”=dword:1

???????????????????????????????? 1 ???????????????????????????????? 1 ??????????????????
???????????????????????????????? 0 ???????????????????????????????? 2 ??????????????????

Tuturial : Increase wireless singal with DVDs

March 30th, 2007 | No Comments | Posted in Knowledges

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

I try it on myself and it work with my Hp6828′s WiFi !!!

 

Reference : http://www.planex.net/product/phaseout/wireless/gw-bst01.htm

Tutorial : C# Custom control ListView, editable column

March 30th, 2007 | No Comments | Posted in .NET, Programming

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 how to custom listview by inherit.

http://www.codeproject.com/cs/miscctrl/ListViewCellEditors.asp

Tutorial : Simple barcoding in C#

March 29th, 2007 | No Comments | Posted in .NET, Programming

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 from keyboard, such as “0001″ or “ABCDE” or human readable code, and turn it to bar code.

ImageShack
My name in Bar code
References : http://www.csharphelp.com/archives3/archive507.html

Tutorial : C# with directives statement

March 29th, 2007 | No Comments | Posted in .NET, Programming

How to use #if directive. It something like “if” statement but there is something different as I want to show you. It kind of preprocessor directive.

C# preprocessor directive

#Example

#define DEBUG
// …
#if DEBUG
// do something while debug
#endif

Tutotial : BarCode

March 29th, 2007 | No Comments | Posted in Knowledges

I developing windows application with C#, it work with bar code scanner. So, I would like to write a blog about bar code. If it me to write all about bar code, I think is not such a good idea, because I don’t have enough knowledge about this. So, I’ll present wikipedia ha ha.

??http://en.wikipedia.org/wiki/Barcode

Ps. My?? application use 39 bar code.