本連載では、 実際にVB6で開発したソフトウェアがあると仮定して、 そのソフトウェアをC#に置き換えながら基本的な技術を学ぶという趣旨なので、 当然サンプルとなるソフトウェアが必要です。 そこで、 今回はVB6で開発した電話帳サンプルソフトという ...
I have a Windows 2003 SBS domain and a VB6 application. <BR><BR>Doing a FileSystemObject FolderExists call returns False even when that folder does exist. <BR><BR>This same code works in Windows 98, ...
VB6 でも(簡易的・擬似的ではありますが)ユニットテストを実装することができます。 モックオブジェクトを利用することも可能です。 依存コンポーネント (Depend-On Component)として、Part 1にコードを掲載した VB6 版 StringBuilder クラスを使用しますので ...
i'm not so much worried about leaving objects in RAM, i was more worried abuot leaving a file handle open.<BR><BR>that is, opening a file to write, getting halfway done, and then crashing ...