Jump to content

qinylj

Members
  • Posts

    6
  • Joined

  • Last visited

qinylj's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. There is an exception in the _Json_token function that is not judged, if the key value is an empty array, there will be a problem。Corrected as follows: case 2;Json_ARRAY If $Size = 0 Then Local $Array = null Else Origin Code Here Endif
  2. This is a fragment code write with VBA,How can I transform it to Au3 code,especially "TableRst!TABLE_NAME"。 DB.Open "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False; Data Source=" & FileName & ";Extended Properties='Excel 8.0;IMEX=1;HDR=no'" Set TableRst = DB.OpenSchema(adSchemaTables, Array(Empty, Empty, Empty, "Table")) TableRst.MoveFirst While Not TableRst.EOF Table = TableRst!TABLE_NAME
  3. I creat Listviewitem by GUICtrlCreateListViewItem() and set color by GUICtrlSetColor(),but there is no function to get Listviewitem color? _GUICtrlListView_GetTextColor($hWnd) does not working
  4. Thank you so mach。
  5. I want to ping ipv6 address,but the official did not provide this functionality.How to achieve this functionality。
×
×
  • Create New...