blah blah blah is here! blah blah » Close

0
votes
1 answers

Transparency problem

Hi, I have an PictureBox with a transparent image, icon like. When the PictureBox appears for the first time, the picture is ok. Simple object in it, around it all transparent. But when I drag the PictureBox onto another I can se ...

0
votes
1 answers

How do I load an image into the System.Drawing.Image class?

How do I load an image from a file, into an instance of the System.Drawing.Image class?

0
votes
0 answers

Image editing

Hi, I need to have a window with an image that can be edited as such: i should be able to draw basic objects like lines, boxes etc. i should be able to drop image object on that image. and then be able to save that image So, tha ...

0
votes
1 answers

How can I retrieve image from database, and load it inside a PictureBox in a Winform?

Say I have stored images in a field called Picture, in a database called productcatalog, and from table Products, I want to retrieve those images and put them in a PictureBox in a Winform. I tried with below code, but it is not able to w ...

1
votes
0 answers

Display Image from a Datbase

sanjib
226

How can I display an Image in an ASP.NET page that I saved in a database? Which prperty of Image control can I use? In the winform I've tested the below code and succesfully retrieve picture in a pictureBox. But I guess this might not be ...

0
votes
1 answers

C# Rotate Image

Hello, is it possible to rotate an image in a console application? So basicly write some sort of tool where I can write the directory (ie: C:\my_pictures) and then the tool loops trough all .jpg files in the directory and rotates them 9 ...

0
votes
3 answers

Images in C#

Hello I have a problem and not sure how to fix it. I've created an inventory application using C#.net A user is able to pull up a part with info and with a picture of that part. I load the picture into a picturebox using the code.... ...

0
votes
2 answers

Custom User Controls on Windows Form

Hi, Is there anyone to guide my how to draw a user control on windows form to display code generated images such as rectangle, circle or triangle.

0
votes
0 answers

Image distorted

I am implementing a visual studio application in c#. It runs almost perfectly. The problem is that when I execute the prooject, I get the exact output required- But when I minimize and expand the window, the source image is distorted, altho ...

Feedback