
program builder
Active Members-
Posts
140 -
Joined
-
Last visited
Content Type
Forums
Downloads
Forum Articles
Events
Everything posted by program builder
-
no. I'm going to build a website, kinda like worldwinner. Where people can bet against each other for real money. the only differance is, people will be allowed to cheat. for example if you cheat on a game, you loose your intire dollar if you loose, but if you win, you only get $0.25 however if you beat someone who is cheating you would be the person who would get the dollar, but if you lost you would loose only $0.25
-
text keys with sound wave hotkeys
program builder replied to program builder's topic in AutoIt General Help and Support
Wouldn't it be possible to run the sound off of the sound thing, built into windows XP? -
I want to create a script, that when I type a key on the keyboard, a sound is played out, as like a hotkey. and when that sound is played, It plays and types the message like a text to speech, and speech to text converter, in one. Is it possible? I would like to create it, so that I could plug the speaker jack, of me and my friends cell phone into the speaker and mic of our computers, and be able to chat without being on the internet. If the speaker is plugged into the mic, then when the words are typed, the sound should come through his speaker and type what I said to him, since it will be programed to convert speech to text, and I would be able to get his messages too. (thats if we both have the program installed) and it works) Is it possible?
-
Need help relocating inputbox
program builder replied to program builder's topic in AutoIt General Help and Support
It worked. Thanks for helping me out. -
Need help relocating inputbox
program builder replied to program builder's topic in AutoIt General Help and Support
That didn't work. It just made the inputbox smaller. -
Could someone please help. I'm trying to make input box come up in a different area of monitor. I tryed, $text = InputBox("Lyric Writer 1.0", "take a shot", 122, 645); but it didn't work.
-
I think i will just send the page to [email protected] and i'm sure they will open it.
-
I know it wouldn't be easy. However if the script picked up on the key words, then all that would need to be done, is, build the script to do what is listed first, secound, and so on as far as the key words. sence it only picks up on the key words, thats all it's going to be doing. the rest of what is being typed, just tells the person what is being done. so when they read it, they know whats going to happen. and it wouldn't be as time consuming, as listing every combination of words, cause that would be impossible.
-
Do you think it would be easier to write my own code languge, and make it to where if people type in the edit box saying. I would like a code that does this, and that, and this and that, and this and that, and this and that. then compileing it. I think it would work, if what they wanted it to do, was part of the scripting languge. and every thing that you could do on a computer, was including in the scripting.
-
Do you understand that the user would be able to type, what they wanted done. and all the possibilities, as fare as what can be done on the computer. as long as they type what they wanted done, it would do it. they could type "I want a program that will then they start naming what they want. they could even type ingghkhh run jjljl notepad ljkljkljlj close it. and it would send them this code. run("notepad.exe") winwaitactive("notepad.exe") send("{altdown}{E}{x}{altup}") even I would use something like this, if I did know alot of autoit. I would create what I wanted it to do in wordpad/notepad then copy and paste it into the browser, of the program, and have it compile itsself. or if it was something short, then I would just say something like, search for file and then run it and then close it then run it again and then delete it. ect ect.