1. hi,to run manually the UI part, call your .exe with -startServiceUI in argument : MyApp.exe -startServiceUI but not from your service. The service can't run any UI nor run an app which has one.If your service is created as AUTO START, then the UI part will be automatically run when the user logon.

    hi,

    to run manually the UI part, call your .exe with -startServiceUI in argument :

    MyApp.exe -startServiceUI

    but not from your service. The service can’t run any UI nor run an app which has one.
    If your service is created as AUTO START, then the UI part will be automatically run when the user logon.

    See less
    • 0
  2. There are two versions of the player - - Standard & Premium.The Standard version with sponsored ads is free. The faster Premium version without ads is subscription-based, currently $24 per year. If you want the free version, do not click the "Buy Now" button on the left.Instead, click "Install our sRead more

    There are two versions of the player – – Standard & Premium.

    The Standard version with sponsored ads is free.

    The faster Premium version without ads is subscription-based, currently $24 per year.

    If you want the free version, do not click the “Buy Now” button on the left.
    Instead, click “Install our sponsored apps” on the right.

    See this: http://support.bluestacks.com/hc/en…

    It’s all very simple, even my 8-year old daughter understands it.

    See less
    • 0
  3. Checking for a cell color is not easy in Excel, as there is no built in function.While using VBA does offer a possible solution, my VBA skills are just above nil. Additionally with Conditional Formatting, if you are using two sheets,it will only work if you use Defined Names. Each day that I completRead more

    Checking for a cell color is not easy in Excel, as there is no built in function.

    While using VBA does offer a possible solution, my VBA skills are just above nil.

    Additionally with Conditional Formatting, if you are using two sheets,
    it will only work if you use Defined Names.

    Each day that I complete a room, I turn the cell green and then I sort the columns individually so that the “green” cells are moved to the bottom of the column

    One possible solution is to use a dedicated column for Job Completion,
    it could be a Date cell or some other type, but that would at least give some type
    of cross reference for the Conditional Formatting to possibly use.

    Something along the lines of:

    If sheet1 room number and ( sheet 2 room number and is completed )

    Might work, the Sorting may be a problem.

    MIKE

    http://www.skeptic.com/

    See less
    • 0
  4. http://www.computerhope.com/beep.htmSee if you can narrow it down by looking at the beep codes here.

    http://www.computerhope.com/beep.htm

    See if you can narrow it down by looking at the beep codes here.

    See less
    • 0