Custom Query (3927 matches)
Results (199 - 201 of 3927)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2704 | No Bug | soundsetwavevolume doesn't work with object | ||
| 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
|
|||
| #3241 | No Bug | Cheap_Links | ||
| Description |
You need backlinks? Just like this website has, buy www.backlinks.com Cheap_Links http://www.shieldselfstorage.ca/ |
|||
| #1991 | Wont Fix | Include CAPTUREBLT flag in _ScreenCapture_Capture | ||
| Description |
In order to capture the layered windows when capturing the desktop. The flag CAPTUREBLT should be included: Old code Global Const $__SCREENCAPTURECONSTANT_SRCCOPY = 0x00CC0020 ... _WinAPI_BitBlt( ... , $__SCREENCAPTURECONSTANT_SRCCOPY) New code: _WinAPI_BitBlt( ... , BitOR($SRCCOPY, $CAPTUREBLT)) NOTE: The constants are already listed in WinAPI.au3 so there is no need to hardcode another one... |
|||
