Author Topic: Interface open on program load?  (Read 3514 times)

Tanshin

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Interface open on program load?
« on: June 27, 2006, 09:06:05 pm »
Is there a way to make the user interface open when hal starts up instead of minimizing to the taskbar?  I think you could do it with the version 5 brain but don't know how for version 6.  Any input would be great.
 

Tanshin

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Interface open on program load?
« Reply #1 on: July 02, 2006, 10:05:19 am »
So, not to seem in a rush, but I take it there is no way?  Or is it just so obvious that I can't figure it out?
 

Bill819

  • Hero Member
  • *****
  • Posts: 1483
    • View Profile
Interface open on program load?
« Reply #2 on: July 02, 2006, 12:07:33 pm »
Have you tried putting it in your Startup Menu? Should be easy to do.
Bill [:D]
 

Tanshin

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Interface open on program load?
« Reply #3 on: July 02, 2006, 12:50:36 pm »
quote:
Originally posted by Bill819

Have you tried putting it in your Startup Menu? Should be easy to do.
Bill [:D]



LOL I should have been clearer with my message, sorry about that.

I do have it in my startup menu and it loads the program with windows, that all works fine.

You know how when you click the icon and the character/skin display on the screen, is there a way to have this action happen when the program loads without having to click the taskbar icon?

Hope I cleared up what I am trying to do.  [:)]
 

Medeksza

  • Administrator
  • Hero Member
  • *****
  • Posts: 1469
    • View Profile
    • http://www.zabaware.com
Interface open on program load?
« Reply #4 on: July 02, 2006, 02:22:50 pm »
Go to the properties of Hal's shortcut in your startup folder by clicking on start, programs, startup, right clicking on Hal's icon, and selecting properties. Then change the target property from:
Code: [Select]
"C:\Program Files\Zabaware\Ultra Hal Assistant 6\HalAsst.exe" -startupto:
Code: [Select]
"C:\Program Files\Zabaware\Ultra Hal Assistant 6\HalAsst.exe" -startup <showhal>Basically just add "<showhal>" to the end of the textbox.
Robert Medeksza

Tanshin

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Interface open on program load?
« Reply #5 on: July 08, 2006, 09:44:10 am »
quote:
Originally posted by Medeksza

Go to the properties of Hal's shortcut in your startup folder by clicking on start, programs, startup, right clicking on Hal's icon, and selecting properties. Then change the target property from:
Code: [Select]
"C:Program FilesabawareUltra Hal Assistant 6HalAsst.exe" -startupto:
Code: [Select]
"C:Program FilesabawareUltra Hal Assistant 6HalAsst.exe" -startup <showhal>Basically just add "<showhal>" to the end of the textbox.



Perfect!  My hats off to you again Mr. Medeksza.  [:D]