Jump to content

nico18n

Active Members
  • Posts

    25
  • Joined

  • Last visited

Everything posted by nico18n

  1. Hello, unfortunately I think you're absolutely right. I was so taken by the argument that I had not noticed.
  2. good morning. I am using Windows 7 and it does not work. This is the result when I ask to remove a USB pendrive: h: Removable .h: Device Control 0 Dismount 0 Device Control 0
  3. Okay Sky, thanks. I solved by removing the decimal separator selection (,) Thank you for your much appreciated help.
  4. That's no good. The result is this Mr {,} :-( I'm afraid the error is OpenOffice at this point that translates the character "." to "," I use OpenOffice 4.1.3
  5. Thanks, but unfortunately it does not work. There are no objects in the text file where I just fill in some tables for to use ControlSend()
  6. Hello, I use the send command to send text to a table in a openoffice writer document. Whenever "." (fullstop) Appears in the text this is changed to "," comma. How can I prevent this from happening? Thank you. es.: send("Mr. Smith") ---> Mr, Smith
  7. Hello Water, Thanks for the link, very interesting. However given that the size of the sheet are not very big, I thought I'd use this other method for me easier. $kk=_Excel_RangeRead($oWorkbook,1,"A1:A4000") ;read the range in a array $kk $trovato = _ArraySearch($kk,"") ;find the first empty If @error Then ...... It will not be the best, but it works.
  8. Hello Water, I'm sorry if I was not clear. I have the same problem described by Queener. I want to find the first empty cell in the column A, but this I can not have her. The result is always the first empty cell in a column that has more filled cells. Example: Column A is the first empty cell to the line 120, the K column is the first blank cell in row 130, if I do the search using the command: $oRange = $oWorkbook.ActiveSheet.Range("A1:A5000").SpecialCells($xlCellTypeLastCell).Offset(1,-4) $Address = $oRange.Address I always get the column position K. How do I find the first empty cell in the column A? I thank you for your kind interest.
  9. Hello, Unfortunately still it does not work. What is the solution please? Thank you very very much.
  10. actually I tried to compile the program without using UPX and the AV does not consider it positive, but the size of the program is more than double.
  11. I have the same problem in the office where, among other things, I can not make any modifications to the AV. Any solution? The AV is Symantec Endpoin Protection.
  12. @ Melba23 Very good. Just a useful function. I needed really. Good job.
  13. @ hamsgi Hello, where are the files to include?
  14. @ NIKHILSKYNET Hello, how to change calls to various functions?
  15. hello, nice work.
  16. I had a quick look at the code. It seems to be possible to specify a different folder as second parameter to _OutlookGetMail. Is has to have a format of \\FolderID\\StoreID. ... hello, I've tried does not work. Instead it seems that the function works well IQ9003 (Opslaanbijlagen) that does not use Outlook-UDF. but i want to use with outlook-UDF. Can you help?
  17. Hello, I have a problem to extract emails from Outlook local folders. folder is a local store. How can I do? I tried to use various methods already mentioned, but I can not. It's good for your inbox. Hello and thank you.
  18. Thanks ProgAndy. ...Or use the flag $BASS_MIXER_DOWNMIX $hMixer = _BASS_Mixer_StreamCreate($rate,1, BitOR($BASS_MIXER_END, $BASS_STREAM_DECODE)) $hChannel = _BASS_Mixer_StreamAddChannel($hMixer, $hStream, $BASS_MIXER_DOWNMIX) ... Using this method, the result seems satisfactory. Should I try another set. thanks
  19. Hello brettf. Sorry for the delay. my mistake was because I wanted a mono audio. But putting one I took only one channel (left or right). How do I get an audio mixing left and right way? $hMixer = _BASS_Mixer_StreamCreate($rate,1, BitOR($BASS_MIXER_END, $BASS_STREAM_DECODE))
  20. i refer to ...convert sampling rate of a wav file using bass.dll I missed bassmix.dll. Now it works. To get a better quality of audio output what should be done? I tried to do the same thing with sox and saw that its quality is better with the same parameters.
  21. many tanks. but i receive this error: Include\BassEnc.au3 (159) : ==> Subscript used with non-Array variable.: Return SetError(0, "", $BASSENC_ret_[0]) Return SetError(0, "", $BASSENC_ret_^ ERROR ->17:45:17 AutoIT3.exe ended.rc:1 have you an idea?
  22. hello, i use bass_asio examples, but not go. there are wrongs: example_playfile.au3(13,48) : WARNING: $bass_asio_dll: possibly used before declaration. $Samplerate = _BASS_ASIO_GetRate($bass_asio_dll) i ask for example: i want convert sampling rate of a wav file using bass.dll ... is it possible? tank.
  23. many tanks. i am wrong.
  24. i am wrong. sorry
×
×
  • Create New...