2007-03-01から1ヶ月間の記事一覧

IntegerをUInt32へキャスト

Dim i As Integer CType(i, UInt32) これはエラーになります。 System.Convert を用いて ToUInt32(i) これならオッケー。

DateTimePickerコントロールに空白を表示したい

http://www7.big.or.jp/~pinball/discus/vb/59941.html

DataGridで行選択

http://www.atmarkit.co.jp/bbs/phpBB/viewtopic.php?topic=27501&forum=7

DateTimePickerで和暦を表示させる

http://blogs.wankuma.com/mnow/archive/2006/05/21/26510.aspx

実行時かデザイン時か判別する

http://homepage1.nifty.com/rucio/main/dotnet/Samples/Sample073DesignMode.htm

DataGridで和暦

http://www.sqlpassj.org/bunkakai/web/report/030313.aspx