B Bill English Apr 18, 2004 #1 Does anyone have any ideas for converting an image file to an icon? The icon I want have for my App is currently an image.
Does anyone have any ideas for converting an image file to an icon? The icon I want have for my App is currently an image.
H Herfried K. Wagner [MVP] Apr 18, 2004 #2 * "Bill English said: Does anyone have any ideas for converting an image file to an icon? The icon I want have for my App is currently an image. Click to expand... If you are using VS.NET, you can create icons: "File" -> "New" -> "File..." -> "Icon".
* "Bill English said: Does anyone have any ideas for converting an image file to an icon? The icon I want have for my App is currently an image. Click to expand... If you are using VS.NET, you can create icons: "File" -> "New" -> "File..." -> "Icon".
A Armin Zingler Apr 18, 2004 #4 Bill English said: Does anyone have any ideas for converting an image file to an icon? The icon I want have for my App is currently an image. Click to expand... Image or Bitmap? If you have a bitmap use it's gethicon function and pass it to the constructor of the Icon class. -- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html
Bill English said: Does anyone have any ideas for converting an image file to an icon? The icon I want have for my App is currently an image. Click to expand... Image or Bitmap? If you have a bitmap use it's gethicon function and pass it to the constructor of the Icon class. -- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html
H Herfried K. Wagner [MVP] Apr 18, 2004 #5 * "Bill English said: I know that, but I have an image that I would like to be my icon. Click to expand... At runtime or at design time? At design time: Copy the image in, for example, MS Paint, then paste it into VS.NET's icon editor. At runtime: <URL:http://groups.google.de/[email protected]>
* "Bill English said: I know that, but I have an image that I would like to be my icon. Click to expand... At runtime or at design time? At design time: Copy the image in, for example, MS Paint, then paste it into VS.NET's icon editor. At runtime: <URL:http://groups.google.de/[email protected]>