Custom Query (3931 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 3931)

Ticket Resolution Summary Owner Reporter
#1354 Works For Me sqlite function problem... anonymous111
Description

I updated autoit from v3.3.0.0 to v3.3.2.0. but, extracted korean characters from my sqlite db are all broken. it's not sqlite3.dll problem. because new sqlite3.dll work well with old v3.3.0.0.

please fix this sqlite function related bug.

thanks.

#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
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.