Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

First of all - I need my project to be in WPF .. and it's my first one.
(I mostly develop web systems)

I have a form with a grid in it, that split the window to 2 rows / 1 column.
On the second row I added a canvan with a background image that display several items and there's a barcode below each item.

When a user (from group "a") search a barcode on the image, it suppose to be marked, so as a start, other group of users ("manager" group) need to set the image details and this is the part I'm having problem with

what I need to do is that:

The user that opens the window, suppose to be able to create a rectangle that marks a barcode of an item.
He also suppose to be able to change the width/height of the rectangle.
After he finishs, by clicking a button I want to save the relative position of the rectangle on the window - it must be a relative position, since the user (from group "a") can change later the window height/width and the rectangle needs to stay at the same place on the image...

Can anyone give me a start point or any kind of help?
Posted

1 solution

It sound very much like something I have done before:
WPF-Drawing Canvas Control[^]
 
Share this answer
 
Comments
danait25 17-Apr-13 8:37am    
well, it's definitely a start :)
I'll try that.
by the way, do you know how can I make the point blink (I'm talking about the "point with text") ?
thanx!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900