Search the web
Sign In
New User? Sign Up
powerpro-beginners · Windows PowerPro For Beginners
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1590 - 1619 of 2225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1590
Sunday, July 1, 2007, 5:09:34 AM, David Troesch wrote: DT> I've never heard of this (powerpro stopping a key from functioning - in DT> your case if you were in...
Robert Bull
barlennan
Offline Send Email
Jul 1, 2007
6:31 pm
1591
I just downloaded this program and I am really confused. I am trying to make a program that would click every 20 seconds but cannot figure out how to do this....
stamynthis
Offline Send Email
Jul 8, 2007
4:43 pm
1592
On Sun, 08 Jul 2007 16:33:14 -0000, "stamynthis" <calicocal@...> ... What is your OS? Do you mean a mouse left click or a sound? How do you intend to...
Carroll Robbins
Carroll_Robbins
Offline Send Email
Jul 8, 2007
9:07 pm
1593
... I am running Windows XP. i meant a mouse left click. I was thinking of having it run on a timer so that the program would start a timer at 20 secs, then...
stamynthis
Offline Send Email
Jul 9, 2007
4:36 am
1594
... I don't want to assume too much, but seems to me someone wants to click on a banner every 20 seconds. :-) I'm a beginner too, the only thing I've been able...
Damien PRAT
damston
Offline Send Email
Jul 9, 2007
5:43 am
1595
... I also am having another "noobish" problem. I am trying to find the program alias run box, but have not been able to locate it. Where can i get it?...
stamynthis
Offline Send Email
Jul 9, 2007
6:13 am
1596
On Mon, 09 Jul 2007 04:36:24 -0000, "stamynthis" <calicocal@...> ... That is one way to do that. To configure the timer. Open PowerPro Configure. Go to...
Carroll Robbins
Carroll_Robbins
Offline Send Email
Jul 9, 2007
7:07 am
1597
On Mon, 09 Jul 2007 06:13:19 -0000, "stamynthis" <calicocal@...> ... PowerPro doesn't have a built in alias run box. It has a Tiny Run Box with a history...
Carroll Robbins
Carroll_Robbins
Offline Send Email
Jul 9, 2007
7:48 am
1598
... There is no built in one (Tiny Run box as Carroll said is the closest one), but there is a script found at: ...
David Troesch
datconsulting
Online Now Send Email
Jul 9, 2007
12:25 pm
1599
... I downloaded it. But how do I use it? I saw a video where you could open the ARB and type g whatever and it would open the internet go to google and search...
stamynthis
Offline Send Email
Jul 9, 2007
11:52 pm
1600
... There's no readme in ARB.ZIP :-( though there is in the ARB3.ZIP. I tried following the "Wink," and ARB loads, but doesn't work properly. First error: ...
barlennan
Offline Send Email
Jul 10, 2007
1:40 pm
1601
... Oh, I see, on searching the main group; that functionality was removed from version 4. But being a newbie, and it being some two years after the release...
barlennan
Offline Send Email
Jul 12, 2007
9:09 am
1602
I look for a simple method to avoid clipboard capture while using a specific application. IT should be reactivated upon switching to another application An...
eliav
echo_zooloo
Offline Send Email
Jul 25, 2007
2:48 am
1603
... You're going to use the *Clip Capture <on, off, reverse> command to toggle the clipboard capture function in powerpro. Because you want it to turn off for...
David Troesch
datconsulting
Online Now Send Email
Jul 26, 2007
12:50 pm
1604
Correction of typo: Because you want it to turn off for one application, you can use the Autorun list to watch for the window. Have it run the command: *Clip...
David Troesch
datconsulting
Online Now Send Email
Jul 26, 2007
12:52 pm
1605
... Thank you for the reply. I assume you refer to the command list name in the "Open" drop down box on the Command Lists >Setup >Special Lists dialog. Am I...
eliav
echo_zooloo
Offline Send Email
Jul 27, 2007
2:47 pm
1606
Hi all, how do I add a button function to my PowerPro toolbar, that starts an application which requires admin privileges? If I just point to the .exe file I...
Peter Meyns
xxpeter
Offline Send Email
Jul 27, 2007
5:59 pm
1607
... the ... Lists ... the ... virtual ... desktop" I ... release ... Hi.. How do you change Vdesk.. Button, shortkey?? If button, shortkey, then just add a...
kottami
Offline Send Email
Jul 27, 2007
7:03 pm
1608
I probably shouldn't do this because this is an advanced user's solution and I don't have time to follow up with questions... But, I'll pass this on anyway;...
Ted Wall
tedfwall
Offline Send Email
Jul 27, 2007
7:13 pm
1609
Look at the "file plugin" in help. Look for file.runas ("userid", "password", "c:/path/to/prog.exe", "cmd line", "c:/folder") Note, using forward slashes and...
Ted Wall
tedfwall
Offline Send Email
Jul 27, 2007
7:22 pm
1610
... How stupid of me not to think of it I use bot button and key-stroke - but I can assign them both to the script. Well I guess this is it thanks...
eliav
echo_zooloo
Offline Send Email
Jul 27, 2007
7:23 pm
1611
Hello Peter, ... edit the button and in the command box enter file.runas in the command parameters box enter ("logonid", "password", ?"C:\Utils\whoisview.exe")...
Brian Wayne Marcotte
bwmarcotte
Offline Send Email
Jul 27, 2007
7:40 pm
1612
Hi Brian, on Fri, 27 Jul 2007 15:36:01 -0400GMT (27.07.2007, 21:36 +0200GMT here), you wrote: ... BWM> edit the button and in the command box enter BWM>...
Peter Meyns
xxpeter
Offline Send Email
Jul 27, 2007
8:00 pm
1613
Hi all, I have a script, obtained two years ago from a friendly list member, to run and close two applications. It works fine and looks like this: ,----- [...
Peter Meyns
xxpeter
Offline Send Email
Aug 11, 2007
5:55 pm
1614
On Sat, 11 Aug 2007 19:22:30 +0200, Peter Meyns <lists@...> wrote: You added the runas in the wrong place. See comments inline. ... The rest of the...
Carroll Robbins
Carroll_Robbins
Offline Send Email
Aug 14, 2007
1:24 am
1615
Hi Carroll, on Mon, 13 Aug 2007 21:16:27 -0400GMT (14.08.2007, 03:16 +0200GMT here), you wrote: CR> You added the runas in the wrong place. See comments...
Peter Meyns
xxpeter
Offline Send Email
Aug 14, 2007
5:37 pm
1616
... Not with the Window command. What operating system are you using (Win2K, WinXP Home, WinXP Pro, Vista)? Does the program have a window, possibly hidden?...
Carroll Robbins
Carroll_Robbins
Offline Send Email
Aug 15, 2007
5:46 am
1617
Sometimes I really hate Yahoogroups for this. I replied more than two hours ago, and my mail just doesn't arrive on the list. This has happened before - only...
xxpeter
Offline Send Email
Aug 15, 2007
7:01 pm
1618
... The "menu" parameter should display a menu of active windows so you can close one by clicking on it. "menu hidden" adds hidden and tray minimized windows. ...
Carroll Robbins
Carroll_Robbins
Offline Send Email
Aug 15, 2007
9:34 pm
1619
Hi Carroll, on Wed, 15 Aug 2007 01:45:45 -0400GMT (15.08.2007, 07:45 +0200GMT here), ... CR> Not with the Window command. CR> What operating system are you...
Peter Meyns
xxpeter
Offline Send Email
Aug 15, 2007
9:47 pm
Messages 1590 - 1619 of 2225   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