Hello, We cants add checkbox at run time. What we can do is: Add the Check Box in ur Dialog. After you read the Name of checkbox from file,u can change the lable of ur check box easily. If you want to display check box at run time only then you can hide them previously and then use ShowWindow(SW_SHOW) method to make those check box visible. Abhijeet