Jump to content

Charly1r

Members
  • Posts

    6
  • Joined

  • Last visited

Charly1r's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Excellent work just what I was looking for. What I need to do is remove the <tbody> </tbody> tags from all pages if your library is able to do it, can you please give me the syntax, unless you know a better way of getting rid of those tags( I am using KCEdit) Thanks for your help, Charly
  2. So... today I log into the server and I get a pop up window for DEP I add the autoit .exe in the exception list and guess what "IT WORKS" I wish that would pop up when you run the program, but all you get is: Faulting application AutoIt3.exe, version 3.3.4.0, faulting module unknown, version 0.0.0.0, fault address 0x01d60df0. Which translated into english means DEP stopped the .exe from running, I love getting unrelated messages to what is really happening on the server keeps my job secure.
  3. The code I am using is the one posted above that scrolli wrote. He is using the INet.au3 library and modified it so it can do attachments. I will check the suggestion that you posted, thanks a bunch(after I come back from a meeting).
  4. yes both machines are 32bit.
  5. Hi guys, I am using Scrolli's Library to send email attachments and it works perfectly on windows xp, but on windows 2003 I get an error I traced it to the encoding function but I have no idea how to fix it, can someone please help. event viewer logs the following: Faulting application AutoIt3.exe, version 3.3.4.0, faulting module unknown, version 0.0.0.0, fault address 0x01d7f648. I think this is the offending code, its making a windows call in xp that work but in windows 2003 doesn't like it. DllCall("user32.dll", "none", "CallWindowProc", "ptr", DllStructGetPtr($CodeBuffer), _ "ptr", DllStructGetPtr($Input), _ "int", BinaryLen($data), _ "ptr", DllStructGetPtr($Ouput), _ "uint", $LineBreak) Return DllStructGetData($Ouput, 1)
  6. Can anybody help me, I am not a coder but I see that this UDF could do what I need, let me explain. I have a CarPC and a valentine one radar that is interfaced to my PC and I would like to add GPS Geofence functionality to the radar. The software for the CarPC plays .wav files every time there is an alarm and I would like to replace it with a blank .wav file for example every time I am near a supermarket the alarm goes off so I would like to set a perimeter and when I enter it have the regular wav file be replaced by a blank one. Lets say if I create a master .txt file with the information when I don't want the alarm to go off the file should contain latitude, longitude, radius, lenght of alarm silenced and alarm type separated by commas 1250.5101,24718.5201,0.0010,10000 ,X,K,KA,N The autoit script will read the GPS information and when it finds a match within the range replace the wav file for 10 secs or so. If anybody can help I will greatly appreciate it and give you credit in the CarPC community.
×
×
  • Create New...