Problem creating a shortcut to the main screen

I want to create a shortcut to my computer for Amazon.com screen.   When I reached the Amazon page and right click on my mouse, I don't get a shortcut option.  Instead, a lot of "stuff" on open in other tabs and things like that.

Any suggestions on what I need to do to create this shortcut?

Thank you

Jackarm

Hello

Please try (for Windows):

Right-click on an empty space on the desktop,

Click on new, then shortcut

Enter www.amazon.com

Click next

Enter a name if you wish

Kind regards.

Tags: Notebooks

Similar Questions

  • Creating a shortcut to the homescreen with a built-in option menu item

    I need to create a shortcut of the home screen that opens this menu item.

    Options of-> Security Options-> Security Options-> software-> 1 open chip chips advanced

    I need it to be compatible from BB 8310 w / 4.5 and work with BB 9670 w / version 6.0 and all in between.

    Can I use the ApplicationMenuItem class to add the menu soft token element to the home screen?

    The problem is that the menu option that surrounds him has changed between the versions?

    This is not supported.  There is no API that supported the opening of enforcement Options to a specific screen.  You could try this with the injection of the event, but it would probably be little reliable.

  • Problem with the main screen of firefox

    After the update of firefox to firefox 15.0 16.0.2's problem with the main screen. At the top of the main screen displays the bar (caption bar of the main form) that I have win xp and under this title is bar legend like win 7.

    Firefox is running on Windows Xp, if better, I can send the screen, but I don't know where is possible add image to this error report...

    Okay, the problem has been resolved, problem was with the Tab Mix Plus extension. I have an older version of this extension, because at work may not update directly, because I'm going to the Internet via a proxy. Download, update firefox extension directly through the proxy is not possible... I need to download via the other internet browser, in order to not do it often...

  • With the help of A6, must create menu screen which allows the user to click a button creates a branch to other screens and return to the main menu. When returning to the main screen on which button will be gray or inactive.  How can I do this?  I created

    I am trying to imitate a piece of equipment.  I need the user to be able to click on the specific buttons that have the user to another or screens.  After viewing these screens that will be the user to the main screen where the user which buttons were pressed and which still needed to be pressed.  I create buttons image with the 3 States - who has worked except when the user returns to that slide is reset to zero, and if the user does not see the 3rd State of the button.  How can I get this 3rd State of stay after the user returns to the main screen?

    You can not 'keep' a State, that's what I said in my first answer: "you can create an image with that look of '3' State, make it invisible and show it with the same action when a button is triggered. You will need to insert extra that third picture, first hide it out and make it visible to the advanced action, which I explained. I called this additional 'Done_one' image in the example. The three States you're talking about are in a totally different way to Captivate: for down, more and up-state. You can just tell Captivate to keep a low State, it will be down when the button is pressed. Where my explanation of an additional image.

    No need for all the variables. Looks like you have a lot to learn about variables and advanced actions. I don't see another easy way to achieve what you want. It is not so difficult, tons of examples on my blog.

  • None of the icons are on the main screen of my office, how to make their comeback

    original title: a friend set a default language of English canada to American English, now none of my office, the icons are on the main screen, how can I get back them
    1. It seems that all my desktop icons are in a folder and when I click on an ex: banks in line, and click on move in or make shortcut, it is another in the same folder.
    1. It seems that all my desktop icons are in a folder and when I click on an ex: banks in line, and click on move in or make shortcut, it is another in the same folder.

    Try to return to the English Canada and see if the desktop icons reappear.  If they do, when the default language has changed he assumed you have created a new 'profile' perhaps and you see profile this profile's empty office.  Alternatively, if a new profile has been created, open the old profile (person) when you open a session.

  • Update of the main screen to a background thread

    Hi guys im trying to update the main screen from a background thread. in this case I'm using a 2 static pictures. Once I click on a butotn on the popupScreen when the application is loaded, it will update the image on the main screen.

    I wrote a small excerpt for it and can you please give me some help with this. because when I've debugged and one of the developers helped me thereby to discover that the screen im trying to update is not the active screen.  Please have alook please.ive extract have 3 classes here

    ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

    SerializableAttribute public class MyApp extends UiApplication
    {

    Public Shared Sub main (String [] args)
    {
    Create a new instance of the application and make the currently
    who runs the thread of the application of the event dispatch thread.
    MyApp PAP = new MyApp();
    theApp.enterEventDispatcher ();
    }
        
    /**
    * Creates a new object MyApp
    */
    public MyApp()
    {
    Push a screen onto the stack in the user interface for rendering.
    pushScreen (new MyScreen());
    final Pinpopup pp = new Pinpopup();

    UiApplication.getUiApplication () .invokeLater (new Runnable()
    {
    public void run()
    {
    UiApplication.getUiApplication () .pushModalScreen (pp);
    }
    });
    }
    }
    ////////////////////////////////////////////////////////////////////////////////////////

    / public final class screen extends MyScreen
    {
    /**
    * Creates a new object of MyScreen
    */
    public Bitmap bmp image;
    public BitmapField bmpField;
    public ButtonField btnDisplay;
    public ImageThread imgThread;
            
    public MyScreen()
    {
            
    Set the displayed title of the screen
    setTitle ("MyTitle");
    BMP = Bitmap.getBitmapResource ("image.png");
    btnDisplay = new ButtonField ("Display");
    bmpField = new BitmapField (bmp);

    btnDisplay.setChangeListener (new FieldChangeListener() {}
                
    ' Public Sub fieldChanged (field field, int context) {}
    TODO self-generating method stub
                    
    if(Field == btnDisplay)
    {
    BMP = Bitmap.getBitmapResource ("image1.png");
    bmpField.setBitmap (bmp);
    signInButtonClicked ("07760926037", "1234");
    LaunchImageThread();
                        
    }
    }
    });
            
    Add (bmpField);
    Add (btnDisplay);
            
    }
        
        
    Public Sub LaunchImageThread()
    {
    imgThread = new ImageThread (this);
    System.out.println ("THIS screen:" + this.getScreen ()); I realized that the im screen update is not active but its strange I don't create any other refrence so
    New Thread (imgThread) m:System.NET.HttpListener.start ();
    }
    }
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// POPUPSCREEN CLASS
    class Pinpopup extends PopupScreen //implements FieldChangeListener
    {
    private ButtonField btnOk;
        
    Pinpopup()
    {
            
    Super (new HorizontalFieldManager());

    btnOk = new ButtonField ("Sign In");

    btnOk.setChangeListener (new FieldChangeListener() {}

    ' Public Sub fieldChanged (field field, int context)
    {
    TODO self-generating method stub
    Try
    {
    if(Field == btnOK)
    {
    Close();
    MyScreen ms = new MyScreen();
    Mrs. LaunchImageThread();
    }
    } catch (IllegalArgumentException e) {}
    TODO: handle exception
    System.out.println ("Exception Popup all in signingIn" + e.getMessage ());
    }
    }
    });
            
    Manager fieldManagerContext = new Manager (USE_ALL_WIDTH)
    {
    ' public void sublayout (int width, int height) {}

    int xPos = 10;
    int ypos = 40;

    Field = getField (0);
    layoutChild (field, 280, 50);
    setPositionChild (field, xpos ypos + 100 + 165);

    setPosition (300, 300);
    setExtent (350, 225);
    }
    };
            
    fieldManagerContext.add (btnOk);
    Add (fieldManagerContext);
    }
    }

    /////////////////////////////////////////////////////////////////////////////////////////////////////

    / public class ImageThread implements Runnable
    {
    private MyScreen parent;
        
    public ImageThread (MyScreen myScreen)
    {
    parent = myScreen;
    }

    public void run()
    {
    Try
    {
    UiApplication.getUiApplication () .invokeLater (new Runnable() {}
                    
    public void run() {}
    TODO self-generating method stub
    System.out.println ("active screen:" + UiApplication.getUiApplication () .getActiveScreen ());
    System.out.println ("active screen:" + parent.getScreen ());
    parent.bmp = Bitmap.getBitmapResource ("image1.png");
    parent.bmpField.setBitmap (parent.bmp);
                        
    }
    });
    }
    catch (Exception ex)
    {
    System.out.println ("Exception in Thread:" + ex.getMessage ());
    }
    }
    }

    was soon thanks

    I suspect that this is your problem:

    MyScreen ms = new MyScreen();
    Mrs. LaunchImageThread();

    I suspect that if you did as I suggested on the other Thread and put a breakpoint in the constructor of MyScreen, you'd have foiund, this creates a second instance.

    I hope that you can take it from here.

  • Windows move to the main screen when sleeping Satellite-S50T-B

    Satellite S50T-B, Windows 8.1. Whenever my laptop sleeps, it moves all the icons and windows open on the secondary external monitor on the laptop monitor. Like a lover double screen, it's extremely annoying. I keep having to set up my work space.

    I expect that there is a bug in the video driver, which means that she sees the monitor off as a result of the command 'sleep' of the laptop as a monitor "unplugged" and it is reported to the operating system for the operating system moves all the icons and windows on the main screen, so when I turn again, they are all in the wrong place.

    Please note that the disappearance of the screen as a direct result of it being sent a sleep command should not be interpreted in any way other than the monitor to sleep as said.

    The graphics driver is old way... When can we expect an update?
    When I can see a fix for this frustrating problem?

    Hello

    If you would google for this problem, you will find a lot of discussions and information about this system.

    From my point of few this issue is linked to the State in sleep mode. There are the States of sleep mode (S0, S1, S2, S3, S4)

    S3 is generally the default standby mode, while the S4 is generally the mode of hibernation by default.
    Here all the details:
    http://msdn.Microsoft.com/en-us/library/Windows/hardware/ff564575

    You can use the PowerCfg command to change these settings
    http://TechNet.Microsoft.com/en-us/library/cc748940%28V=WS.10%29.aspx

  • Create a shortcut on the desktop the icon comes back to a 'globe' for any shortcut, I create. It does not cover the actual icon as shown in the url or web page. Any ideas?

    Create a shortcut on the desktop the icon comes back to a 'globe' for any shortcut, I create. It does not cover the actual icon as shown in the url or web page. Any ideas?

    Hi Ronnie,.

    I see that you can not create a shortcut on the desktop. I'll help you with this problem.

    1. What is the brand and model of the computer?

    2. what operating system is installed on the computer?

    3. what security software is installed on the computer?

    4. have you made changes on the computer recently?

    5 is the issue limited to the creation of shortcuts on the desktop?

    6. How do you try to create a shortcut on the desktop?

    Please provide us with more information to continue troubleshooting as a result.

    See the link on how to ask questions or help on the Forums.

    Suggestions for a question on help forums: http://support.microsoft.com/kb/555375

    Thank you.

  • How can I access my space girls 14 years old, on the main screen on the computer?

    How can I access my space girls 14 years old, on the main screen on the computer? So I can see what she gets up to the computer because I have no way of knowing.  She went totally bananas when I put parental controls on its site.  It has a password.  I am the administrator of computers.  Thank you

    I assume you have no access to the password for the user of your daughter.  As an administrator, you may open the control panel in Win XP and select user accounts.  The options will allow you to change or remove the password of your daughter.  Then you could sign on behalf of your daughter.
    However, who would probably trigger another outbreak of 'bananas', because your daughter will realize that you have changed or deleted her password.  This forum is not how parents react to problems of girl.  However, she is only 14, is YOUR computer and you have good reason to worry about his online activities.
     
     

    "maidmarion" wrote in message News: d6c42d7e-eb05-43a4-9723-ac451a17b15a...

    How can I access my space girls 14 years old, on the main screen on the computer? So I can see what she gets up to the computer because I have no way of knowing.  She went totally bananas when I put parental controls on its site.  It has a password.  I am the administrator of computers.  Thank you

  • Product key not recognized during a repair of xp pro sp2 on a genuine xp pro sp2 disk. stuck on the main screen of the product.

    After starting problems on my Toshiba satellite with xp pro sp2, I booted my xp pro sp2 disk and did a repair instead of a reinstall software.  He went through the motions, removed the sys files, copied them back and so on.  Then he asked my product key and I typed in it and it does not recognize.  It's a real bought copy of xp pro sp2.  Now, I'm stuck on the main screen of the product.  When I start the laptop on the xp disk it blue screens, the only option I have is to enter a product key in the configuration...  I have my receipt for my xp pro disk and product key for certification sticker.  Help, please!

    "XP MCE Pro? That is not normal! It would be one or the other (AFAIK). Here is an example:

    http://cdn2.ioffer.com/IMG/item/811/353/46/o_XyuQav94U1MQ0Ci.jpg

    If the hybrid you mention is the real thing, it's new to me! I know that some have described as a superset of Pro MCE, but I never used this version, so I can't tell you definitively that a COA sticker wouldn't this combo of terms...

    In addition, the term 'Enterprise Edition' implies something not legitimate. I do not think that Microsoft has never used the term marketing for Windows.

    If you had a legitimate retail version of Windows XP (any version) that is not used on another PC, you can perform a Clean Install (not a repair installation), using this key (not the key COST laptop). The only way you can use the key from your laptop COST would be if you used the correct installation CD - a generic OEM version of the corresponding XP (MCE?) version. In this way, you can perform a clean installation or a repair installation.

    Have you looked at the links I posted? What do you mean by "boot option? The instructions were to press the zero key while turning on the laptop. You are not supposed to enter the OS! The recovery partition is quite distinct.

    If your laptop does not a recovery partition, you should be able to get the correct recovery CD for this Toshiba - by Toshiba or you might need to find a reputable eBay merchant, etc.. Restoredisks.com, who has a good rating from Better Business Bureau, they probably sold too.

  • How can I remove shortcuts from my main screen

    HOW CAN I REMOVE THE SHORTCUTS IN MY MAIN SCREEN

    Hello

    Right click on the unwanted desktop shortcut icons > then on the left click on delete.

    See you soon.

  • Create a shortcut on the desktop for earpiece/headset bluetooth

    Shortcuts on Desktop__

    How can I create a shortcut on the desktop for operations settings and bluetooth headset?  I have created one for the helmet device, but I still have to go into that connect.

    Hi Lee1948,

    How did you create the shortcut?

    You can see the following article on how to create the shortcut and try the steps and check if that helps:

    http://Windows.Microsoft.com/en-us/Windows7/create-or-delete-a-shortcut

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Draw a circle in the main screen?

    Hi guys,.

    Pretty quick here.

    I'm looking to draw a circle on the main screen of a phone application I created.

    So far, on the main screen, I attracted 9 rectangles. But I don't want on a keypress event

    to paint on top of these rectangles of my circle.

    I used java before doing this operation using repaint but don't know how

    Repaint/discount so I can shoot an already drawn form coming onload.

    Darren

    you add the drawCircle in the paint method RESP. the drawBoard method, simply add a condition that you can modify.
    You can issue a repaint with invalidate().

  • BlackBerry smartphones after restart (reset) his shot on the main screen

    When I was restarts my balckberry torch 9860 after reset the screen hit his main keys are also not network signal and the work goes to off .i have done many times restart by baterry deleting the process, but it still hang on the main screen please help me as soon as possible...

    sachin09 wrote:
    How do I on my device in safe mode?

    I already posted this article Knowledge Base, always check the KB17877

    If possible to start your device in Mode safe to remove this application, it will solve your problem.

    Or if you are unable to start Safe Mode and then follow this Knowledge Base to reload the operating system:

    KB10144 : How to force detect the BlackBerry smartphone using the Application Loader

     

    But please note that this method will erase your data from the device. If you have a previous backup or using BlackBerry Protect you can restore your backups.

  • Windows reduced on dual #2 keep going back to the main screen when the system is locked

    I have two monitors and just got a new system with Windows 8 is installed.  I have a monitor set up as Monitor 2 (just as I did before windows 8) so that nobody walks by can see it... I have confidential information open on that screen quite often - otherwise, it is reduced.  My main screen is set up for the bulk of the work that I do.

    However, whenever my system is locked or falls asleep, the apps/information, I put up on the screen 2, flies back to the main screen when I unlock the system.  I never had this problem before.  I tried to maximize the apps/info to fill the screen, but it does not work: it continues to move... it means that whenever I have unlock my system, confidential information appears on the screen which can be seen by anyone who was travelling.

    How can I stop this from happening?

    Hi Kelleybennett,

    Thanks for posting the request in Microsoft Community Forums.

    It seems that even if the computer is configured in the standby mode, the second monitor stops and windows are going to another. This could be a problem with the video card drivers or pilots of the monitor. Video drivers could be arrested to answer when the computer is set to sleep.

    You can try to uninstall and reinstall the drivers for the monitor and video card drivers and check.

    a. press the Windows key + R

    b. type devmgmt.msc and press ENTER to launch the Device Manager

    c. in the search for Device Manager for the device, click with the right button on the monitor drivers and select the Uninstalloption.

    d. also uninstall video card drivers

    e. restart the computer and check.

    See also:

    Download and install the drivers
    http://Windows.Microsoft.com/en-us/Windows-8/all-drivers

    Hope this information helps. Response with status so that we can help you.

