Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 3866)

Ticket Resolution Summary Owner Reporter
#3086 Fixed spelling mistake guinness Tweaky
Description

examples: _Excel_ColumnToNumber _Excel_ColumnToLetter

colunm >>> column

#2704 No Bug soundsetwavevolume doesn't work with object Champak
Description

In the following code soundsetwavevolume works when audio is played through soundplay, but not when played through a wmp object. When played through the object, the volume bar of the script will be moved to the correct position in the windows volume mixer, but the audible volume doesn't actually change unless the bar is clicked on with the mouse.

; SoundPlay("C:\Users\Lab\Music\Test\One Me.mp3")


 $OPLAYER2 = ObjCreate("wmplayer.ocx")
 $OPLAYER2.url = "C:\Users\Lab\Music\Test\One Me.mp3"


For $i = 0 To 100 Step 10
    Sleep(2000)
    Soundsetwavevolume ($i)
Next
#479 No Bug soundplay don't work always gadelat
Description

Soundplay don't work for any mp3, for example: it works for this: http://www.sendspace.com/file/ar4l7p it doesn't work for this: http://www.sendspace.com/file/xp145k

Note: See TracQuery for help on using queries.