Questions tagged [file-icons]

15 questions
7
votes
1 answer

UWP get shell icon for a file

Most solutions here use System.Drawing which is not available in UWP afaik. GetThumbnailAsync() does the job but only for non-image files. With image files i always get a scaled preview, regardless of passed arguments. I'd like to have a shell file…
Mike Tsayper
  • 1,686
  • 1
  • 17
  • 25
4
votes
4 answers

Tortoise SVN Icon Overlays Displaying Everywhere...Why?

Update: So, this turns out to have nothing to do with Tortoise SVN. I use Mozy.com for off-site backups and their new version includes these icon overlays. They can be disabled via the config options...or see here…
jwalkerjr
  • 1,779
  • 4
  • 18
  • 20
3
votes
2 answers

vscode file icons

I am looking for vscode file-icons like Atom file-icons https://atom.io/packages/file-icons if vscode is built using an atom shell, is it possible to use extensions such as Atom file-icons with vscode?
1
vote
0 answers

icon overlay in cocoa

I'm developing a cocoa application for mac. I want to overlay icon of folder and file with other icon as in SCPlugin defined at http://scplugin.tigris.org/. Even SCPlugin is unable to do this on Mac 10.6. Any idea how can I overlay icon of file or…
Amrinder Singh
  • 205
  • 6
  • 16
1
vote
0 answers

How do Change The File Icon color in vscode?

So I was just wondering if there was any way to change the active file's text and icon color, like it happens on atom, for VSCode. I tried doing something like sideBar.Foreground": "#ff0000. But it changes the everything's foreground, not only the…
Quantum
  • 21
  • 3
1
vote
1 answer

What does the four horizontal lines symbol mean in vs code and does it mean my gitignore is not setup?

When you create a new file without an extension in VS Code you get four horizontal lines stacked on top of one another; the bottom and the third one up is shorter than the others. What type of file is this? And when I setup a react-app, the…
1
vote
2 answers

Associated icons blank in OpenFileDialog

I'm deploying an application built with VS 2010 Express edition via ClickOnce. I have associated some file extensions using the options provided in the Publish section of the project's properties. When I install the application, the associated file…
Anax
  • 9,122
  • 5
  • 34
  • 68
0
votes
1 answer

How do you display icons for various file types in an iOS application?

I'd like to know if anyone has found a way to display icons for different file types such as MS Word documents, Adobe Flash documents etc. on iPhone using iOS SDK? It has an equivalent way on MacOS : using the method iconForFileType of the class…
Son Huy TRAN
  • 486
  • 2
  • 5
  • 16
0
votes
0 answers

How to change an existing icon with File Icons extension

With the File Icons visual studio extension (https://marketplace.visualstudio.com/items?itemName=MadsKristensen.FileIcons), is it possible to somehow change the icon image recognized by Solution Explorer? I tried to edit it, but I couldn't figure…
0
votes
1 answer

File icon on product page woocomerce will not disappear

On my website I have several products for sale using printifil's integration with woo commerce. At first there was a white box over my product title to the left. I removed the product title to leave the white box on a white background hoping it…
Bryan Howard
  • 47
  • 1
  • 9
0
votes
0 answers

Getting the default icon from a filepath even if the file isn't available

I'm trying to get the associated icon for a file so I can display it in a ListView in my VB.Net code. However, I can't use the ExtractAssociatedIcon function that all the Googling I've done points me to, because this is for a cataloguing function…
Stuart Bruce
  • 111
  • 1
  • 7
0
votes
0 answers

How to assign an icon to a file?

I am making a program that stores information in a file with a custom extension. I was wondering If it is possible to assign it an icon within the program so that the icon will show the file with the icon anywhere on the computer? For example how…
0
votes
1 answer

VS 2015 Solution Explorer File Icons

In Visual Studio 2015 Solution Explorer next to C++ files is a "++" icon, easy enough to understand, but I have one C++ file that has a red circle with a white minus sign in it over the "++" icon. I have tried making changes to this file and…
0
votes
0 answers

Is there any possibility to change the Icon

For My current works I need to Mark some Files and folders as uploaded and rest are not yet uploaded, I wish to change the File/Folder or some overlay images to achieve the goal. I've changed the Folder Icon as expected by using the following code: …
sujith karivelil
  • 28,671
  • 6
  • 55
  • 88
0
votes
1 answer

How to get big icons on QFileDialog?

I'm working on a Qt UI that will run on a touchscreen. At some point it will be useful to select files, in (probably) a QFileDialog. But little icons on a QFileDialog leads to a terrible touch-user experience, I'd like them to be bigger, so the user…
spacm
  • 190
  • 3
  • 18