Maybe you are looking for

  • Install the Mavericks Macbook Pro mid 2015

    Hello people. I work with music and my 10 tools Pro works perfectly well on Mavericks... I can't use it with Yosemite, the OS X my mac came with. I'm having a hard time trying to get the Mavericks installed on my Macbook Pro 15 retina. Mid 2015. It i

  • trying to play (DVD movie) on labtop

    I'm stuck on what to do next. We have just received this high laboratory of the page, I tried to get Windows Media player, but it did not work. Please help me with step by step how to start. Thank you. C BASS968

  • How to edit album information in Windows Media Player

    Change the Player added 11 songs title: 12 albums from a media.  How can I change the news so the list of songs from the appropriate album. Media Player includes now 90 songs as an album - unknown.  I want to separate songs in the correct albums. I c

  • 2.2 - installed mobile apps on SD card

    Is it possible to see what downloaded apps are compatible with passage to the SD card? I do not see anything, even in the Menuinstallation.  Also, once you identify a program, how is it proposed to keep its registration on the phone? Like Froyo but s

  • BlackBerry Smartphones Media Card support is

    I have a Blackberry Curve 8330. Media card holder door came off its hinges. Is there a work-around that will allow a card to be inserted without short-circuiting the card? If this is not the case, where can I get the repaired BB (new media of the ins