There are many libraries that update and modify MsgBox and all interesting, but no one meets my needs.
So I created someone I did. I hope someone else might be useful.
It's not a library. Only snippets of code. Does not require any additional library. You can include on your sources or you can wrap them into Class.

MsgBox3(Message As String, Title As String, Positive As String, Cancel As String,Negative As String) As Int
The parameters are the same as MsgBox2
MsgBox4(Message As String, Title As String, Positive As String, Cancel As String,Negative As String, GraficStyle As Int) As Int
GraficStyle
0 = Trapeze
1 = Ellisse
2 = Fringe
So I created someone I did. I hope someone else might be useful.
It's not a library. Only snippets of code. Does not require any additional library. You can include on your sources or you can wrap them into Class.




MsgBox3(Message As String, Title As String, Positive As String, Cancel As String,Negative As String) As Int
The parameters are the same as MsgBox2
MsgBox4(Message As String, Title As String, Positive As String, Cancel As String,Negative As String, GraficStyle As Int) As Int
GraficStyle
0 = Trapeze
1 = Ellisse
2 = Fringe
Attachments
Last edited: