Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~871 People Reached
Favorite Forums
Favorite Tags
Member Avatar for ITStrawberry

Hello guys, Can someone help me? I have a scanned document in my system. It's a tiff file. You will see below the code i have written. The problem is that i get an error message. The message is like this "A Graphics object cannot be created from an image …

Member Avatar for codeorder
0
133
Member Avatar for ITStrawberry

This is my code. When i use an image that is a jpeg format it works. But when i use a tif format it gives me a warning like "A graphics object cannot be created from an image that has an indexed pixel format" when i run it with a …

Member Avatar for Momerath
0
108
Member Avatar for ITStrawberry

I have a picturebox. There i am showing an image. Now i want to draw a rectangle in that picturebox and get the position of the rectangle. So i can crop an image. this i can do already. Only need the position of the rectangle. Can anybody help me?

Member Avatar for Software guy
0
140
Member Avatar for ITStrawberry

Hi, I have this code. I need to draw a rectangle but i can't get it drawn onto the screen. Can anybode help me? using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial class Form1 : Form { …

Member Avatar for farooqaaa
0
204
Member Avatar for ITStrawberry

Hello guys, I have a question. In one form i have a treeview. I get the value by doing treeview.selectednode.text; But in the same project i have another form. I want to send the value of the selectednode to the other form. How can i do this?

Member Avatar for Geekitygeek
0
104
Member Avatar for ITStrawberry

Guys i have a main form. When this one is loaded it first has to show another form. So there opens a new form and the main form is hided. How can I do this?

Member Avatar for Geekitygeek
0
85
Member Avatar for ITStrawberry

I have a picture uploaded in the picturebox in c#. What i need to do is to draw a rectangle into this picture and cut the part of image that's in the rectangle and show it next to the image box and then save it with a submit button. Can …

Member Avatar for farooqaaa
0
97