473,324 Members | 1,678 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

putting image to Application Settings

Hi All,

Please help me.
How to put image to Application Settings.
What kind ok type can i use for image in application settings Type Col.

Thanks,
Cyber Clone

--
Message posted via http://www.dotnetmonster.com

Aug 14 '06 #1
2 1827
Hi,

Using VS.NET 2005?

Use an embedded resource instead. Go to the Resources tab instead of the Settings tab and add the image from there. If you don't
already have a default resource file created click the link and one will be created for you. Select "Images" for the type of
resource (from the drop-down above) and then add an existing resource (from the adjacent drop-down). You can access the resource
from your program using the following code:

Bitmap image = Properties.Resources.MyJPGImage;

--
Dave Sexton

"cyberclone via DotNetMonster.com" <u5716@uwewrote in message news:64bd694930a09@uwe...
Hi All,

Please help me.
How to put image to Application Settings.
What kind ok type can i use for image in application settings Type Col.

Thanks,
Cyber Clone

--
Message posted via http://www.dotnetmonster.com

Aug 14 '06 #2
Thanks for your suggestion, Dave Sexton

Cyber Clone

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...sharp/200608/1

Aug 15 '06 #3

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

Similar topics

4
by: Eric Kincl | last post by:
Hello, its been a while since I posted/looked here... my normal email client doesn't handle newsgroups :( (ximian evolution) I was wondering how you stick a file into a database, and then...
2
by: jubes | last post by:
Hi, I've been developing an intranet application that uses IE 5.5 and have come across a problem, well sort of. Since the application uses frames I use an array of Image objects to cache the...
0
by: Daniel Sibarani | last post by:
I'm using Win.2003 Server to store aspnet application that uses Crystal Report as its reporting. Since the website is using Impersonation; <identity impersonate="true" userName="domain\username"...
6
by: Mark Denardo | last post by:
I created a Web Image "<asp:Image ID="Image1" ..." that my code behind set to a certain image file say image1.jpg =Image1.ImageUrl = "<rel_path>/image1.jpg"; which set the image ok, but then I...
0
by: dlamar | last post by:
I'm using VB.NET with 2.0 - I have a number of PictureBoxes in my application - all of which use a context menu to change the associated Image to one of 5 options. I need to maintain the state of...
3
by: Albert | last post by:
Hello, I'm creating an windows application that has a picture box on it. When you run the program, it'll have the image i put in the properties box when I was coding. Say after two seconds,...
1
rickvidallon
by: rickvidallon | last post by:
I have a .Net application written in C# where members may upload their photos and have them displayed on our website. We are trying to maintain the best quality using best settings in .Net for this....
0
by: drawing in aspnet | last post by:
Question about putting the data layer in a separate class library. I keep reading that the data layer should be separated from the presentation layer and put in its own class library. I am...
5
parshupooja
by: parshupooja | last post by:
Hey All, I m using asp.net I have image control on page and I want to load image in it but image does not resides in root of application instead it is on C drive. This is the path ...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.