Archive

Archive for the ‘windows’ Category

delphi odd form

February 24th, 2007 Dante Regis No comments

For those of you that aren’t used to it, before the Internet we had things called desktop applications! Delphi was (and still is) my personal favorite tool to build this kind of application.

A few weeks ago, I was requested to build a small software that needed an irregular window shape. Intead of loose time searching through the Windows API, follow this tip: use Delphi Odd Form. It allows you to shape your application with a simple image. The form will be just like the outline of that image. You just have to scan the image and include the resulting .PAS file in your project. Then, call the right function and voilá: a custom shaped form facing you!

Categories: delphi, windows Tags:

Shell Revealed

February 24th, 2007 Dante Regis No comments

Looks like the name for a 10-day intensive shell script class, right? Well, actually, Shell Revealed is the name of the blog mantained by the Windows Vista Shell Developers. Just in case, the Windows Shell includes things like the explorer.exe process, Windows Explorer, the Desktop, Start menu, User interface and stuff.

Since we are all bound to the wills of the giante, it’s worth a look, specially on the new APIs, like Taskdialog. Quite interesting.

Categories: windows Tags: