473,494 Members | 2,259 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

icon stupid

Hola grupo, antes que nada gracias. ¿Porque no veo los iconos que asigne
mediante imagelist a una toolbar?Cuando estoy probando la aplicación en mi
ordenador no hay problema, pero cuando instalo la aplicación en otro
ordenador anda perfecta pero no me muestra los iconos que tienen asignados
los botones de la barra.¿Se entiende? espero que si.Gracias

--
Fernando-Almería
Nov 16 '05 #1
4 2279
¿Verifica que los Iconos se compilan realmente como recursos en la imagen de
la aplicación, en comparación con ser cargado en el tiempo de ejecución de
archivos, posiblemente? AconsejarÃ*a haciendo un proyecto de arreglo que crea
un. instalador de msi y arreglo.exe que usted puede correr en la otra
computadora. ¿Si no trabaja eso, usted puede ver si usted puede demostrar sus
imágenes por cualquier otros medios que la barra de herramientas, o si usted
puede demostrar otros artÃ*culos que no son iconos en la barra de
herramientas? Esto lo estrecharÃ*a hacia abajo en cuanto a si era la barra de
herramientas que ha fallado, o los iones.

(from http://ets.freetranslation.com)

"fernando" wrote:
Hola grupo, antes que nada gracias. ¿Porque no veo los iconos que asigne
mediante imagelist a una toolbar?Cuando estoy probando la aplicación en mi
ordenador no hay problema, pero cuando instalo la aplicación en otro
ordenador anda perfecta pero no me muestra los iconos que tienen asignados
los botones de la barra.¿Se entiende? espero que si.Gracias

--
Fernando-AlmerÃ*a

Nov 16 '05 #2
Hi,

Use an ImageList for storing the images, it by default store the images as
resources in the .EXE
you can test it in your machine by renaming the folder where the images are
in.

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"fernando" <gs********@yahoo.es> wrote in message
news:ut**************@TK2MSFTNGP12.phx.gbl...
Hola grupo, antes que nada gracias. ¿Porque no veo los iconos que asigne
mediante imagelist a una toolbar?Cuando estoy probando la aplicación en mi
ordenador no hay problema, pero cuando instalo la aplicación en otro
ordenador anda perfecta pero no me muestra los iconos que tienen asignados
los botones de la barra.¿Se entiende? espero que si.Gracias

--
Fernando-Almería

Nov 16 '05 #3
muchas gracias bonj, ahora mismo lo pruebo.gracias

Fernando-Almería
"Bonj" <Bo**@discussions.microsoft.com> escribió en el mensaje
news:8B**********************************@microsof t.com...
¿Verifica que los Iconos se compilan realmente como recursos en la imagen de la aplicación, en comparación con ser cargado en el tiempo de ejecución de
archivos, posiblemente? Aconsejaría haciendo un proyecto de arreglo que crea un. instalador de msi y arreglo.exe que usted puede correr en la otra
computadora. ¿Si no trabaja eso, usted puede ver si usted puede demostrar sus imágenes por cualquier otros medios que la barra de herramientas, o si usted puede demostrar otros artículos que no son iconos en la barra de
herramientas? Esto lo estrecharía hacia abajo en cuanto a si era la barra de herramientas que ha fallado, o los iones.

(from http://ets.freetranslation.com)

"fernando" wrote:
Hola grupo, antes que nada gracias. ¿Porque no veo los iconos que asigne
mediante imagelist a una toolbar?Cuando estoy probando la aplicación en mi ordenador no hay problema, pero cuando instalo la aplicación en otro
ordenador anda perfecta pero no me muestra los iconos que tienen asignados los botones de la barra.¿Se entiende? espero que si.Gracias

--
Fernando-Almería

Nov 16 '05 #4
thank you,

Fernando-Almería
"Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin AT dot.state.fl.us>
escribió en el mensaje news:uI**************@TK2MSFTNGP14.phx.gbl...
Hi,

Use an ImageList for storing the images, it by default store the images as
resources in the .EXE
you can test it in your machine by renaming the folder where the images are in.

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"fernando" <gs********@yahoo.es> wrote in message
news:ut**************@TK2MSFTNGP12.phx.gbl...
Hola grupo, antes que nada gracias. ¿Porque no veo los iconos que asigne
mediante imagelist a una toolbar?Cuando estoy probando la aplicación en mi ordenador no hay problema, pero cuando instalo la aplicación en otro
ordenador anda perfecta pero no me muestra los iconos que tienen asignados los botones de la barra.¿Se entiende? espero que si.Gracias

--
Fernando-Almería


Nov 16 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
6338
by: Tim Jarman | last post by:
Apologies in advance for the long post - I wanted to be sure I included all the relevant details. The answer is probably very, very simple. I am doing something stupid here, but I don't know what...
2
9422
by: Vic | last post by:
I am trying to change an icon associated with my application's main form and the application itself. 1. I selected my main form in IDE "Solution" tab and went to "Properties" window. 2. I found...
4
3711
by: Terry | last post by:
There are a number of things about using unmanaged resources in Windows Forms programming that is unclear to me. In C++, if you loaded an icon resource using "ExtractIcon()", the resource was...
8
2263
by: Adrian | last post by:
How do I put an icon on a form using code? Thank you.
2
1013
by: JR | last post by:
Hi, I want to change the icon for my program. i have modyfied the properties ==> build ==> aplication icon but when i open explorer its shows always a stupid icon
5
3148
by: IcingDeath via DotNetMonster.com | last post by:
I am building this SQL Server database app in which i can store files. In order to display files I want to have the app show the associated icon for the extension of the file that is in the...
3
2835
by: Nina | last post by:
Hi there, I assigned icon for a window's form using form's Icon property at design time. Now I want to change the icon. I tried to replace the old icon with the new icon using form's Icon...
2
3824
by: laredotornado | last post by:
Using PHP 4 and a custom icon (.ico) file, how could I create a file users download to their machine such that clicking on it launches their default web browser with a particular URL? Thanks for...
2
1166
by: JR | last post by:
Hi, I maked some controls into a DLL the work fine Now I want to add a icon for each control. i converted the icons into bmp I added the line <ToolboxBitmap(GetType(ctrl_DigiKlok),...
2
4776
by: giddy | last post by:
hi, I have a listview on a form, the View is set to Tile. I also have an image list tied to the *smallImageList property, i have one image in the image list, its a png : 32X32 When i do...
0
7119
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6989
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7195
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7367
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4889
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3088
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1400
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
644
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
285
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.