00001 // University of Washington Bothell Graphics Library 00002 // Authors: Kelvin Sung, Steve Baer 00003 // The accompanying library supports CSS Graphics courses taught at UW-Bothell 00004 // See: http://courses.washington.edu/css450/ 00005 // http://courses.washington.edu/css451/ 00007 00009 #pragma once 00010 00018 bool ReplaceDialogControl(CDialog& dlg, UINT control_id, CDialog& new_control_group, UINT control_group_id);