Ignore:
Timestamp:
Jan 30, 2011, 10:45:09 PM (13 years ago)
Author:
イグトランス (egtra)
Message:

DialogBox, CreateDialogの代替関数を実装

File:
1 edited

Legend:

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

    r763 r794  
    5555
    5656            hToolBar=CreateToolbarEx(hwnd,WS_CHILD|WS_VISIBLE|CCS_NODIVIDER|TBSTYLE_FLAT|TBSTYLE_TOOLTIPS,
    57                 NULL,
     57                0,
    5858                BMPNUM_ICONTOOLBAR, /*ビットマップの個数*/
    5959                hResInst,(unsigned int)MAKEINTRESOURCE(IDR_ICONTOOLBAR),IconToolBar,
     
    188188            switch(LOWORD(wParam)){
    189189                case IDC_ADD_ICONTYPE:
    190                     i=DialogBox(hResInst,MAKEINTRESOURCE(IDD_ICONEDIT_ICONTYPE),GetParent(hwnd),DlgIconType);
     190                    i = ActiveBasic::Resource::DialogBoxAlt(hResInst, IDD_ICONEDIT_ICONTYPE, GetParent(hwnd), DlgIconType);
    191191                    if(i==-1) return 1;
    192192
Note: See TracChangeset for help on using the changeset viewer.