Jump to content

Lemonxtt

Members
  • Posts

    4
  • Joined

  • Last visited

Lemonxtt's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. i found that if copy file GuiListView.au3 (3.3.10.2) to Include folder then it's work
  2. I need to fix source #2 in topic: I remember that it's ok for ver 3.81, but it is not working in 3.3.12
  3. StatusBar disabled (only 3.3.10) #include <GuiStatusBar.au3> $hGUI = GUICreate("(Example 1) StatusBar Set Text", 400, 300) $Menu = GUICtrlCreateMenu('Menu') $hStatus = _GUICtrlStatusBar_Create($hGUI) GUISetState(@SW_SHOW) _GUICtrlStatusBar_SetText($hStatus, "Part 5") Do Until GUIGetMsg() = -3
×
×
  • Create New...