Using VC + + imitation Jinshan poison PA Kill Tool Interface

Source: Internet
Author: User
Tags resource

Jinshan Poison PA 2002 Since its launch, widely favored by users. Today I want to talk about is not the function of Jinshan poison PA, but its unique interface. I have long been on the interface of Jinshan poison tyrants, if their own procedures can use Jinshan poison pa Such interface, that should be more fun!

Say dry on dry, in the principle of the more than one, I chose Jinshan poison PA's an incidental tool: Duba_gop.exe to axe. The tool can be downloaded on the website of Jinshan Poison PA, and its interface is shown as follows:

OK, start preparing the tool:

Extract Resource tool: Freeres

Programming Tools: VC + +

There is also a VC with a small tool: Spy + +

The reason why not everyone is familiar with the Exescope, because the Duba_gop.exe has been compressed, some resource extraction tools can not be used.

With Freeres open Duba_gop.exe, you can see it with 20 BMP bitmap, the entire form of the background map, the top right two small buttons "home" and "off" three-state bitmap, and two large buttons "Browse folder" and "Start scanning" of the three-state bitmap. See these pictures, you can guess that the software is not a title bar, and the display of the title bar is only the background, and together with the lower part of the form of Jinshan poison PA logo are belong to the same background picture! So what about "home" on the title bar, "Off"? Use Spy + + to try and find that these two are button, not bitmap. The same "Browse folder" and "Start Scan" is also a button, then think of these four button can be used in VC CBitmap class to achieve. The hyperlinks in the lower part of the form are just static boxes. By analyzing these difficulties, we can start our programming journey, but remember to save the useful pictures.

A Form background issues

Open VC, a new dialog box project, called Interface. Remove the default static and two buttons, right-click on the form, and in the Properties dialog box that appears, remove the title bar, and then import all the pictures you extracted with freeres into the project's resources. Modify Cinterfacedlg::onpaint () as follows:

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.