| Posted on: Jun 5 2007, 13:41 | |
|
Newbie Group: Posters Posts: 4 Joined: 25th July 2006 Member No.: 199,446 |
but very good application |
| Forum: Pocket PC Customisation · Post Preview: #824148 · Replies: 10 · Views: 4,650 |
| Posted on: Jun 5 2007, 13:40 | |
|
Newbie Group: Posters Posts: 4 Joined: 25th July 2006 Member No.: 199,446 |
|
| Forum: Pocket PC Customisation · Post Preview: #824147 · Replies: 10 · Views: 4,650 |
| Posted on: Aug 24 2006, 10:11 | |
|
Newbie Group: Posters Posts: 4 Joined: 25th July 2006 Member No.: 199,446 |
How I can record a conversation with my Q. I know it's illegal in US but not in Canada. My old Motorola i860 have it. Why my Q don't ? Microsoft put a security for that... How I can remove it? I try many programs, but all without success I know the Codec GSM610 have something (HKLM/Drivers/BuiltIn/Codec_GMS610) is a part of the solution, but which ??? HELP ME !!! |
| Forum: Q - Q.MoDaCo.com · Post Preview: #763480 · Replies: 5 · Views: 2,895 |
| Posted on: Aug 1 2006, 17:10 | |
|
Newbie Group: Posters Posts: 4 Joined: 25th July 2006 Member No.: 199,446 |
Conversation.vbs (rcwv to wav) CODE Const ForReading = 1 Const ForWriting = 2 Const StrToSearch = "RIFF" Const StrExt = "wav" On Error Resume Next Set objArgs = WScript.Arguments If objArgs.Count <> 1 Then WScript.Echo "1 argument requis :" & Chr(13) & Chr (10) & _ " filescript <sourcefile>" & Chr(13) & Chr (10) & _ " Le fichier de sortie portera le même nom, avec l'extension " & StrExt WScript.Quit End If SrcFileName = objArgs(0) Set objFSO = CreateObject("Scripting.FileSystemObject") DstFileName = objFSO.GetParentFolderName(objFSO.GetAbsolutePathName(SrcFileName)) & _ "\" & objFSO.GetBaseName(SrcFileName) & "." & StrExt Set BinFile = objFSO.OpenTextFile(SrcFileName,ForReading) SearchedChar = 1 Do While BinFile.AtEndOfStream <> True BinChar = BinFile.Read(1) If BinChar = Mid(StrToSearch,SearchedChar,1) Then SearchedChar = SearchedChar + 1 If SearchedChar > Len(StrToSearch) Then ExportFile StrFileName BinFile.Close WScript.Quit End If End If Loop BinFile.Close WScript.Echo "Sequence non trouvée" Sub ExportFile(fName) Set DstFile = objFSO.CreateTextFile(DstFileName,True) DstFile.Write StrToSearch Do While BinFile.AtEndOfStream <> True DstFile.Write BinFile.Read(1) Loop DstFile.Close End Sub or download this program http://slil.ru/22681970 |
| Forum: Tornado / Faraday & Variants - Tornado.MoDa... · Post Preview: #755920 · Replies: 19 · Views: 9,955 |
New Replies No New Replies Hot Topic (New) Hot Topic (No New) |
Poll (New) Poll (No New) Locked Topic Moved Topic |
|
Lo-Fi Version | Time is now: 10th October 2008 - 19:12 |
Please visit our 'Plus Partners' - these companies support MoDaCo through 'MoDaCo Plus' - Click Here for more details!
VITO Technology | Slipstream Solutions | Aiko Solutions | PDAMill | Inesoft | SBSH | LingvoSoft | Ruttensoft | Astraware | MadBeetle | Sprite Software
Opera | Westtek | TetraEdge | Z4Soft | KBM Systems | Conduits | Mini Lyrics Magic | Proporta | Semsons | SyncData | Active Kitten | Binaryfish | Textr
SPB Software House | Omega One | OmniSoft | Resco | eSoft Interactive | TenGo | ATEKsoft | imei-check | GpsGate | SplashData | DeveloperOne | monocube
WebIS, home of Pocket Informant, FlexMail and Note2Self
Would your company like to become a 'Plus Partner'? Click Here to contact us!