icons Questions
5
Solved
I would like to define the application icon of a Win32 window, e.g. through a call to SetClassLong with GCL_HICON and passing in a handle to an icon (see SetClassLong Function on MSDN).
This works...
8
Solved
I've just created my first go application on Windows.
How do I give it an icon?
There doesn't seem to be any build flags to do this, and I know golang doesn't support resources.
2
Solved
I want to get the MessageBoxIcons, that get displayed when the user is presented with a MessageBox. Earlier I used SystemIcons for that purpose, but now it seems that it returns icons different tha...
Rech asked 17/6, 2014 at 6:59
5
I can extract 32*32 icon images, but how about 48*48?
I want to extract an icon image with size 48*48 from a .exe file in Windows. At first, I got the icon resource bits and then I used "CreateIco...
3
Solved
I want to use an icon from an icon pack. I know how to find installed icon packs. But I can't find out how to load an icon from an icon pack.
Find icon packs - WORKS
That's how I find icon packs:...
Stu asked 18/7, 2015 at 11:19
11
Solved
Does .NET framework have a collection of icons for use in Windows Forms or WPF application somewhere? How does one use it? For example, how do I use it as an application window icon?
I recall, if...
5
I am trying to get information about the notification icon sizes to create them for my app but I am a little bit lost. I have read a few posts that basically says this:
For MDPI 24 px
For HDPI 36 ...
Jawbreaker asked 6/4, 2015 at 20:3
16
Solved
I am using vue.js and vuetify. I want to add an icon but it is not working as expected (not rendered).
How can I fix this?
Please refer to the following code:
main.js
import Vue from 'vue'
import V...
Tillietillinger asked 16/7, 2019 at 9:5
4
I have successfully packaged the project on the device, but I want to replace the icon and splash. Is there any way to replace it?
Using Vue development, packaged to android.
Peony asked 7/5, 2020 at 1:42
5
from PyQt5 import QtWidgets, QtGui
from PyQt5.QtWidgets import *
from PyQt5.QtCore import *
class Application(QMainWindow):
def __init__(self):
super(Application, self).__init__()
self.setWindo...
Nf asked 4/3, 2017 at 23:46
8
Solved
How can I change the Dock Icon of a program, in Java, on the Macintosh platform? I have heard about using Apple's Java library (that provides some sort of extra support on the Mac platform), but I ...
4
Solved
I want to include <link> tags in my HTML head to various icons of different sizes. What are the best practices for ordering icon <link>s in the <head> tag? Does it matter wh...
3
How to get an icon from font? Or convert font icon to .svg. I more interest in process (not third-party services)
Teat asked 31/7, 2020 at 7:42
1
Solved
This answer from madprogrammer shows how I can display a FontAwesome icon on a JLabel Font Awesome with Swing but my action code is of the form
public class EmptyDatabaseAction extends AbstractActi...
Stipulate asked 22/3, 2023 at 12:6
3
I'm using react-native-paper and I want to get an Icon component but without any link with Button Component. I went through the doc and I didn't found an Icon Component. I want something similar th...
Corydalis asked 26/5, 2020 at 3:5
7
Solved
It's recommended to use vector images in WPF application because of its scalability. Where I can find a free icons in vector format?
Cyclopropane asked 9/4, 2010 at 9:7
3
Solved
I am trying to use feather icons in laravel enviroment, I thought i would do it through npm. Can someone help me understand how this work as I couldnt get it working. I am very new to working with ...
Crafton asked 27/1, 2019 at 14:4
4
I checked the icon list available at https://material.io/tools/icons/ and the closest matches I see are
For LogIn or SignIn
vpn_key https://material.io/tools/icons/?search=vpn_key&icon=vpn_...
Switchblade asked 7/4, 2019 at 14:57
3
Solved
I have created an installer with Inno Setup. The icon used for the desktop shortcut and start menu is embeded in the application executable.
When the installer was initially created, I didn't have...
Burma asked 9/12, 2010 at 16:18
22
Solved
13
Solved
I'd like to get the Tree icon to use for a homegrown app. Does anyone know how to extract the images out as .icon files? I'd like both the 16x16 and 32x32, or I'd just do a screen capture.
Vouvray asked 12/8, 2008 at 3:26
5
When I use any JS-module with NPM, I include it into my .js file with require(""). How can I do the same with Bootstrap icons and include them into .html?
Their official docs and npm wasn...
Cuneiform asked 2/8, 2020 at 13:43
4
I have a conflict with font awesome when 2 different css versions are used. I am not trying to use 2 different version, but my plugin embeds one version and sometimes a wordpress website has anothe...
Grizzle asked 24/3, 2018 at 17:42
10
Solved
I recently installed Visual Studio 2010 and copied and converted an old VS2005 solution to VS2010
When I edit this solution, if I try to change a control's .image property, VS2010 creates a message...
Gadfly asked 9/6, 2010 at 7:45
3
I am creating an icon component with unplugin-icon and in usual case i can import for example
//script
import IconCopy from '~icons/prime/copy'
//template
<IconCopy/>
it works but it feels u...
Vaginal asked 21/8, 2022 at 8:46
© 2022 - 2024 — McMap. All rights reserved.