Jump to content

zaini

Active Members
  • Posts

    65
  • Joined

  • Last visited

About zaini

  • Birthday 11/11/1984

Profile Information

  • Location
    malaysia

zaini's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. Thank you so much...
  2. How to unlock..? title and image is interesting...
  3. Yes i agree...easy so much.. create more skin..good luck...
  4. Thank you very much Rasim.. You answering my questions... i appreciate it so much..
  5. Thanx its work for the width and height... how to set icon on tab with size 32?
  6. erm..but the icon size and height of tab not change.. i dont know how to do it.. can you give me an example..??
  7. I like this tab.. but i dont know how to create tab like this.. can anybody help me...??
  8. Hahaha...just remove the include and is done.. thanks ZEDNA and MRCREATOR...
  9. there is a way..??
  10. How to solve this problem..??? I want to display all the icon from C:\windows in list view... but it always display a same icon for a different file... if i put "GUICtrlSetImage(-1,$FileList[$i],0)" it place the icon on tab.. please some body help me to solve this... #include <GUIConstants.au3> #include <GuiListView.au3> #Include <File.au3> #Include <Array.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Form1", 633, 447, 193, 125) $Tab1 = GUICtrlCreateTab(8, 32, 617, 313) GUICtrlSetResizing(-1, $GUI_DOCKWIDTH+$GUI_DOCKHEIGHT) $TabSheet1 = GUICtrlCreateTabItem("TabSheet1") $ListView1 = GUICtrlCreateListView("NO|File List", 16, 72, 593, 225) GUICtrlSendMsg(-1, 0x101E, 0, 50) GUICtrlSendMsg(-1, 0x101E, 1, 200) $TabSheet2 = GUICtrlCreateTabItem("TabSheet2") $TabSheet3 = GUICtrlCreateTabItem("TabSheet3") GUICtrlCreateTabItem("") GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### $FileList=_FileListToArray("C:\windows\","*.exe") For $i = 0 To UBound($FileList)-1 $list = _GUICtrlListView_AddItem($ListView1, $i, 0) _GUICtrlListView_AddSubItem($ListView1, $list, $FileList[$i], 1, -1) GUICtrlSetImage($ListView1,$FileList[$i],0) Next While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd
  11. good script, it help me much for future use... thanx
  12. amazing big_daddy... you got the exact solution... thanks....
  13. Oh..ok.. i try to do it...thanks
  14. thanx firefox, but it seem just the 40KB is changing the position, Player_1_36.swf C:\Documents and Settings\All user how to change into this? C:\Documents and Settings\All user\Player_1_36.swf sorry coz so many asking....
  15. can somebody help me how to arrange this text??? How to replace this text files Player_1_36.swf C:\Documents and Settings\All user 40 kB 044209_734.log C:\Documents and Settings\Logs 40 kB Into this text files 40 kB C:\Documents and Settings\All user\Player_1_36.swf 40 kB C:\Documents and Settings\Logs\044209_734.log
×
×
  • Create New...