UserManual.chm file Does not showing Contents? - chm

my UserManual.chm file file does not displaying content.
i dont know why it's not working on my Computer.
please help me to find out solution

Microsoft is trying to protect you from CHM files.
If a CHM file is downloaded from a server (UNC-Path) you can't view the Content without . Copy the CHM file to a local drive and try again. You may try another CHM file on a local drive.
If a CHM file is unzipped from a ZIP download please open Windows Explorer, find your CHM file, right-click and select properties and click the Unblock button on the General tab.

Related

Open File Explorer when downloading a file

In some machines, there are browser settings that download all files to the /downloads directory by default.
Is it possible to force the file explorer to open when the user downloads the file so he can choose the saving location in these cases?
thanks in advance!
No.
A website cannot override the preference to save to the Downloads folder (neither on a per download basis nor by altering the settings remotely).

Chrome Extension edit source file

I have a chrome extension that is installed via "Load unpacked extension," and I am trying to get it to delete itself or at least change its source code when a function is called. I have the chrome.management.uninstallSelf down, but I also need the source files for it to become changed/gone. Basically, I need the chrome extension to open the local file where its source is located and then delete/change some of the files inside it. Is there any way to do this?
Basically, I need the chrome extension to open the local file where its source is located and then delete/change some of the files inside it. Is there any way to do this?
No, this isn't normally* possible.
Chrome extensions have only read-only access to their own files (via chrome.runtime.getPackageDirectoryEntry or requests to chrome-extension://), and no access at all to the rest of the filesystem.
* All bets are off if you have a Native Host module though. It can do whatever, but would greatly complicate installation.

How to get backup file or file conversion

I had uploaded my web design files to the google drive. Those files were with extenstions .html,.css and.js, Those files had been uploaded successfully to the google drive. Today, I was trying to download those files and come to know that all files had been stored as an extension .docx. Now I don't have any other backups of my source file. I want source code of all my webdesigns. How can I get them? In file properties, its showing me file type .docx

XAP Files not being recognised

Hi when i am trying to open .xap files in visual studio 2013, it says no editor is present and it could not find any application that opens the xap file. what could be the reason?
They are actually Zipped files. Just change the extension to zip and you can view the files
If you are trying to open xap files downloaded from the store you will not be able to read the contents, even if you rename the extension to zip, because they are encrypted.
If this a non-encrypted xap, go to explorer->view and check the File name extensions box, then you will be able to rename the file from xap to zip and browse the contents.

Package Control - plugin to run file in browser

I am looking plugin to run .html file in browser and also open folder in windows explorer.
The reason is simply. I always start work in the same way: run Sublime Text 2, click 16 times with mouse on folder to open folder with project and run index.html or other. I also need open folder because i copy there from time to time some graphics or other files.
Navigating to files
You can save your workspace as a project in Sublime Text so you don't have to re-navigate to the same files every time.
Open the files you need and lay them out however you like
Go to Project > Save Project As and save the project file somewhere convenient
Open the project file to resume work on those files
As a side note, I highly recommend the SyncedSidebar plugin to automatically expand the sidebar to reveal the files you have open.
You should also be able to right click in the file you're editing and "Reveal in Windows Explorer" (I use a Mac so I can only verify "Reveal in Finder").
Opening in a browser
You can set up a build path for this, or use a plugin like View in Browser.