Click here to Skip to main content
15,914,780 members
Home / Discussions / C#
   

C#

 
AnswerRe: Read GUID Pin
jschell4-Aug-12 7:22
jschell4-Aug-12 7:22 
QuestionPaypal for desktop application Pin
sharmaravi1232-Aug-12 19:55
sharmaravi1232-Aug-12 19:55 
AnswerRe: Paypal for desktop application Pin
Mycroft Holmes2-Aug-12 20:17
professionalMycroft Holmes2-Aug-12 20:17 
AnswerRe: Paypal for desktop application Pin
jschell4-Aug-12 7:25
jschell4-Aug-12 7:25 
GeneralRe: Paypal for desktop application Pin
sharmaravi1239-Aug-12 0:40
sharmaravi1239-Aug-12 0:40 
GeneralRe: Paypal for desktop application Pin
jschell10-Aug-12 12:15
jschell10-Aug-12 12:15 
QuestionHow to write and move text on image Pin
Member 37694462-Aug-12 16:46
Member 37694462-Aug-12 16:46 
GeneralRe: How to write and move text on image Pin
Eddy Vluggen2-Aug-12 20:49
professionalEddy Vluggen2-Aug-12 20:49 
Easily made; start out with a UserControl, that's your container where all other stuff is dropped in. Next, if the user needs a circle, create a circle-control and put it in the container. If the user needs a text, put the text on a label and put it in the container. Having them all in controls means that the user can manipulate them, and that the parts are nicely layered. Otherwise, It'd be hard to remove a line if it actually crosses the circle Smile | :)

Undo and redo are a different pattern, we'll look into that once this part is solved. If you want to look ahead anyway, Google for "Memento pattern".


--edit
Member 3769446 wrote:
I need a image control, it should implement as below:

I assumed that you would be doing the implementation part Smile | :)
Bastard Programmer from Hell Suspicious | :suss:
if you can't read my code, try converting it here[^]

AnswerRe: How to write and move text on image Pin
BillWoodruff4-Aug-12 5:11
professionalBillWoodruff4-Aug-12 5:11 
Questionsql table change notifications Pin
HimalR82-Aug-12 4:28
HimalR82-Aug-12 4:28 
AnswerRe: sql table change notifications Pin
BobJanova2-Aug-12 4:40
BobJanova2-Aug-12 4:40 
QuestionFinding value in a list Pin
Nathaniel Sumaya1-Aug-12 23:33
Nathaniel Sumaya1-Aug-12 23:33 
AnswerRe: Finding value in a list PinPopular
Ed Hill _5_1-Aug-12 23:44
Ed Hill _5_1-Aug-12 23:44 
AnswerRe: Finding value in a list Pin
AmitGajjar2-Aug-12 2:42
professionalAmitGajjar2-Aug-12 2:42 
GeneralRe: Finding value in a list Pin
Ed Hill _5_2-Aug-12 3:26
Ed Hill _5_2-Aug-12 3:26 
GeneralRe: Finding value in a list Pin
BobJanova2-Aug-12 4:29
BobJanova2-Aug-12 4:29 
AnswerRe: Finding value in a list Pin
Ramesh Muthiah3-Aug-12 0:47
Ramesh Muthiah3-Aug-12 0:47 
GeneralRe: Finding value in a list Pin
Ed Hill _5_3-Aug-12 0:59
Ed Hill _5_3-Aug-12 0:59 
AnswerRe: Finding value in a list Pin
Christian Amado6-Aug-12 10:39
professionalChristian Amado6-Aug-12 10:39 
Questionsetting the source of a bitmap image in C# Pin
Xarzu1-Aug-12 18:39
Xarzu1-Aug-12 18:39 
AnswerRe: setting the source of a bitmap image in C# Pin
Eddy Vluggen1-Aug-12 22:10
professionalEddy Vluggen1-Aug-12 22:10 
GeneralRe: setting the source of a bitmap image in C# Pin
Xarzu6-Aug-12 6:40
Xarzu6-Aug-12 6:40 
Generalhi Chris Maunder Pin
mohammad-mirshahi1-Aug-12 9:43
mohammad-mirshahi1-Aug-12 9:43 
GeneralRe: hi Chris Maunder Pin
Pete O'Hanlon1-Aug-12 9:46
mvePete O'Hanlon1-Aug-12 9:46 
QuestionSetDate of system from inside of our program Pin
Fred 341-Aug-12 4:15
Fred 341-Aug-12 4:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.