Jump to content

scon

Active Members
  • Posts

    35
  • Joined

  • Last visited

scon's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. HI I found a great example of using Scintilla Control, but it does not have a useful mechanism: How make it? TNX!
  2. Nea. I think need to assign an icon for the state "select". But how?
  3. ........................ $ListView = GUICtrlCreateListView("", 50, 55, 650, 190, $LVS_NOCOLUMNHEADER, $WS_EX_STATICEDGE) Local $exStyles = BitOR($LVS_EX_FULLROWSELECT, $LVS_EX_DOUBLEBUFFER, $LVS_EX_FLATSB) $dumm = _GUIImageList_Create(22,22,5) _GUIImageList_AddBitmap($dumm, "0.bmp") _GUIImageList_AddBitmap($dumm, "1.bmp") _GUICtrlListView_SetImageList($ListView, $dumm, 1) .................... _GUICtrlListView_InsertItem($ListView, "2:12:12", 0, 1) Why is the icon disappears, and how to cure it? many thanks
  4. In this case, a simple solution does not work. Subroutine is called from user32.dll, I can not cope with the problem I willfind another waytopass a parameterto a subroutine. Thank you
  5. How i can destroy (free up memory)global variable? Assign("fad" & $tikcode, "") does not give full effect
  6. Hi! My program creates a timer (_Timer_SetTimer) on the fly itself, and kills them when they work. _Timer_SetTimer giving routine 4 parameters, but i need 5 And how do I pass variables in the calling routine _timer1? like this, but for this to work : TNX!
  7. YES! thank you very much! This work very fast
  8. Hi! Please, help I want to very quickly cut a small piece of a large binary file at the end. This piece (5 KB) I need. I am using: This works for a long time. How can I do differently? TNX
  9. Wow! many thanks, guys!
  10. I want to make a very simple player for these formats, but I do not know how to do it in my operating system installed decoders, bass_ape.dll and bassflac.dll, but they must somehow be called to work?
  11. Hi guys, play music FLAC and APE formats with autoit, it's possible?
  12. Thank, work great
  13. Hello Help please! And how can I get a better picture? What command can be used instead -vo directx:noaccel ? Thank's!
×
×
  • Create New...