Normal Topic Minimize Sesame (Read 395 times)
CapitalG
Full Member
Members
***
Offline



Posts: 143
Location: Phoenix, Arizona
Joined: Mar 4th, 2003
Minimize Sesame
May 30th, 2008 at 9:01pm
Print Post Print Post  
Is it possible to minimize Sesame from SBasic?   

If not, does anyone know how to do it in a script that would be called from SBasic?

Thanks
  
Back to top
 
IP Logged
 
Bob_Hansen
Senior Member
Members
*****
Offline


WOW, They have the Internet
on computers now!

Posts: 1861
Location: Salem, NH
Joined: Nov 24th, 2002
Re: Minimize Sesame
Reply #1 - May 31st, 2008 at 12:23am
Print Post Print Post  
I could make a special utility program to do that for you.

Or you might want to try PowerShell to minimize the window.  Try a variation of this:

Code
Select All
(Get-Window *Sesame*).Minimize() 



Have Sesame call the PowerShell script once the correct conditions exist.
This is an untested suggestion, just brainstorming right now.


  



Bob Hansen
Sesame Database Manager Professional
Sensible Solutions Inc.
Salem, NH
603-898-8223
Skype ID = sensiblesolutions
Back to top
IP Logged
 
CapitalG
Full Member
Members
***
Offline



Posts: 143
Location: Phoenix, Arizona
Joined: Mar 4th, 2003
Re: Minimize Sesame
Reply #2 - Jun 2nd, 2008 at 4:14pm
Print Post Print Post  
Thanks for the suggestions. 

I found a different way to accomplish the task at hand. 

Thanks Smiley
  
Back to top
 
IP Logged