Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MESSAGE BOX: Can you force a new line?
#1
This is a 2 part question.

PART 1
Can you force a new line in a message box.

Ex:
______MESSAGE BOX________
Line one
Line two
__________________________

PART 2 of ? =
If you cannot do this w. QM's message boxes, do you know if you can do it with Windows oriented message boxes.

AS ALWAYS, Thank You!

Kent
#2
Function message box example
Code:
Copy      Help
mes "This is line 1[]This is line 2[]This is line 3[]ect...[]ect...[]ect..." "test"

or using qm help sample
Function qm help sample message box
Code:
Copy      Help
MES m
m.style="YNCn"
m.x=100
m.y=1
m.timeout=15
m.default='C'
int i=mes("This is line 1[]this is line 2[]This is line 3[]ect[]ect[]ect" "title" m)
#3
Ah!! Kevin thanks. I did read through ALL of the 'message box' info about a year ago and didn't remember this. Thanks


Forum Jump:


Users browsing this thread: 1 Guest(s)