Hi,
I have a WinXPSP2, P4 3.2GHZ, 1GIG RAM on my dev machine using VS2005
VB.NET. I did the following procedure:
1. Added 82 icons (128x128 in size & 32bit Depth) in an imagelist
control
2. Save the project
3. Complied the project (successful)
4. Closed the project
5. Opened the project
6. VS2005 having a hard time loading the "Designer" view of the form
with the imagelist control
7. All of sudden VS2005 displays a lot of "Warnings" error, the 1st one
being "Out of Memory".
Why does this happen?
Thanks,
Henry :) 6 2906
Henry,
I don't know the answer, but the simplest way to try it to do the same again
with an empty project.
That is what I would do, it is not much work and than you know that it was
sure the reason of your error.
Cor
<he***********@gmail.com> schreef in bericht
news:11*********************@b68g2000cwa.googlegro ups.com... Hi, I have a WinXPSP2, P4 3.2GHZ, 1GIG RAM on my dev machine using VS2005 VB.NET. I did the following procedure:
1. Added 82 icons (128x128 in size & 32bit Depth) in an imagelist control 2. Save the project 3. Complied the project (successful) 4. Closed the project 5. Opened the project 6. VS2005 having a hard time loading the "Designer" view of the form with the imagelist control 7. All of sudden VS2005 displays a lot of "Warnings" error, the 1st one being "Out of Memory".
Why does this happen?
Thanks, Henry :)
On 25 Jun 2006 04:45:32 -0700, he***********@gmail.com wrote: Hi, I have a WinXPSP2, P4 3.2GHZ, 1GIG RAM on my dev machine using VS2005 VB.NET. I did the following procedure:
1. Added 82 icons (128x128 in size & 32bit Depth) in an imagelist control 2. Save the project 3. Complied the project (successful) 4. Closed the project 5. Opened the project 6. VS2005 having a hard time loading the "Designer" view of the form with the imagelist control 7. All of sudden VS2005 displays a lot of "Warnings" error, the 1st one being "Out of Memory".
Why does this happen?
Thanks, Henry :)
The ImageList Control was buggy in VS2003 and apparently still is in
VS2005. There was a particular known bug in a beta version of VS2005
regarding the implimentation of 32 bit icons in the ImageList under
Visual Styles. Supposedly fixed in the VS2005 release, but there are
apparently still issues as your problem has been reported by others. I
have had problems, here, with that control, but find that using the
ImageList Class rather than the component seems to work OK.
Gene
Hi Cor,
Yup, that's what exactly what I did, new project, first save, close,
open was okay, then 2nd and 3rd save, close, open resulted to out of
memory. I have yet to see something in MSDN or KBS on this matter.
Thanks though!!
Regards,
Henry :)
Cor Ligthert [MVP] wrote: Henry,
I don't know the answer, but the simplest way to try it to do the same again with an empty project.
That is what I would do, it is not much work and than you know that it was sure the reason of your error.
Cor
<he***********@gmail.com> schreef in bericht news:11*********************@b68g2000cwa.googlegro ups.com... Hi, I have a WinXPSP2, P4 3.2GHZ, 1GIG RAM on my dev machine using VS2005 VB.NET. I did the following procedure:
1. Added 82 icons (128x128 in size & 32bit Depth) in an imagelist control 2. Save the project 3. Complied the project (successful) 4. Closed the project 5. Opened the project 6. VS2005 having a hard time loading the "Designer" view of the form with the imagelist control 7. All of sudden VS2005 displays a lot of "Warnings" error, the 1st one being "Out of Memory".
Why does this happen?
Thanks, Henry :)
Hi Gene,
My goal is to embed all icons in the application, so that
distributing the app wont result to multiple icons in a folder.
Can I achieve this by using/programming with the Imagelist Class,
rather than using the component?
Thanks,
Henry :)
gene kelley wrote: On 25 Jun 2006 04:45:32 -0700, he***********@gmail.com wrote:
Hi, I have a WinXPSP2, P4 3.2GHZ, 1GIG RAM on my dev machine using VS2005 VB.NET. I did the following procedure:
1. Added 82 icons (128x128 in size & 32bit Depth) in an imagelist control 2. Save the project 3. Complied the project (successful) 4. Closed the project 5. Opened the project 6. VS2005 having a hard time loading the "Designer" view of the form with the imagelist control 7. All of sudden VS2005 displays a lot of "Warnings" error, the 1st one being "Out of Memory".
Why does this happen?
Thanks, Henry :)
The ImageList Control was buggy in VS2003 and apparently still is in VS2005. There was a particular known bug in a beta version of VS2005 regarding the implimentation of 32 bit icons in the ImageList under Visual Styles. Supposedly fixed in the VS2005 release, but there are apparently still issues as your problem has been reported by others. I have had problems, here, with that control, but find that using the ImageList Class rather than the component seems to work OK.
Gene
On 25 Jun 2006 20:16:45 -0700, he***********@gmail.com wrote: Hi Gene, My goal is to embed all icons in the application, so that distributing the app wont result to multiple icons in a folder.
Can I achieve this by using/programming with the Imagelist Class, rather than using the component?
Icons etc can always be embedded as a resource.
Are you actually in need of ImageList funtionality, or was that just a
means of storage?
The last app I worked on used a ImageList Class for a TreeView
control. The ImageList icons are loaded from resources. Other icons in
the app are loaded directly as a resource. There was also a folder
with 60 icons. Depending on the results of a XML feed, one of those
60 icons is loaded directly into the app. I have had to problems with
distibuting and using a Folder for icons.
Gene
Thanks, Henry :)
gene kelley wrote: On 25 Jun 2006 04:45:32 -0700, he***********@gmail.com wrote:
>Hi, > I have a WinXPSP2, P4 3.2GHZ, 1GIG RAM on my dev machine using VS2005 >VB.NET. I did the following procedure: > >1. Added 82 icons (128x128 in size & 32bit Depth) in an imagelist >control >2. Save the project >3. Complied the project (successful) >4. Closed the project >5. Opened the project >6. VS2005 having a hard time loading the "Designer" view of the form >with the imagelist control >7. All of sudden VS2005 displays a lot of "Warnings" error, the 1st one >being "Out of Memory". > >Why does this happen? > >Thanks, >Henry :)
The ImageList Control was buggy in VS2003 and apparently still is in VS2005. There was a particular known bug in a beta version of VS2005 regarding the implimentation of 32 bit icons in the ImageList under Visual Styles. Supposedly fixed in the VS2005 release, but there are apparently still issues as your problem has been reported by others. I have had problems, here, with that control, but find that using the ImageList Class rather than the component seems to work OK.
Gene
Hi Gene,
Yup, actually just as storage so just to have one application file
with everything embeded in it :)
Thanks,
Henry :)
gene kelley wrote: On 25 Jun 2006 20:16:45 -0700, he***********@gmail.com wrote:
Hi Gene, My goal is to embed all icons in the application, so that distributing the app wont result to multiple icons in a folder.
Can I achieve this by using/programming with the Imagelist Class, rather than using the component?
Icons etc can always be embedded as a resource. Are you actually in need of ImageList funtionality, or was that just a means of storage?
The last app I worked on used a ImageList Class for a TreeView control. The ImageList icons are loaded from resources. Other icons in the app are loaded directly as a resource. There was also a folder with 60 icons. Depending on the results of a XML feed, one of those 60 icons is loaded directly into the app. I have had to problems with distibuting and using a Folder for icons.
Gene Thanks, Henry :)
gene kelley wrote: On 25 Jun 2006 04:45:32 -0700, he***********@gmail.com wrote:
>Hi, > I have a WinXPSP2, P4 3.2GHZ, 1GIG RAM on my dev machine using VS2005 >VB.NET. I did the following procedure: > >1. Added 82 icons (128x128 in size & 32bit Depth) in an imagelist >control >2. Save the project >3. Complied the project (successful) >4. Closed the project >5. Opened the project >6. VS2005 having a hard time loading the "Designer" view of the form >with the imagelist control >7. All of sudden VS2005 displays a lot of "Warnings" error, the 1st one >being "Out of Memory". > >Why does this happen? > >Thanks, >Henry :)
The ImageList Control was buggy in VS2003 and apparently still is in VS2005. There was a particular known bug in a beta version of VS2005 regarding the implimentation of 32 bit icons in the ImageList under Visual Styles. Supposedly fixed in the VS2005 release, but there are apparently still issues as your problem has been reported by others. I have had problems, here, with that control, but find that using the ImageList Class rather than the component seems to work OK.
Gene This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: qushui_chen |
last post by:
How can i let ImageList control contain Image in use show the Image really
size.
I see the ImageList have set ex:Size(255,255);
|
by: Dave Harris |
last post by:
We have a piece of code located in an unmanged C++
function that is currently bleeding a GDI each time it is
run. We have tried numerous things,...
|
by: Bruno Zarokian |
last post by:
Is it possible to put RGBA bitmaps in an ImageList with the designer ?
I'm trying to put some PNG bitmaps with alpha in an ImageList with the...
|
by: Sanjeeva Reddy |
last post by:
hai Anti Keskinen,
i have used
the following code MyListView->LargeImageList->ImageSize = gcnew
System::Drawing::Size(100,
100); // Sets large...
|
by: copyco |
last post by:
I've got an application where I have an animated image in a picturebox.
A timer event changes the image by assigning an image from an
imagelist to...
|
by: Chris Putnam |
last post by:
I am working on an application that includes a feature where a
directory is spidered and thumbnails are displayed. I have it pretty
much down, but...
|
by: Stephen Costanzo |
last post by:
In the code below I receive an exception error because the target file is being used by another process. I know this to be false because the target...
|
by: Michael Maes |
last post by:
Hi,
We have been using ImageLists in our Projects extensively.
Many forms have two ILs with nearly 900 bmp's each.
They are configured: 32Bit,...
|
by: =?Utf-8?B?S2VuTg==?= |
last post by:
We're using a System.Windows.Forms.ImageList to store a bunch of Images that
I've loaded, and rendering each image in the ImageList during a draw...
|
by: tammygombez |
last post by:
Hey fellow JavaFX developers,
I'm currently working on a project that involves using a ComboBox in JavaFX, and I've run into a bit of an issue....
|
by: tammygombez |
last post by:
Hey everyone!
I've been researching gaming laptops lately, and I must say, they can get pretty expensive. However, I've come across some great...
|
by: concettolabs |
last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
|
by: better678 |
last post by:
Question:
Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct?
Answer:
Java is an object-oriented...
|
by: teenabhardwaj |
last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
|
by: CD Tom |
last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
|
by: jalbright99669 |
last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
|
by: antdb |
last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine
In the overall architecture, a new "hyper-convergence" concept was...
|
by: Matthew3360 |
last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
| |