Visual C# 2005 Keyboard Shortcut Reference Poster

Here is a poster with the shortcuts for VS 2005. link here

Step-by-Step Guide To Making Your Own Nokia E50 Metal Black

I found an blog with a guide to change the cover on your Nokia E50.

Link

PDF: step-by-step-guide-to-making-your-own-nokia-e50-metal-black.pdf (542,96 kb)

UML 2 Shapes for Microsoft Visio 2007

If you are using Visio to draw UML diagrams you should take a look at this web side link.

You can download the notations here

How to program the buttons on your MCE Remote

_MCE-Remote-Media-Center

To program buttons on the remote control by using the learning feature
1 Place the remote control for Media Center PC head to head (2 to 3 inches apart) with the remote control from which it is learning.

2 On the remote control for Media Center PC, press and hold the DVD MENU and OK buttons at the same time until the remote control lights turn off (2 seconds). The remote is now in learning setup mode.

3 On the remote control for Media Center PC, press and release the TV, VOL +, or VOL – button, depending on which command you want it to learn. The remote control for Media Center PC lights blink once to confirm the selection.

4 On the remote control that is teaching the command, press and hold the button that you want the corresponding button on the remote control for Media Center PC to learn.

The remote control for Media Center PC lights blink twice to confirm the selection. If the remote did not learn the command, the lights blink quickly four times. To try again, repeat steps 1 through 4.

5 Repeat steps 1 through 4 for the other buttons that can learn commands.

To restore the default remote control settings
1 Press and hold the DVD MENU button and LEFT navigation button at the same time until the remote control for Media Center PC lights turn off.

2 Press the OK button.

The remote control for Media Center PC lights blink twice to confirm that the buttons have been reset. The TV button will have no command assigned to it and the VOL + and VOL – buttons will adjust the Media Center PC system volume. If the default settings were not restored, the lights blink quickly four times. To try again, repeat steps 1 and 2.

Update:
Link to the manual (PDF).

Application install certificate expired

unable_to_install[1]

When trying to install a program on your mobile the program can be limited to a specific time period. If you try to install the program after this period you will get the error “certificate expired”. In some cases there is a workaround to solve this problem so you can get your old program installed again.

  • Set back the time in your mobile a year or two.
  • Install the program.
  • Set the time back to the actual time.

Additionally info about install errors with certificates can be found here

WebGuide 4

If you have a media center you must have the WebGuide 4. It enables a web interface for your media center, some of the features is:

Guide

You can manage your the guide like on your media center but here it is possible to se a large list of channels at the same time, use colors on different categories of shows. It is also possible to schedule recordings.

 

image

Other features

  • Search
  • Recordings
  • Pictures
  • Music
  • Videos

 

WebGuide4 is a free get it here

Media Center Media Status Aggregator Service has stopped working

I had a problem with my mediacenter the Media Status Aggregator Service (ehmsas.exe) crashes often.

Untitled

Solution:

Go to c:\windows\eHome\

unreg the ehmsas.exe and red it agin:

Type: ehmsas.exe /unregServer
Type: ehmsas.exe /regserver
Restart Media Center

 

It solved my problem with the service.

If it does not help try to run the following to rereg all MCE components:

Start >run and type in: cmd

in the Command Prompt window type the following commands and press the Enter key after the each command:-
Type: regsvr32.exe atl.dll
Type: cd \
Type: cd windows
Type: cd eHome
Type: ehSched /unregServer
Type: ehSched /service
Type: ehRecvr /unregServer
Type: ehRecvr /service
Type: ehRec.exe /unregServer
Type: ehRec.exe /regserver
Type: ehmsas.exe /unregServer
Type: ehmsas.exe /regserver
Restart Media Center

Windows Live Writer

Use windows live writer to write post on your blog from your computer without using the web page. You get additionally help for creating your posts.

Pictures can easily be inserted:

image

The same with links. Link to windows live writer

Vista Blocked Programs at Startup- Fix Once and for All

Remove the startup app that is offending by:

Start—-Run—-and type in msconfig.exe

Go to STARTUP Tab and remove the app that is blocked by Vista noting on a sheet of paper where the program is run from. If the program app is run from the startup menu, then just go to Start—All Program Files—Startup Folder and remove the app there.

After removing the app, create a app Task using the Task Schedule with full VISTA blessed permission by following the instructions below:

1. Launch the Task Scheduler
Example: Start Menu → All Programs → Accessories → System Tools

2. From the Actions panel on the right, select Create Task…
a. Give the app a name of your choice in the "Name Section"

3. Go to the Security Options on the General tab
a. Select an user account with administrative privileges
b. Select the radio button Run only when user is logged on
c. Check the box Run with highest privileges

4.Go to the Triggers tab and click New…
a. In Begin the task, select At log on
b. In the Settings options, select All users
c. In the Advanced Settings options, check the box Enabled
d. Click OK to close the dialog

5. Go to the Actions tab and click New…
a. For Action, select Start a program
b. In the Settings options, browse for the Program/Script you want to execute on
startup
c. Click OK to close the dialog

6. Go to the Settings tab
a. Check the box Run task as soon as possible after a scheduled start is missed
b. Uncheck the box Stop the task if it runs longer than

7. Make any other desired settings

8. Click OK to save and close the task properties

What this will now accomplish is that once and for all your non-VISTA apps will run at windows startup with full permission and therefore the blocked programs alert on the bottom right tray of the desktop will disappear for ever (Vista is happy).

NOTE: If you have an app that reappears in the STARTUP in MSCONFIG…you will need to uncheck in the application itself to stop running at startup. VISTA will give that blocked message if you don't stop it from running at startup as a non-vista app. What our aim is to stop the program from loading at startup and run the program through the TASK Scheduler with full Vista blessing ( the workaround).

Hibernation re-enable

Note If the computer does not support the hibernation feature, you cannot enable the feature. For information about how to use the PowerCfg tool to determine whether the computer supports the hibernation feature, see the "More Information" section.

1. Click Startthe Start button, type command in the Start Search box, right-click Command Prompt in the Programs list, and then click Run as administrator.

User Account Control permission If you are prompted for an administrator password or confirmation, type your password or click Continue.

2. At the command prompt, type powercfg /hibernate on.
Top