Jump to content

tryer777

Members
  • Posts

    7
  • Joined

  • Last visited

tryer777's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. ? Func _html2txt($html) Return StringRegExpReplace($html, "<.[^>]*>", "") EndFunc
  2. #include <EditConstants.au3> $Input = GUICtrlCreateInput("",$X,$Y,$W,$H,BitOr($GUI_SS_DEFAULT_INPUT,$ES_NUMBER))
  3. $hListView = _GUICtrlListView_Create($hGUI, "", 14, 65, 713, 587, $LVS_REPORT)
  4. $hListView = _GUICtrlListView_Create($hGUI, "", 14, 65, 713, 587) _GUICtrlListView_SetUnicodeFormat($hListView, True)
×
×
  • Create New...