Thursday, June 2, 2011

How to add or change icon in dialog box like in missing shortcut dialog box or log off?

You must have some experience in programming language , specially in Visual C++ or Delphi.



Open shell32.dll ( \windows\system32 ) with some Resource Editor (eg. Resource Hacker)

http://www.snapfiles.com/get/resourcehac



In the Shell32.dll you will see 'Dialog' resource.

for 'Log off' dialog is number 1071 , change that Form with the new one that you create with Visual C++, Delphi or TurboC++ .

not just the Icon you can change, but all the Form Layout and Caption, including button posision.



I didn't recommend you to change any 'Dialog' box or Windows Menu, except you are an expert.

No comments:

Post a Comment