Jump to content

name15

Active Members
  • Posts

    76
  • Joined

  • Last visited

name15's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. how to get User name for processes ?
  2. how to get if user selected item or not if user no item selected then will _GUICtrlMenu_SetItemDisabled if user selected a item then will _GUICtrlMenu_SetItemEnabled like my function Func menu($FileView,$hmenu,$Name1) $p = _GUICtrlListView_GetItemCount($FileView) For $i = 0 to $p $Name = _GUICtrlListView_GetItemSelected(GUICtrlGetHandle($FileView),$i) If $Name = False Then For $i = 1 To $Name1 _GUICtrlMenu_SetItemDisabled(GUICtrlGetHandle($hmenu), $i) Next EndIf ExitLoop If $Name = True Then For $i = 1 To $Name1 _GUICtrlMenu_SetItemEnabled(GUICtrlGetHandle($hmenu), $i) Next EndIf Next EndFunc
  3. how to get if user selected item or not if user no item selected then will _GUICtrlMenu_SetItemDisabled if user selected a item then will _GUICtrlMenu_SetItemEnabled like my function Func menu($FileView,$hmenu,$Name1) $p = _GUICtrlListView_GetItemCount($FileView) For $i = 0 to $p $Name = _GUICtrlListView_GetItemSelected(GUICtrlGetHandle($FileView),$i) If $Name = False Then For $i = 1 To $Name1 _GUICtrlMenu_SetItemDisabled(GUICtrlGetHandle($hmenu), $i) Next EndIf ExitLoop If $Name = True Then For $i = 1 To $Name1 _GUICtrlMenu_SetItemEnabled(GUICtrlGetHandle($hmenu), $i) Next EndIf Next EndFunc
  4. thank you for explain all these think but there any way to change the language
  5. i think pic much easy and more useful so you can dectect variable on screen remote computer so when variable change server take pic
  6. you wright but when is use jpeg type the size well be 40KB for every pic
  7. ok where the part are not Understand
  8. how can i get PROCESS_ALL_ACCESS = 0x001F0FFF
  9. not like that between client and server why i try make script like VCN but the pic trasfer form server to client to big (40K) for single pic so i need make data smaller to low size transfer between client and server
  10. you get worn idea i men like function like Func comperss() Func decomperss()
  11. can i use multiple variable in one like $I = $O or $P or $I or $L
×
×
  • Create New...