blah blah blah is here! blah blah » Close

0
votes
1 answers

Datagridview image problem

Hey, I'm trying to create a datagridview that contains an image column inside of it but I can't seem to get it right. I'm getting the datagridview data source from a list and I was wondering how I would get the list image property to ...

0
votes
0 answers

Converting ASP.net to C# gridview

Hey, I'm new to C# and I was wondering how I could convert a templatefield in ASP.net gridview to C#. I'm trying to make a gridview which gets its data from a list and I was trying to make the column a DataGridViewImageColumn but for ...

0
votes
1 answers

Insert Blob image into oracle 9i d/b table either (c#)using odp.net or oracleClient

Hi All, Can sumone help me resloving this issue....... i get a ORA 00936- missing expression error while inserting image(Blob) into Oracle 9i table. I hv odp.net installed on the client machine. i have a table in Oracle 9i d/b. Tabl ...

0
votes
1 answers

Get Picturebox Image path and filename

I have a number of Pictureboxes with images(png) in an app. How do I get the full path and filename of the image that is in the Picturebox through the click event. The images may be in the project bin or Resources section. Thanks

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
156

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