Windows vista save as
Press WinKey or click Start button. Click on your username. Create new folder Pictures. I tried to set the registry setting to a different path, and then the save function worked.
I set the registry back to it's original place because this is the location I want it to be , and the save still works, but it remembered the last location I saved the previous one.
This makes me think that it remembered a location that I have later deleted, and that this was the problem. It looks like All genius programmers who made Microsoft what it is now, left the company and it is filled with stupid programmers who don't even use windows. Why a tool should stop working if an unrelated folder doesn't exists.
They are more worried about how to remove paint from windows and replace it with something more useless than fixing a useful tool such as this. Everytime they touch a program to "enhance" it or "improve it" it breaks from thousand places. Stop touching things that work. Thanks so much for this solution. It worked! I restarted my machine and it worked. I didn't test it before a restart but I am so thankful!
It worked, just changed the correct location in the registry and now I can save the files anywhere. If that doesn't work do steps again, but in step 4 name the folder "my pictures".
I had relocated my pictures folder to my home's domain controller. Anyway, these steps worked for me. Office Office Exchange Server. Not an IT pro? Windows Client. Sign in. United States English. Ask a question. Quick access. Search related threads. Remove From My Forums. Answered by:. Archived Forums. Windows 7 Installation, Setup, and Deployment. Sign in to vote. I've read another thread with the same problem of "no save" but the solution there doesn't apply here.
Until last week, I could use the snipping tool and save the results. I use this a lot - it's a brilliant feature. Now, when I click on "Save As", nothing happens.
If I click "Close" I am asked if I want to save the snip first. I click "Yes", the application closes. That is an awfully long way round, and I'd prefer to save direct, as I have been doing since I started using the Beta of Win 7 early this year. Less important: if I ask snipping tool to "send" the snip, it insists on opening MS Outlook, which I don't use. Is there a way to persuade it to use Thunderbird, my mail client?
Friday, December 11, PM. I finally managed it. Monday, January 25, AM. Double click 'Programs and Features'. Select 'Turn Windows features on or off' in the Tasks Pane. Exit and reboot the computer. This will remove the Snipping Tool component.
After the computer restarts, go back into Control Panel and repeat the same procedure Add the check mark to the 'Tablet PC Optional Components' Reboot the computer again. This is Windows 7 Home Premium. It has "Tablet PC Components" which was all turned off already - stuff like handwriting recognition and Windows Journal. I let it install those, but Snipping Tool still doesn't save its results. I'll turn those off again, since I'll never need them.
I don't use Office - I prefer and use Office I'll try Safe Mode when it restarts, to see if that proves anything, but there have been no error messages and there's nothing in the Event Viewer about it. Sunday, December 13, AM. It didn't like that at all! When I restarted after turning the Tablet PC Components off, it went through a long sycle of removing stuff, restarting, removing stuff again, restarting, then reporting start errors. It wanted to go back to an earlier installation, which I didn't want to let it do because there's a lot of work I've done over the last 36 hours that isn't backed up - this is my laptop, and I'm not at home.
Anyway, it eventually restarted OK, the Tablet stuff is gone, and Snipping Tool still doesn't save stuff. The security update coincides with the loss of snipping tool saving, so maybe snipping is now deemed an insecure process. It looks as if I'm into pasting snips into Paint Shop Pro from now on. I'm not going to risk messing around in Safe Mode.
I did try running it as administrator, but that made no difference. Tuesday, December 15, AM. I also experiencing this problem - no save.
I have Win 7 ultimate. I tried a lot of things and still cannot get this save popup work. Microsoft Download Manager. Manage all your internet downloads with this easy-to-use manager. It features a simple interface with many customizable options:. Download multiple files at one time Download large files quickly and reliably Suspend active downloads and resume downloads that have failed.
Yes, install Microsoft Download Manager recommended No, thanks. What happens if I don't install a download manager? Why should I install the Microsoft Download Manager? In this case, you will have to download the files individually. You would have the opportunity to download individual files on the "Thank you for downloading" page after completing your download. Files larger than 1 GB may take much longer to download and might not download correctly.
You might not be able to pause the active downloads or resume downloads that have failed. The first filter in the buffer has index 1, the second 2, and so on. If the user changes the filter while using the dialog box, the nFilterIndex member is set to the index of the selected filter on return. You can create a custom filter by setting the lpstrCustomFilter member to the address of a buffer that contains a single filter, and by setting the nMaxCustFilter member to the size of the buffer, in characters or bytes.
The dialog box always places the custom filter at the beginning of the list of filters and, on return, always updates the pattern part of the filter with the pattern from the filter selected by the user. For Explorer-style dialog boxes, the default extension may change if the user selects a different filter.
The return value of the hook procedure indicates whether the dialog box should display the item in the folder's item list. Except as noted, the information in this section applies to both Explorer-style and old-style Open and Save As dialog boxes. The dialog box automatically validates file names typed by the user to ensure that the names contain only valid characters. If this flag is set and the user chooses to create a new file, the dialog box closes, and the function returns the specified name.
Otherwise, the dialog box remains open. By default, the dialog box creates a zero-length test file to determine whether a new file can be created in the selected directory. If you enable a hook procedure, the dialog box notifies your hook procedure when a network sharing violation occurs for the file name specified by the user.
In this case, the dialog box returns the name of the link file rather than the name of the file referenced by the link file. You can customize an Open or Save As dialog box by providing a hook procedure, a custom template, or both. However, the Explorer-style and old-style versions of the dialog boxes differ in their use of custom templates and hook procedures. The default title for both Explorer-style and old-style dialog boxes is either " Open " or " Save As.
These registry entries affect only the dialog boxes displayed for the user associated with the registry hive. To hide features of Explorer-style Open and Save As dialog boxes, an administrator can set the values in the following table under this subkey:. The contents of the Places bar are determined by the contents of the following subkey:. You can customize an Explorer-style Open or Save As dialog box by providing a hook procedure, a custom template, or both.
If you provide a hook procedure for an Explorer-style dialog box, the system creates a dialog box that is a child of the default dialog box. The hook procedure acts as the dialog procedure for the child dialog box. This child dialog box is based on the custom template, or on a default template if none is provided.
For more information, see Explorer-Style Custom Templates. An Explorer-style hook procedure receives a variety of messages while the dialog box is open. These include the following:. In addition, there is a set of messages that you can send to an Explorer-style dialog box to get information or to control the behavior and appearance of the dialog box. You can use some of these messages to control the behavior of the dialog box. In response to this message, the hook procedure can use the SetWindowLong function to reject the selected name and force the dialog box to remain open.
The code member in the header of this structure contains one of the following notification messages. To retrieve information about the status of the dialog box or to control the behavior and appearance of the dialog box, the hook procedure can send the following messages to the dialog box.
Typically, if you provide additional controls, you must also provide an Explorer-style hook procedure to process messages for the new controls. To make room for the new controls, the system expands the default dialog box by the width and height of the custom dialog box. By default, all controls from the custom dialog box are positioned below the controls in the default dialog box. However, you can override this default positioning by including a static text control in your custom dialog box template and assigning it the control identifier value of stc This value is defined in the Dlgs.
In this case, the system uses the control as the point of reference for determining where to position the new controls. All new controls above and to the left of the stc32 control are positioned the same amount above and to the left of the controls in the default dialog box. New controls below and to the right of the stc32 control are positioned below and to the right of the default controls. In general, each new control is positioned so that it has the same position relative to the default controls as it had to the stc32 control.
To make room for these new controls, the system adds space to the left, right, bottom, and top of the default dialog box as needed. The system requires the hook procedure to process all messages intended for the custom dialog box and therefore sends the same window messages to the hook procedure as to any other dialog box procedure.
The hook procedure is responsible for initializing these controls and retrieving values from the controls when the dialog box is closed.
0コメント