blah blah blah is here! blah blah » Close

0
votes
0 answers

importing an image into a form from online

Im from python, never used visualstudio or C# before, so excuse my noobness... Im trying to create a simple application, on my form, i have a text box for a zipcode and a button that says "go!" In the center of the form, i have ...

1
votes
0 answers

I want a picturebox in Visual Studio C# to be blank at the start

I am looking on how to control the picturebox in visual studio, I want the picturebox to be blank at the start of the application, depending on conditions display 1 of 2 images that are .jpg Be grateful for any help!

0
votes
0 answers

Best approach for localized controls using images

betpet
208

I've been asked to implement localization in my application. I have done this quite successfully. The problem I now have is that I have now been asked to implement images as some kind of universal language. For example, if the local lang ...

0
votes
2 answers

How to create a Class to display Images?

sanjib
226

I want to create a DirectoryItems class like this: [code] class DirectoryItems { private string[] Filearray; //to get the extensions like "jpeg", "gif", ''png" etc public DirectoryItems(string FilePath ...

1
votes
3 answers

saving images in microsoft access db

Arek
15

Hello All, I've created an Inventory database, and now I've been asked to add images. The Inventory application is written in C#.net and I'm using an Access database. My problem is, that I don't know how to accomplish this. Can so ...

Feedback