windows - How do you create a text popup box in C? -


i want make popup requires type in , hit ok. below have far:

messageboxa(null, "message", "title", mb_ok); 

it pops box, can't type in. there way popup box lets user type in before closing popup?

yes there is. may want read edit controls.

what you're looking edit control ws_overlappedwindow style or alternatively kind of top-level window edit control child.

for more information, read documentation .