Jump to content

Search the Community

Showing results for tags 'readonly'.

  • Search By Tags

    • readonly ×
    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 3 results

  1. Hi. I try to figure out who is using a excel workbook which I can only open "read only". I use this code: #include <Array.au3> #include <Excel.au3> Local $sFile = ; excel file with path on a network drive Local $oExcel = _Excel_Open(True, True) Local $oTabelle = _Excel_BookOpen($oExcel, $s...
  2. Good morning I'm working with a popup GUI, which shows some data, that is read-only display... On the event "click on a button", I'd like to change the style of the Input to Read-only to Editable... Any suggestions? Thanks
  3. Hello everyone ! I was looking for a parameter to set a List. Not a ComboList in ReadOnly. I've already found a topic about The readonly on a ComboList : But nothing on List Does someone know how to ?..
×
×
  • Create New...