Jump to content

netegg

Active Members
  • Posts

    148
  • Joined

  • Last visited

About netegg

  • Birthday 03/10/1976

Profile Information

  • Location
    china

netegg's Achievements

Adventurer

Adventurer (3/7)

0

Reputation

  1. Would you like to improve this with the motion,like rotating
  2. maybe not yet, i got the code on autoit.de, it's suitable for running.
  3. why can‘t run? windows 8.1
  4. Hi, Yahied, I find that I can not change display resolution from 800x600 to 1376x768(max resolution) by using function_winapi_changescreenresex. How could I do?
  5. _Quotient(64,7) return 0?
  6. thanks, but not resize a column this time. that is how to disable click a item? for example, there is some listviewitem with multi column 'item|subitem|subitem....', then item cannot be clicked while the subitem can
  7. who can give some ideas to create a listview with disable the item(the first column) click but subitem(others) can?
  8. Removing 'continuecase' is not the same as the first code. And, Yes, I know that it can use 'if..then' to do this. I was just puzzled if the sequence causes the difference, and why.
  9. Today, I encountered a strange problem when i use the select. . .case statement. I really do not understand where there is an error.The following code is simplified, just to describe what the problem is. Select Case ProcessExists('explorer.exe') MsgBox(64, 0, 1) ContinueCase Case ProcessExists('sys.su') ;this is not a real process. but.... MsgBox(64, 0, 2) ContinueCase Case ProcessExists('winlogon.exe') MsgBox(64, 0, 3) EndSelect That's why?Does the ContinueCase cause?Or the condition of 'case 0' is True? But the below is different. Select Case ProcessExists('sys.su') ;this is not a real process. and the msgbox will not show MsgBox(64, 0, 2) ContinueCase Case ProcessExists('explorer.exe') MsgBox(64, 0, 1) ContinueCase Case ProcessExists('winlogon.exe') MsgBox(64, 0, 3) EndSelect
  10. this will disable all columns, is it possible to disable just one column (for example, the first column)?
  11. I've tried this function,but the word and icon in the part can't be moved the proper position. Could it do?
  12. As the title, how to use a button or a message to change parts' number of a statuse bar, such as from 3 to 4?
  13. Hi, Yashied, the Standard Access Rights consts are in SecurityConstants.au3 file, should it be marked comment?
×
×
  • Create New...