> Btw, where is the printscreen button on the ppro list (now I tied to > scroll lock button)?
I have used KeyTrap to program my Print Screen key. You can find KeyTrap in the Plugins section under Files. Place the plugin in your installation's Plugins folder, place the .ini file in the same location as your .pcf file, and copy and paste the following line to the .ini file: PrtScr=0,0,0,55,44,0,,,.ScreenCap,0,1,1,0 Next, create a file called ScreenCap.PowerPro in PowerPro\Scripts containing (change the path to IrfanView as necessary): ;;; local IRFANVIEW = ?"C:\Program Files\IrfanView\I_View32.exe" local cmd = ?'"' ++ IRFANVIEW ++ ?'" /capture=' .OnMultiClick(cmd ++ 0, cmd ++ 1, cmd ++ 2) quit ;;; Finally, add a startup command to your Scheduler: KeyTrap.enable(1) and restart PowerPro. It might be a good idea to read the information included with the plugin as well. -- Best regards, Alex Peters Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
