-
Posts
25 -
Joined
-
Last visited
Everything posted by nico18n
-
Hello, unfortunately I think you're absolutely right. I was so taken by the argument that I had not noticed.
-
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
-
Problem when send "." in OpenOffice Writer
nico18n replied to nico18n's topic in AutoIt General Help and Support
Okay Sky, thanks. I solved by removing the decimal separator selection (,) Thank you for your much appreciated help. -
Problem when send "." in OpenOffice Writer
nico18n replied to nico18n's topic in AutoIt General Help and Support
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 -
Problem when send "." in OpenOffice Writer
nico18n replied to nico18n's topic in AutoIt General Help and Support
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() -
Problem when send "." in OpenOffice Writer
nico18n posted a topic in AutoIt General Help and Support
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 -
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.
-
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.
-
Hello, Unfortunately still it does not work. What is the solution please? Thank you very very much.
-
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.
-
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.
-
@ Melba23 Very good. Just a useful function. I needed really. Good job.
-
@ hamsgi Hello, where are the files to include?
-
@ NIKHILSKYNET Hello, how to change calls to various functions?
-
hello, nice work.
-
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?
-
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.
-
BASS Function Library (Sound and Music Functions)
nico18n replied to BrettF's topic in AutoIt Example Scripts
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 -
BASS Function Library (Sound and Music Functions)
nico18n replied to BrettF's topic in AutoIt Example Scripts
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)) -
BASS Function Library (Sound and Music Functions)
nico18n replied to BrettF's topic in AutoIt Example Scripts
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. -
BASS Function Library (Sound and Music Functions)
nico18n replied to BrettF's topic in AutoIt Example Scripts
Hello. It's OK. Thanks. -
BASS Function Library (Sound and Music Functions)
nico18n replied to BrettF's topic in AutoIt Example Scripts
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? -
BASS Function Library (Sound and Music Functions)
nico18n replied to BrettF's topic in AutoIt Example Scripts
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. -
many tanks. i am wrong.
-
i am wrong. sorry