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:
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
2009-04-05 18:52:44
+2
A:
AFAICR it's written in Delphi. With C++ Builder you can use Delphi libraries from C++.
utku_karatas
2009-04-05 19:13:14
+1
A:
In this blog post, they mention that they use Delphi:
David Dean - Embarcadero
2009-05-08 22:59:51