Sean, --- In [email protected], "swzoh" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "brucexs" <bswitzer@> wrote: > > ------------------------------------------------------------------- > > > local hWnd,hIMC,dwConv,dwSent > > > > > > hWnd=win.handle("active") > > > hIMC=dll.call("imm32|ImmGetContext|ui",hWnd) > > > > > > dll.call("imm32|ImmGetConversionStatus|ui ui* ui* > > > b",hIMC,"dwConv","dwSent") > > > dll.call("imm32|ImmSetConversionStatus|ui ui ui",hIMC,dwConv ^ > > > 1,dwSent) ;; toggle > > > ;dll.call("imm32|ImmSetConversionStatus|ui ui ui",hIMC,dwConv | > > > 1,dwSent) ;; on > > > ;dll.call("imm32|ImmSetConversionStatus|ui ui ui",hIMC,dwConv & > > > ~1,dwSent) ;; off > > > dll.call("imm32|ImmReleaseContext|ui ui",hWnd,hIMC) > > > quit > > > > What do you call the script at the top of the note? Chopped liver? > > Sorry, I don't quite get it... >
Anyone who puts out the kind of scripts that you do on a regular basis should call themselves a programmer. Paul ------------------------ Yahoo! Groups Sponsor --------------------~--> Check out the new improvements in Yahoo! Groups email. http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> 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/
