Archive for September, 2008

Bangkok Dangerous

September 10, 2008

Two Face

September 10, 2008

AboutForm / InfoForm

September 10, 2008

Sometimes I have to create an AboutForm whereby the pre-defined AboutControl provided by Visual Studio will be avoided. In fact, I code always the same bug. Using an AboutForm which will be hided if an user click on any control on the AboutForm, but if the FormBorderStyle is not ‘None’(e.g. Fixed3D) and an user dispose the form with the Close/Dispose button at the border there will be an ObjectDisposedException fired when the AboutForm will be shown the next time.

Solution: FormBorderStyle -> None

Remember River Raid

September 8, 2008

In 1986 and 1987 I was addicted to some C64 games such as River Raid. In fact, VICE 1.14 (Versatile Commodore Emulator) works with Windows quite good.