... 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...
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...
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...
Click here for information on the latest PowerPro versions. http://powerpro.webeddie.com/xwhatsnew.htm ... [Non-text portions of this message have been...
Hope this helps. - Check to see if you still have 'IsShortcut' string under [HKEY_CLASSES_ROOT\lnkfile] Some programs deletes this string from registry...
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...
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...
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...
... 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...
... 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...
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...
... 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...
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...
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...
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...
... 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...
... 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...