Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/17/2012 in all areas

  1. KaFu

    Code Help [Solved]

    Are you looking for something more like this? Quick pseudo-code, of course needs further work. $sTargetFolder = FileSelectFolder() For $s = 0 To _GUICtrlListView_GetItemCount($LV) - 1 if _GUICtrlListView_GetItemChecked($LV, $s) Then FileCopy(@DesktopDir & "" & _GUICtrlListView_GetItemText(),$sTargetFolder) endif Next
    1 point
  2. water

    ObjCreate Help

    I think the Item method returns an object. So you would check forIf Not Isobj($objDomain.UserList.Item($strEmail)) Then
    1 point
  3. water

    ObjCreate Help

    Try: Global $strDomainName = "Globalhost" Global $strAccountValidDays = 7 Global $objManager = ObjCreate("G6FTPServer.Manager") Global $objDomain = $objManager.Domains.Item($strDomainName) Global $objFSO = ObjCreate("Scripting.FileSystemObject") Global $objShell = ObjCreate("WScript.Shell") Global $objArgs = ObjGet("Wscript.Arguments") I'm not sure about the last statement. Maybe this can be replaced by $CmdLine.
    1 point
  4. JohnOne

    speed up INIREAD

    I don't think ini is very practical for speed with 50,000 records, I suggest you think about using a dadabase or maybe even xml. I'm not very clever at all with either, so cant help much other to say, they will both improve with regards to speed you get now with ini files.
    1 point
  5. Jos

    SciTE v 3.20 Beta available

    I would say about the same the doctor said when the patient told him it hurts when he presses a certain spot: Stop pressing the particular spot.
    1 point
×
×
  • Create New...