Description: Under normal circumstances, the button mapping work is done by the same, but sometimes we feel that the effect of rendering the system is too monotonous and want to make your own buttons different, then you can select the control of the Owner draw attributes. Chose this attribute, the system will no longer draw the control, but when the need to show control, the system sends a message to CButton class WM_DRAWITEM (for SDK programming, the message is usually sent to the parent window). For other controls, such as the ListBox, the system sends the message WM_DRAWITEM ago, was also sent WM_MEASUREITEM message is designed to allow you to set the height of each item in the ListBox
To Search:
File list (Check if you may need any files):
ODM\AssemblyInfo.vb
...\bin
...\...\ODM.dll
...\obj
...\...\Debug
...\...\.....\temp
...\...\.....\TempPE
...\...\Release
...\...\.......\temp
...\...\.......\TempPE
...\ODM.sln
...\ODM.vbproj
...\ODM.vbproj.user
...\OwnerDrawMenu.vb
...\Test
...\....\AssemblyInfo.vb
...\....\bin
...\....\...\new.ico
...\....\...\ODM.dll
...\....\...\open.ico
...\....\...\Test.exe
...\....\Form1.resx
...\....\Form1.vb
...\....\new.ico
...\....\obj
...\....\...\Debug
...\....\...\.....\temp
...\....\...\.....\TempPE
...\....\open.ico
...\....\Test.vbproj
...\....\Test.vbproj.user
ODM