|
VS 2008 SP1.
I have created a setup project for our client. The icons for the setup.exe and setup.msi are the standard icons.
Our client doesn't want this these icons. They want to have icons that look like they logo.
Is it possible to change the *.exe...
Started by robUK on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
See this link
http://stackoverflow.com/questions/863311/how-to-change-icon-of-msi-installer-package-in-vs2008-and-change-user-interface
You can change the setup.exe icon, but I'm not sure about file you just built, File -> Open ->....
|
|
How can I change the target of a desktop icon (but not the displayed icon) with a "programming language" (vbscript or anything else) ?
for example:
C:\Program Files\Mozilla Firefox\firefox.exe
(with firefox-logo-icon-picture)
to
E:\start_firefox.bat
(...
Started by Jani on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Since the icon displayed by Windows (I'm assuming you're running Windows since you mention \Program extension determines what icon is displayed, this can't be done without reassociating a particular is to replace the link with an executable....
|
|
I have an .ico file with 5 icon sizes embedded in it being used as the main application icon and the System Tray icon.
When it shows up in the task bar the icon is using the 16x16 format which is desired. When the icon shows up in the Notification Area...
Started by BrianH on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Here's how you can do it if the icon file....
The Icon class constructor has several different overloads for you to choose from.
When creating (loading) the new instance, specify the size.
You need to create a new instance of the icon.
|
Ask your Facebook Friends
|
I am deploying with ClickOnce. My app has a default icon, which is used fine. When updating (via clickonce) the update window does not use my application icon (it uses the default no icon).
I can't find a way to change this to use my application icon....
Started by aSkywalker on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://thedatafarm.com/blog/dotnet/after-three-years-i-discover-how-to-choose-a-clickonce-icon.
Did you make sure your icon is selected under the properties section?
Apparently you can do Studio.
|
|
Tweet this icon , like that icon +1 icon and the floating tweet thingy following every post i read
geez Need A SedoPro Account PM Me * nev.org * pmm.org * svc.net * ispoof.com * umm.org * sop.net * qfm.net * upyo.com * vioz.com * uce.org * wta.net * eoso...
Started by biggedon on
, 15 posts
by 9 people.
Answer Snippets (Read the full thread at dnforum):
Placing on right might have.
With Like & Share
also, floating tweets icon is perfectly placed ...
|
|
For example, although I have iTunes pinned to the taskbar, when I click it, it opens another iTunes icon for the actual process. Is there a fix?
Started by nrhine1 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
I just wonder if you have the Taskbar properties set to Never Combine .
Unpin then repin the icon.
|
|
This was an interview question. Given Visual Studio 2008 and an icon saved as a .PNG file, they required the image as an embedded resource and to be used as the icon within the title bar of a form.
I'm looking for what would have been the model answer...
Started by David Max on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Furthermore, setting the icon of the form from a PNG is an unessecary performance hit.
As WindowsFormsApplication10.Properties.Resources.glider
Code for using it as an application icon:
public Form1 of potential employees.
|
|
Hi all,
I would like to create JComboBox control similar with the URL textbox of Firefox. Does anyone know how to customize the textfield of the JComboBox. I want to add some icons on the ALIGN.HORIZONTAL_RIGHT near the arrow button of the JComboBox
Thanks...
Started by Minh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Actually i will combine DefaultListCellRenderer and add the icon to the combo box like extends JFrame { public Main() { // ....
A model that includes the icon so that the combobox renderer can get it - might want to do a custom explanation.
|
|
I want to create a Firefox extension that creates a new icon in the address bar or replaces the existing one with the one specified in the extension.
And then, add some javascript to display this custom logo only when the user is viewing a particular ...
Answer Snippets (Read the full thread at stackoverflow):
//create the icon a=document.createElement("link"); a.setAttribute("rel", "icon"); a.setAttribute("href....
Favicon picker 2
You can alter the DOM creating a link element like this :
<link rel="icon have a quick script that works.
|
|
I am building an application which has requirements stating that all browser features must be disabled. (It's a test taking application and they are worried about security/cheating.)
I popup a new window so that I can make it fullscreen, disable the menu...
Started by Kyle Boon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you do have control over the computer or can instruct the user to... .
If you don't have control of the computer the user is taking the test on, there's nothing you can do (and opening a full screen window won't prevent cheating for savvy users, either) .
|