Selection Boxes with letters or numbers without actual text


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Bob A on September 10, 2013 at 09:40:35:

I found the following choices for Message Boxes, where there are 1 to 3 options, and the pre-configured text indicated by the names:
SET MB.IN.TYPE.OK = 0 ! 0x00000000L
SET MB.IN.TYPE.OKCANCEL = 1 ! 0x00000001L
SET MB.IN.TYPE.ABORTRETRYIGNORE = 2 ! 0x00000002L
SET MB.IN.TYPE.YESNOCANCEL = 3 ! 0x00000003L
SET MB.IN.TYPE.YESNO = 4 ! 0x00000004L
SET MB.IN.TYPE.RETRYCANCEL = 5 ! 0x00000005L

is there any way to get a Message Box with either A,B,C,D or 1,2,3,4? Then I could put text to indicate the action taken for each option.

for one of these in the past, I broke up the 1,2,3,4 to 2 sets of YES/NO boxes.. but that was kinda tiresome... and I ended up using a window with a selection like ON OPTION GOTO.....

Thanx

Bob "A"


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]