... For most people, the pcf file is pproconf.pcf. Until Vista came out most people used their Powerpro application folder as their Powerpro data folder. Since...
the focus off the desktop, I don't have access to Vista or Win7, but if you use exec windowinfo attached to a hot key to see what it shows in its tooltip as...
Greetings, I have a little problem that occurs intermittently where my some of my keyboard keys stop working (pressing p for instance does nothing). I have a...
... We can give it a try. The wininfo for the Win7 Aero desktop ... 3028c WorkerW child=0x10100 id=0x1 SysListView32 ... with no program name line at all. ...
... I researched as best I could. About 2/3rds into this article: <http://msdn.microsoft.com/en-us/library/cc301312.aspx> It says: "for each child, find the...
... To make this work reliably, I need something unique to search for as the active window. Progman (for xp) is fine, but workerw seems suspiciously generic....
... Not sure what this could be but try these options: 1. Make sure you have no *keys commands with unmatched {alt} or {ctrl} -- these should always be used...
... I should also have mentioned that I need some way to identify the main window that WorkerW is a child of. Are you familiar with tools like WindSpector...
... If you mean to start PP even if no user is logged on, then you should install PP as a service. The tools Instsrv.exe and srvany.exe from Windows Resource...
Hi Bruce, Two questions about ppsv->SetVar. Is this safe? LPSTR pszVal = (LPSTR) _alloca(someNumber); //(fill pszVal with blanks) ppsv->SetVar(pszVarName,...
... Ooops, bad news. I don't know how Bruce realizes the rollup. Is it an API that hides the content and only leaves the titlebar visible or is it just the...
... SetWindowRgn. I don't think just setting the height will reliably work for all windows -- windows can ignore that request to set their height. It is not a...
... ....(snip)... It also says: ... there are two common situations where Active Accessibility cannot be fully exploited. First, some applications have custom,...
... Exactly the same idea, expanded to the window edge. David Troesch | Atlanta, GA | ICQ# 2333123 "The greatest pleasure in life is doing what people say...
... From win7 screen shots, it looks like both top and bottom window corners are now rounded, instead of just top as per xp. So do top corners on win7 work...
... As far as I can understand without having win7 installed, is the fact that with Aeoro Glass activated the glass border is drawn outside the whole form. In...
... OK, thanks. It's not clear to me if that border is a separate window (like shadows) or just something special in the way aero draws windows. Powerpro's...
... - I'm not shure. The declaration of the NONCLIENTMETRICS structure for win7/Vista has a member more than XP. It is the iPaddedBorderWidth which means the...
powerpro version 4.9m2 Place the attached two powerpro note files in ppronotesfolder++?"bug\". Open note file "__20091107.PProNote" as a note, and run the note...
... [...] ... Select is documented at the end of "String Functions and Operators" (as a 1-based version of slice). [...] ... Attachments are not available. ...
... You are right that select is intended only for backwards compatibility. In fact, select treated second argument >1000 in a special way as old PowerPro...
... Thanks, I did not know about that. For 4.9m3, I changed rollup for Vista and later to use this info; maybe it will help. If anyone is running vista or...
I left it that way for backwards compatibility. I changed it in 4.9m3 so that is is truly just 1-based version of slice (at least for strings <1000000000...