去除程式中廣告條的一種方法。
颶風郵箱清理器 版本 1.0
http://www.renliang.com/software/emailcleaner.exe 大小697k
安裝EmailCleaner後,執行MailCleaner.exe,發現此程式有廣告條,
該怎樣把它去除呢。先把MailCleaner.exe和MailCleaner.enu複製一
份,接著反安裝EmailCleaner。這時再執行MailCleaner.exe,會提示
“Couldn't load advert.dll”,這個程式沒有加殼,用exescope之
類的程式開啟MailCleaner.exe,展開資源下的RC DATA部分,這裡有
一個TMAINFORM,選中它在右邊即顯示出主窗體各個部件的資訊,其中
有一段:
object AdImage1: TAdImage
Left = 0
Top = 27
Width = 468
Height = 60
Cursor = crHandPoint
AutoLoad = True
Options = []
ProgramID = 539
BandwidthThrottle = 2147483647
MinimumAdDisplayTime = 0
NetworkIsUp = False
Size = ADS468x60
end
這就是視窗上所顯示的廣告條,我們把這一段刪除,然後儲存,
現在執行MailCleaner.exe,怎麼樣,窗體上的廣告條沒了吧^_^
這個方法適用於Delphi和C++Bulid設計的程式。