That seems to work great.
Thanks. -Alan -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Antonaccio Sent: Thursday, February 08, 2007 11:01 PM To: [EMAIL PROTECTED] Subject: [REBOL] Re: System functions Try this: http://musiclessonz.com/rebol_on_top.exe It'll keep any window with "REBOL -" on top. Here's the AutoIt code: #NoTrayIcon WinSetOnTop("REBOL -", "", 1) To get rid of the unwanted Windows console, you could run your Rebol =20 program from within the AutoIt code (instead of visa-versa). You can =20 also make the executable smaller (currently 179k) by compiling it with =20 an older version of AutoIt (an older version still available on their =20 site creates executables around 60k). Quoting Sabu Francis <[EMAIL PROTECTED]>: > Hi: > Rebol/Core has the capability to "call" other programs. Now it should be > possible to call another program whose only job is to put the parent proce= ss > (the one that spawned it) window into focus. I have not done this myself, > but I think it should not be too difficult to write such a program in > C/C++/Assembler/whatever. However, I had one issue with the "Call" functio= n > of Rebol: It always shows the Windows console so you get a big ugly patch.= .. > hmmm, maybe I am not using one of the refinements of "call" correctly. > > Regards > Sabu Francis > > > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. > > -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
