Search the web
Sign In
New User? Sign Up
AutoItList · AutoIt Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 30329 - 30358 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
30329
... 1. Look for (google.com) 'AD member vbscript msdn' 2. Get vbscript code 3. Send message with it and your Q Valery...
valery_vi
Offline Send Email
Oct 1, 2006
10:34 am
30330
BTW StringMatch allows to make (by one wild cards pattern) something from topics early discussed here. - find file by it's filename extension. eg AutoIt script...
valery_vi
Offline Send Email
Oct 1, 2006
10:58 am
30331
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the AutoItList group. File :...
AutoItList@yahoogroup...
Send Email
Oct 2, 2006
8:12 am
30332
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the AutoItList group. File :...
AutoItList@yahoogroup...
Send Email
Oct 2, 2006
8:14 am
30333
Hi, It is fixed and has function test_StringMatch() with 216 (6x6x6) patterns to check it. Bug notes are very appreciated. BTW ? denotes (.) with \n in terms...
valery_vi
Offline Send Email
Oct 2, 2006
8:22 am
30334
It has just StringMatch updated. Valery ... by Dimitris Keletsekis) ... http://groups.yahoo.com/group/AutoItList/files/MISC/ARepSea_v_1_4.zip...
valery_vi
Offline Send Email
Oct 2, 2006
8:28 am
30335
Hi, lod3n from AutoItScript wrote: Subject:UDF _text2mp3(), requires SAPI, and lame.exe (mp3 encoder) ...
valery_vi
Offline Send Email
Oct 3, 2006
5:46 am
30336
Hi, Cool "Single-pixel Camera" is created: http://www.rice.edu/media/Camera.html Like AutoIt script from one line? ... Valery...
valery_vi
Offline Send Email
Oct 3, 2006
11:15 am
30337
Hello again! I'm having a problem sending passwords that were obtained from an InputBox. The passwords can, and do, contain special characters like !, #, &,...
Possum John
southernstar...
Offline Send Email
Oct 3, 2006
6:28 pm
30338
I believe that using the optional flag to specify raw mode - Send($The_Password, 1) - will resolve your issue. From the help file: "Note, by setting the flag...
Terwelp, Jeff
kotafootball
Offline Send Email
Oct 3, 2006
7:00 pm
30339
That sounds like it'll do it! I'm going to try it right now. Thanks!!! Have a great day, PJ ... processing ... copied ... from ... characters ... ...
Possum John
southernstar...
Offline Send Email
Oct 3, 2006
7:50 pm
30340
That worked -- with a little tweaking. Here's what I had to do: Send($The_UserID & "{TAB}") Send($The_Password,1) Send("{TAB}Sitename{ENTER}") If I left...
Possum John
southernstar...
Offline Send Email
Oct 3, 2006
8:06 pm
30341
You could break it into pieces and use the second argument to Send to stop interpreting the special chars for the password: Send($The_UserID & "{TAB}") ...
Gary Scarr
gary_scarr
Offline Send Email
Oct 3, 2006
10:38 pm
30342
AutoItScript forum has one fast growing thread, now: http://www.autoitscript.com/forum/index.php?showtopic=33323 These known words can be useful, I think: Some...
valery_vi
Offline Send Email
Oct 4, 2006
11:37 am
30343
Hi. My name is Jodie and I've been on the list for about a week. Sorry about the subject line; I couldn't think of a way to make it makes sense. I belong to a...
Jodie and Tiger
sufficientlytwisted@...
Send Email
Oct 4, 2006
1:53 pm
30344
... Hello Jodie ... There is an include named ie.au3. It has the ability to interact directly with Internet Explorer web elements. The IECreate function can...
larrydalooza
Offline
Oct 4, 2006
6:13 pm
30345
Thanks Larry. The web site is below. http://www.fanfiction.net Hugs from Jodie and kisses from Tiger. ... "Belief is the cradle of myth." Stephen King ... ...
Jodie and Tiger
sufficientlytwisted@...
Send Email
Oct 5, 2006
1:36 am
30346
Hi. Obviously I'm doing something wrong here, but I can't figure out what. I was using a method before that confused me and hotkeyset seems much less...
Jodie and Tiger
sufficientlytwisted@...
Send Email
Oct 5, 2006
1:46 pm
30347
... ;example #include <ie.au3> $oIE = _IECreate("http://www.fanfiction.net") _IELinkClickByText($oIE,"Log In") $email = _IEGetObjByName($oIE,"email") $pass =...
larrydalooza
Offline
Oct 5, 2006
6:18 pm
30348
... Where/How is $voice defined? using COM? Lar....
larrydalooza
Offline
Oct 5, 2006
6:20 pm
30349
... Showing necessary structure... Global $bIntroSkip = False HotKeySet("{enter}", "SkipIntro") While $voice.Playing = true If $bIntroSkip Then $voice.Stop() ...
larrydalooza
Offline
Oct 5, 2006
6:22 pm
30350
Thanks Larry; it worked, and I am using com audio if that's what you meant by your question. $deviced.opensound = intro.wav. The reason I'm using com audio is...
Jodie and Tiger
sufficientlytwisted@...
Send Email
Oct 5, 2006
7:14 pm
30351
Hi, IMHO found a simple way to make speaking interface. It rewritten from my lvedit script: ;================================================= ; lvEdit -...
valery_vi
Offline Send Email
Oct 10, 2006
9:00 am
30352
1. small bug: $ttY = $ttSize[0] should be replaced to $ttY = $ttSize[1] 2. I'm looking for classname of default tooltip window, too. My trials to use...
valery_vi
Offline Send Email
Oct 10, 2006
9:20 am
30353
BTW If we add the following lines: $winClass = WinGetClassList ($hTT) MsgBox(0,'','$winClass = ' & $winClass) after DllCall ...
valery_vi
Offline Send Email
Oct 10, 2006
10:10 am
30354
Using the Stock Market to Plan for Retirement The stock market can be a powerful investment tool, especially if you're planning on making long-term...
Mark Sanos
markzsanos
Offline Send Email
Oct 11, 2006
3:46 am
30355
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the AutoItList group. File :...
AutoItList@yahoogroup...
Send Email
Oct 11, 2006
7:38 am
30356
Hi, AutoIt Speaking Keyboard (ASK) uses SAPI speaker which is trying to speak tooltips of keyboard buttons. The names of buttons are placed into variables like...
valery_vi
Offline Send Email
Oct 11, 2006
7:59 am
30357
Important note: ASK will work more stable when you uncomment line #329: Now it is WinClose($hTT) Must be ; WinClose($hTT) But you will hear button names two...
valery_vi
Offline Send Email
Oct 11, 2006
8:19 am
30358
Hi. I'm trying to make a less complicated library than I have using hotkeyset, but I can't seem to get it to work. From this code, could someone help me figure...
Jodie and Tiger
sufficientlytwisted@...
Send Email
Oct 11, 2006
2:13 pm
Messages 30329 - 30358 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help