Re: [libreoffice-users] Icons in message box

2018-12-17 Thread Jean-Francois Nifenecker
Le 17/12/2018 à 21:09, Luuk a écrit : I do see the question mark. So do I. If I change the MB_ICONQUESTION constant for the MB_ICONSTOP, I see the Stop icon as well. Official (TDF) LibreOffice 5.4.6.2 under Linux Lint 18.x Cinnamon. HTH, -- Jean-Francois Nifenecker, Bordeaux -- To unsub

Re: [libreoffice-users] Icons in message box

2018-12-17 Thread Luuk
On 17-12-2018 20:53, Johnny Rosenberg wrote: It seems like the MsgBox function ignores icons. *Sub Test* *Dim iReply As IntegeriReply=MsgBox("Do you feel like pressing the Yes button?", _ MB_YESNO OR MB_ICONQUESTION OR MB_DEFBUTTON2, _ "Your choice"

[libreoffice-users] Icons in message box

2018-12-17 Thread Johnny Rosenberg
It seems like the MsgBox function ignores icons. *Sub Test* *Dim iReply As IntegeriReply=MsgBox("Do you feel like pressing the Yes button?", _ MB_YESNO OR MB_ICONQUESTION OR MB_DEFBUTTON2, _ "Your choice")* *End Sub* I expect a message button with a