Ignore:
Timestamp:
Jan 31, 2011, 12:26:13 AM (13 years ago)
Author:
イグトランス (egtra)
Message:

CreateToolbarExでのビットマップ読み込みを代替関数を用いるよう変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/egtra/ab5.0/abdev/abdev/RadToolsAndPropertyProc.cpp

    r794 r796  
    135135                NULL,
    136136                BMPNUM_RADTOOLBAR,  /*ビットマップの個数*/
    137                 hResInst,(unsigned int)MAKEINTRESOURCE(IDR_CONTROL),CtrlToolBar,
     137                nullptr,
     138                reinterpret_cast<UINT_PTR>(ActiveBasic::Resource::LoadBitmapAlt(hResInst, IDR_CONTROL)),
     139                CtrlToolBar,
    138140                (BMPNUM_RADTOOLBAR-1)+SEPNUM_RADTOOLBAR,    /*アイテムの個数*/
    139141                0,0,16,15,sizeof(TBBUTTON));
Note: See TracChangeset for help on using the changeset viewer.