Search the web
Sign In
New User? Sign Up
power-pro · Free discussion list for PowerPro users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 24131 - 24161 of 36666   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24131
Alex, Absolutly brilliant - so useful. Thanks Steve...
Steve
xirconuk
Offline Send Email
Jul 1, 2005
8:30 am
24132
... Personally, I'm most likely to manipulate ANSI-named files with Unicode content but I have worked with Unicode-named files in the past. -- Regards, Alex...
Alex Peters
lx_peters
Offline Send Email
Jul 1, 2005
12:45 pm
24133
Before I upgrade to 4.3 I'd like to know what's been changed since 4.2. Is there a changelog online somewhere I could look at to see what's...
klaatu9x
Offline Send Email
Jul 1, 2005
7:55 pm
24134
Hello klaatu9x, you wrote... ... From help: Version 4.3 (May 2005) configuration-affecting changes The task bar sort feature is no longer supported. The task...
bizaro
bizaro137
Offline Send Email
Jul 1, 2005
9:12 pm
24135
I have a couple of menus that I am trying to use to mirror all or parts of my start menu. For some reason, clicking on these menu items does not cause the...
Ed Bronson
edbro9
Offline Send Email
Jul 1, 2005
9:50 pm
24136
Click here for information on the latest PowerPro versions. http://powerpro.webeddie.com/xwhatsnew.htm ... [Non-text portions of this message have been...
anonymous27@...
nojustice27
Offline Send Email
Jul 1, 2005
10:33 pm
24137
... Yes, searching the Forum, or even googling the Web. This one is probably one of the most FAQ on Windows....
swzoh
Offline Send Email
Jul 2, 2005
1:58 am
24138
Hope this helps. - Check to see if you still have 'IsShortcut' string under [HKEY_CLASSES_ROOT\lnkfile] Some programs deletes this string from registry...
Ozkan
opacxp
Offline Send Email
Jul 2, 2005
2:02 am
24139
Thanks for your help. I did check the help file and there was no mention. I did a search on Gmane and all I found was problems with .lnk in context menus and...
Ed Bronson
edbro9
Offline Send Email
Jul 2, 2005
2:21 am
24140
Hi guys, We all know that some text controls like to forget their cursor position and text selection if they lose keyboard focus. This can make automation...
Alex Peters
lx_peters
Offline Send Email
Jul 2, 2005
2:22 am
24141
Cok Sagol Ozkan, That worked. Thank you very much. ... menu , ... your...
Ed Bronson
edbro9
Offline Send Email
Jul 2, 2005
2:24 am
24142
... I see... You should have tried Shortcut. Anyway, you may avoid the registry problem adding the following to the format keywords box: cmd...
swzoh
Offline Send Email
Jul 2, 2005
3:35 am
24143
From a command prompt typing this: Start /d c:\temp Will open a command prompt but do("start", "/d c:\temp") Gives a "can't find file" error. Anyone have...
davidt.pproyg@...
datconsulting
Online Now Send Email
Jul 2, 2005
5:01 am
24144
... Start is not a console app, it's just a built-in command of the command prompt. You have to use do(?"%comspec%",?"/c start /dc:\temp") Or why don't you use...
swzoh
Offline Send Email
Jul 2, 2005
5:26 am
24145
Hi, A question; I just change drive, directory in Total Commander£¨totalcmd.exe£© - TC Window. send keys "Command line" in TC. ...
kottami
Offline Send Email
Jul 2, 2005
6:48 am
24146
... Don't use the Korean encoding page unless necessary. Assuming you use the detailed view mode, use win.keys("{to Total Comm*}{ar}CD c:\{en}") It's a bit...
swzoh
Offline Send Email
Jul 2, 2005
7:32 am
24148
... £¨totalcmd.exe£© - ... use ... Thanks, That's it... "{ar}" I see... good....
kottami
Offline Send Email
Jul 2, 2005
7:55 am
24149
I'm tying to figure out if it's possible for users to input a unicode string using \xnn\xnn... format If I enter a literal string including "\x00", it's...
entropyreduction
entropyreduc...
Offline Send Email
Jul 2, 2005
3:52 pm
24150
... From my experience I've found that \x00 gets converted to \x01. There doesn't appear to be a way currently to place a null in a string unless perhaps it's...
Alex Peters
lx_peters
Offline Send Email
Jul 2, 2005
4:00 pm
24151
PowerPro beta 4.3.01 available at http://powerpro.webeddie.com/download/ppro4301.zip plugin changes - added win.setarea, getarea - added int64.mod bug fixes -...
brucexs
Offline Send Email
Jul 2, 2005
10:08 pm
24152
... I ... When I do the above, the icons are set to 32x32 for active bars without any problems. Possibly refreshing the bar will help you....
brucexs
Offline Send Email
Jul 2, 2005
10:09 pm
24153
please give bars a transparent background option. global qm_url= "http://www.quickmacros.com/" in qm i make a toolbar with (code): /hook deskbar_functions...
pi - shellshaolin
galactoboy
Offline Send Email
Jul 2, 2005
10:48 pm
24154
i would like to use the calender dialog/window for organizing notes. is that possible ? -- thanks | pi shellshaolin currently listening to: silence...
pi - shellshaolin
galactoboy
Offline Send Email
Jul 3, 2005
1:22 am
24155
... Thanks Bruce! This is fantastic! -- Regards, Alex Peters...
Alex Peters
lx_peters
Offline Send Email
Jul 3, 2005
1:24 am
24156
Hello Alex, ... In the meantime you might be able to script a workaround: [Note: If you need to copy some selected text from anywhere such as the run box or...
Alan Martin
alanmartin_au
Offline Send Email
Jul 3, 2005
1:29 am
24157
Are you going to include the update checker in the next version?...
Owen Watson
owen13watson
Offline Send Email
Jul 3, 2005
6:53 am
24158
I've got a problem using Get_WindowText (my OS is W98SE). When I call the plugin with a window having 2 or more bars in the statusbar, it only returns one...
renemgi
Offline Send Email
Jul 3, 2005
8:56 am
24159
... I can't tell anything about this as I can't access W98SE, but you may try the plugin win.dll instead then: win.ChildtextByIndex(cl,n) which is supposed to...
swzoh
Offline Send Email
Jul 3, 2005
11:46 am
24160
... I am not sure what you are referring to. If you mean some ability to have PowerPro check automatically for updates: no, I have not current plans to...
brucexs
Offline Send Email
Jul 3, 2005
2:39 pm
24161
... Possibly scripting with the note plugin and command and the date.get plugin service will let you do what you want....
brucexs
Offline Send Email
Jul 3, 2005
2:40 pm
Messages 24131 - 24161 of 36666   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