plz help me.. this is the fifth time ...
-
i dont need to write in note pade and the another application read from it. i need to use the sendwait() method but the problem what happed ? really i dont know maybe i shoudl add timer to the button action to slow down the transfer of data from vb.net to another application ..so i need the solution .. because i work with seminar project and i have a 1/5 as a dead date .. the problem is transfer a data from vb.net to another application without any changes of data.. please i send more than 12 to get the answer but still at this moment without a correct soluation...please help me. in the subject example the first time will print 08052 and the second maybe 080052 and the third maybe 0855520 and th fourth maybe 08052 but why doesnt print the correct data in each time click on the button "080052" kilany
-
i dont need to write in note pade and the another application read from it. i need to use the sendwait() method but the problem what happed ? really i dont know maybe i shoudl add timer to the button action to slow down the transfer of data from vb.net to another application ..so i need the solution .. because i work with seminar project and i have a 1/5 as a dead date .. the problem is transfer a data from vb.net to another application without any changes of data.. please i send more than 12 to get the answer but still at this moment without a correct soluation...please help me. in the subject example the first time will print 08052 and the second maybe 080052 and the third maybe 0855520 and th fourth maybe 08052 but why doesnt print the correct data in each time click on the button "080052" kilany
If you ask the same question so many times, perhaps you should consider that there is something wrong with the way that you write your questions. :: Use a descriptive subject. :: Try to explain clearly what you are trying to do. :: Show what you have tried to accomplish it. --- b { font-weight: normal; }
-
If you ask the same question so many times, perhaps you should consider that there is something wrong with the way that you write your questions. :: Use a descriptive subject. :: Try to explain clearly what you are trying to do. :: Show what you have tried to accomplish it. --- b { font-weight: normal; }
Actually, he has. The problem is he's looking for a "sure-fire" solution to controlling another application using SendKeys...which we all know isn't that reliable to being with. I've already told him a few times to look for alternatives, but it doesn't look like there are any good ones, especially considering his time contraint. Dave Kreskowiak Microsoft MVP - Visual Basic
-
i dont need to write in note pade and the another application read from it. i need to use the sendwait() method but the problem what happed ? really i dont know maybe i shoudl add timer to the button action to slow down the transfer of data from vb.net to another application ..so i need the solution .. because i work with seminar project and i have a 1/5 as a dead date .. the problem is transfer a data from vb.net to another application without any changes of data.. please i send more than 12 to get the answer but still at this moment without a correct soluation...please help me. in the subject example the first time will print 08052 and the second maybe 080052 and the third maybe 0855520 and th fourth maybe 08052 but why doesnt print the correct data in each time click on the button "080052" kilany
I don't know if this is going to help you, but I have used AutoIt a couple of times to automate other applications (it uses SendKeys() behind the scenes and you still need to build in 'delays'). I have no affiliation with these guys. Just a happy user :-) The website is: AutoIt[^] Anyway FWIW here is the blurb from their website:
AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt is also very small, self-contained and will run on 95, 98, ME, NT4, 2000, XP, 2003 out of the box with no annoying "runtimes" required! You can even make compiled executable scripts that can run without AutoIt being installed!
AutoIt was initially designed for PC "roll out" situations to reliably configure thousands of PCs, but with the arrival of v3 it has become a powerful language able to cope with most scripting needs.
AutoIt can:
\* Provide a general-purpose scripting language for all Windows versions \* Simulate keystrokes (supports most keyboard layouts) \* Simulate mouse movements and clicks \* Move, resize and manipulate windows \* Interact directly with "controls" on a window (set/get text from edit controls, check boxes and radio buttons, select items in drop-down lists, etc.) \* Create complex user interfaces (GUIs) \* Work with the clipboard to cut/paste text items \* Provide a scriptable RunAs function for Windows 2000/XP/2003
Unlike AutoIt2, the new AutoIt v3 language has a much more standard syntax -similar to VBScript and BASIC - and now supports complex expressions, user functions, looping and everything else that veteran scripters would expect.
As with previous versions, AutoIt has been designed to be as small as possible (~115KB) and stand-alone with no external .dll files or registry entries required. Scripts can also be compiled into stand-alone executables with Aut2Exe.
There will also be updates to the ActiveX and DLL versions of AutoIt called AutoItX - unlike v2 this will be a combined control (COM and standard DLL functions in the same DLL). AutoItX will allow you to add the unique features of AutoIt to your own favouri