Is it possible to have in PBCC a very simple
INPUTBOX$ function (with its own window)?
Something like
answer$ = INPUTBOXCC$("Your name please:")
I saw in an old post a suggestion to use DialogBox API
but it seems that a good knowledge of the API is needed for this.
Thank you,
Victor
INPUTBOX$ function (with its own window)?
Something like
answer$ = INPUTBOXCC$("Your name please:")
I saw in an old post a suggestion to use DialogBox API
but it seems that a good knowledge of the API is needed for this.
Thank you,
Victor
Comment