Hi All,
is it possible to use icon file as a image for a button in visual basic?
f.e.
I have 3 buttons that need to have 3 icons when you click the button the icon of the button needs to be the icon of the form is this posible?
btnIcon1 = my.resources.ICO1
btnIcon2 = my.resources.ICO2
...
Hi, I have a JAR file on my mac called Test.jar, and the file works perfectly fine when I click on it. All it does is it just opens a small window, and displays "Test", so it's a simple application (I am new to Java programming).
My question is how do I change the icon of the jar file to a different icon of my choice? I have yet to figu...
Hi again,
I've spended hours for this (simple) one and don't find a solution :/
I'm using D7 and the TImageList. The ImageList is assigned to a toolbar.
When I populate the ImageList at designtime, the icons (with partial transparency) are looking fine.
But I need to populate it at runtime, and when I do this the icons are looking pret...
Based on the jquery ui button documentation, I tried the following:
<jquery>$("#test").button({ icons: { primary:'ui-icon-gear' } });</jquery>
<input id="test" type="submit" value="test"></input>
However the icon doesn't appear on the button. If I change the <input> to a <span>, it works; but I need the icons on a form submit button. ...
I recently purchased Drew Wilson's Pictos icon library. It is a library of flat, monochromatic icons for use on the web and elsewhere. The only issue is: they're vectors. I know my way around Illustrator a little bit, but ultimately I want to import these icons into Photoshop CS4 and resize to various dimensions.
When I import an icon ...
Visual Studio has *.SLN files for 2008, and 2010.
In explorer, the icon associated with the file is based on the version somehow. I was always under the impression that the associated icon just looked at the extension, but obviously there is more going on.
I'm asking on stack overflow as a developer - for my application, but if you fee...
I'm trying to create a taskbar Icon in C# that would display a number representing the current processor time of an application. I can figure out the proper size of the icon by simply referencing the default taskbar icons dimesions, however, I run into a problem. Different Icon sizes work well with different font sizes of text. I need to...
If I use a png file with transparent background as the app icon in iOS4, the compiler will change its background to black. How can I preserve its transparency?
...
I'm developing a small IDE, and I'm wondering where I can find a set of IDE icons. A few google searches didn't turn anything up that was too useful. I suppose that's probably because an 'ide icon set' wouldn't get very many purchases (compared to more generic icons).
In any case, does anyone know where I can get some such icons? Certai...
I have a .Net app deployed via click-once. The app icon shows fine on the start menu, task bar etc., but not in Add / Remove Programs in the control panel. What do I need to do to fix this?
TIA
...
Hi,
how can I set high qualitiy TabBarIcons so it will look nice on the new iPhone 4 ?
Thx
Sebastian
...
Hello, I am using Google maps API. However, since I have very many icons, I am trying them to use with a mapping technology. Therefore I need to add an icon as a div instead of img. Is there a way to append icon to google maps as a ?
Thank you.
...
Well I was working on simple application for starting/stopping and restarting my LAMP in mono (just to get knowing the GUI development with mono bit more), so to have less buttons I decided to have one button for starting and stopping the servers. In the GUI designer I added a start button with icon, the problem is that updating the butt...
I cannot load icons which contain Vista sized icons when using the 'Load icon' in the application tab of Delphi 7.
Does someone knows how to display icons bigger than 48x48 in Vista and Windows 7 using an application developed in Delphi 7?
...
Does anybody know of a website where I can find Android TabHost icons? (free or paid)
...
Hi everyone. I'm trying to do (in WPF):
Have an .exe file that displays the system menu icon (the icon in the upper left of the window) like normal
Not have this icon show up in modal windows called by this app
I tried the solution here:
http://stackoverflow.com/questions/2341230/removing-icon-from-a-wpf-window
And this worked. The...
I have a button that will launch a process that requires UAC elevation. I want to display the Windows UAC shield overlay on the button, how do I do this in wxPython?
The application is only going to run on Windows, so I don't need to worry about it not working on other systems.
edit 2:
Got it:
BCM_SETSHIELD = 0x0000160C
btn_apply = wx....
What approach are you fellow iPhone developers out there using for standard icons in e.g. tab bars (one that is not provided here, of course)? For example, if I wanted to use one of the icons from the iPod app.
I can see three approaches:
Use the "magic image constant" for the image. I believe this qualifies as using private API -> no...
I have a dynamic ListView which uses an ArrayAdapter. When a name is selected from a spinner, the name together with an icon showing whether they are male or female gets added to the ListView.
Mostly everything is good (the name gets added to the list correctly, together with an icon). But the icon showing the sex gets added to the wron...
Coming from an iPhone world,
Is there an equivalent of system icons, for example, the add or search icons in the options menu of Contacts. This would save developers time (and in some cases, money) if they could use the system icons used by Android. If this is not possible, is a site available where developers can download icons for and...