PhotoPerfect Manual

FF_MessageBox


Data type


VT_I4


Function


FF_MessageBox(prompt, type);


Description


Reflexion from AfxMessageBox()


prompt = text to be displayed
type = compounded from icon plus key combination


Icon is:
16 = cancel
32 = question
48 = exclamation
64 = information


Key combination is:
0 = OK
1 = OK, cancel
2 = cancel, repeat, ignore
3 = yes, no, cancel
4 = yes, no
5 = repeat, cancel
6 = cancel, repeat, continue