Jump to content

Search the Community

Showing results for tags 'extmsgbox'.

  • Search By Tags

    • extmsgbox ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 1 result

  1. When I set ExtMsgBox to use fixed font, the width is calculated incorrectly, so text wraps. my code: #include <_ExtMsgBox.au3> #include <Array.au3> _ExtMsgBoxSet(0, 0, -1, -1, 10, "courier new") ; Set _ExtMsgBox formatting ShowAbout() Func ShowAbout() Local $ar[1] = [0] _ArrayAdd($ar...
×
×
  • Create New...