blah blah blah is here! blah blah » Close

0
votes
0 answers

asp.net menu using background image

i wanna create a menu control using asp.net. using css and which will accept background image on default and on hover.plz help me. thanks in advance.

0
votes
0 answers

Displaying pictures in popup windows using threads

I have a program that fetches images from a folder and displays them in a pop-up window. The problem is that if there a few images in the folder the program doesn't respond until all images are done. I would like to use threads so that I ca ...

0
votes
0 answers

insert values in database in image format from double format

how to insert values in a database attribute in image format from double format in a program. trying to add peak data double(X, Y)in a table.

1
votes
4 answers

Reduce image size

Hi, I'm writing a c# application which will store images (jpeg, png, bmp) in db. The problem is the image size. I want to reduce the size (KB) without reducing image size (dimensions). I do not care about resolution since it's gonna be a ...

0
votes
1 answers

Image to text conversion

[b]Hey, I have a problem regarding image to text conversion. I m extracting all the colors from the image and storing them into a text file, for the same i m using GETPIXEL() ,as it returns RGB values. Now when i do this the processing tim ...

0
votes
2 answers

C# read image from spreadsheet, right?

C# source: 01 private void btnRun_Click(object sender, System.EventArgs e) 02 { 03 Workbook workbook = new Workbook(); 04 workbook.LoadFromFile(@"..\..\..\..\..\..\Data\ImageSample.xls"); 05 Worksheet sheet = wo ...

0
votes
1 answers

Cropping an image with C#

I found a cropping program from the web. I tried to play with it but I think I'm missing something. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.T ...

0
votes
6 answers

How to save an image on WindowsFormApplication?

This is my code but I'm having a problem saving my image. I can't seem to locate my file saved. Can anyone please help me? I've tried other forums but to no avail :( using System; using System.Collections.Generic; using System.Componen ...

1
votes
4 answers

Save panel as image

Hello, Short and simple question: [b]How to save the drawing (contents) on a panel as an image?[/b] Thanks in advance! Best regards, Sam

0
votes
1 answers

"copy" the captcha image

Hi, I´m creating a windows forms program that is used for creating accounts online on a few different websites. Everything is working fine exept the captcha code of course. Now please don't misunderstand me, I'm not out to spam pag ...

0
votes
0 answers

C#, change color of mouse selected area outside form

Hello, Im using LowLevelMouseProc to capture the mouse outside the form. If I hold the left mouse button and i move the pointer on the desktop, a shaded area appears. the color varies according to windows options. is there a way to prog ...

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

Feedback