Jump to content
Codexxx

ProgramTV [AUTOIT] HELP

Recommended Posts

..Salut RST vreau sa fac un Program de tv in AutoiT iar nu stiu cum sa bag Linkurile in care sa imi arate Programele in $ListView1 imi puteti da o mana de ajutor baieti ?


#include <ComboConstants.au3>
#include <GUIConstantsEx.au3>
#include <ListViewConstants.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>


$Form1 = GUICreate("Program TV", 412, 438, 192, 124)
GUISetBkColor(0xFFFFFF)
$Antena3 = GUICtrlCreateCombo("Antena3", 144, 8, 257, 25, BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1, "Antena 1|Protv|Realitatea|TVR1|TVR2|Kanal D|Acasa TV|OTV|Speranta TV")
GUICtrlSetFont(-1, 9, 800, 0, "Palatino Linotype")
$Label1 = GUICtrlCreateLabel("Alege Programul :", 8, 8, 130, 25)
GUICtrlSetFont(-1, 11, 800, 0, "Palatino Linotype")
$ListView1 = GUICtrlCreateListView("ORA:|Acuma la TV:", 8, 40, 394, 390)
GUICtrlSendMsg(-1, $LVM_SETCOLUMNWIDTH, 0, 150)
GUICtrlSendMsg(-1, $LVM_SETCOLUMNWIDTH, 1, 200)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
GUISetState(@SW_SHOW)


While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit

EndSwitch
WEnd

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...