views:

225

answers:

4

I want to replicate the look and feel of Spybot Search & Destroy in my own applications. Is there a publicly-available framework, toolkit, or library to aid in this task?

A: 

It looks like an MFC application to me.

http://www.safer-networking.org/de/tutorial/index.html

Jens
A: 

Most of the GUI framworks that use native operating system widgets will allow you to produce something similar.

Here are 2 GUI Frameworks that uses the native widgets of the OS.

  • MFC
  • wxWidgets
Martin
+2  A: 

AFAICR it's written in Delphi. With C++ Builder you can use Delphi libraries from C++.

utku_karatas
+1  A: 

In this blog post, they mention that they use Delphi:

http://www.safer-networking.org/en/news/2005-06-22.html

David Dean - Embarcadero