textField
static struct textField * mid_tb = NULL;
int tb_cnt, struct textField * tb)
multi_field_dialog(HWND hParent, char * preface, int n, struct textField tb[])
struct textField * tb = NULL;
tb = (struct textField *) malloc(sizeof(struct textField) * num_prompts);
memset(tb,0,sizeof(struct textField) * num_prompts);