Jump to content

auto-it-tous

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by auto-it-tous

  1. Thanks for this job about this new.
  2. hi this is a nice udf but..it will make some error for GUICtrlSlider function after mouse to click the slider the slider thumbmark will not display. t think ....may be you must to write the slider function of your udf. HA..HA..HA..
  3. in the examples it just a line to set or get the value i know how to set pos and use it (like as to set sound ) i need to set and get a range value of the min and max (like as cut a 10-50 of the 0-100) but the slider just show a pos slidermark i need a simple to use it thanks
  4. Who can help me or tech me? How to use the func about _GUICtrlSlider_SetSel _GUICtrlSlider_SetSelstart _GUICtrlSlider_SetSelEnd i can not find any about it at this forums thanks for any help
  5. Are you sure to using a "rs232 cable" to link with power supply ?
  6. When i unzip it My eset anti-virus programs tell me.. It found the virus at skeleton.sys (WIN32/ROOTKIT.AGENT.NXY) Can you check it ? Thanks first...
  7. I don't have the sample programs..sorry. But...You can do it by yourself.. You can use the filter function to remove another data. lookat the <table><tr><td>and replace by ',' or fixed space..like ".CSV" file. use the listview to read in. Now .you can reading the values very easy.
  8. You just fixup the line 1... Func _RandomStr($iLen = Random(5, 9, 1)) Local $sTmp = '' For $i = 1 To $iLen $sTmp &= Chr(Random(97, 122, 1)) Next Return $sTmp EndFunc ;==>_RandomStr
  9. Are you check your router config about NAT? You said .you had open the port (port mapping?).. But it is just for data in.. When you send out your data..The router NAT will change the port .. I am not sure that is your question....^^"
  10. Because the USE device was not use at DOS system.It is not this program and clipper can updata it. (It is no way for a new version's DOS system .. ) ..You need ...is a USB interface driver for DOS... You can link to here : http://newdos.idv.st/ on this website had many idea for DOS. and many people want to fixup and add many new functions and prwer up for DOS .. i hope this informations can help you ... (clipper...ha ha ..i use it to wrote many programs ... many years ago.. ..)
  11. i am using a bad way to do that... You can trying to looking for his html source code. because many button was link by the javascript or another May be it will support by your keyboard hot key for special people use. And you can get the button id or name or some thing ..
×
×
  • Create New...