Allegro.cc - Online Community

Allegro.cc Forums » Programming Questions » message box

This thread is locked; no one can reply to it. rss feed Print
message box
lindon heaven
Member #7,160
April 2006

how do i get a message box to be able to enter info.

is i have made a tile editer and need a message box to come up so i can enter the name of the level to save.

umperio
Member #3,474
April 2003
avatar

You could look into:

int file_select_ex(const char *message, char *path, const char *ext, int size, int w, int h);

A J
Member #3,025
December 2002
avatar

spawning a windows file selector is easy too.
win32::GetOpenFileName()

___________________________
The more you talk, the more AJ is right. - ML

Go to: