Click here to Skip to main content
15,925,444 members
Home / Discussions / C#
   

C#

 
Questionabout saliency extraction Pin
yogesh_deshmukh7-Jan-09 2:51
yogesh_deshmukh7-Jan-09 2:51 
AnswerRe: about saliency extraction Pin
Eddy Vluggen7-Jan-09 4:41
professionalEddy Vluggen7-Jan-09 4:41 
GeneralRe: about saliency extraction Pin
yogesh_deshmukh7-Jan-09 19:39
yogesh_deshmukh7-Jan-09 19:39 
GeneralRe: about saliency extraction Pin
Eddy Vluggen8-Jan-09 0:24
professionalEddy Vluggen8-Jan-09 0:24 
GeneralRe: about saliency extraction Pin
yogesh_deshmukh9-Jan-09 2:05
yogesh_deshmukh9-Jan-09 2:05 
GeneralRe: about saliency extraction Pin
Eddy Vluggen9-Jan-09 2:18
professionalEddy Vluggen9-Jan-09 2:18 
GeneralRe: about saliency extraction Pin
yogesh_deshmukh9-Jan-09 19:37
yogesh_deshmukh9-Jan-09 19:37 
GeneralRe: about saliency extraction Pin
yogesh_deshmukh16-Jan-09 20:32
yogesh_deshmukh16-Jan-09 20:32 
GeneralRe: about saliency extraction Pin
Eddy Vluggen18-Jan-09 2:34
professionalEddy Vluggen18-Jan-09 2:34 
QuestionDisplay numbers in HEX - DataGridView? Pin
liqnit7-Jan-09 2:46
liqnit7-Jan-09 2:46 
AnswerRe: Display numbers in HEX - DataGridView? Pin
DaveyM697-Jan-09 2:58
professionalDaveyM697-Jan-09 2:58 
GeneralRe: Display numbers in HEX - DataGridView? Pin
liqnit7-Jan-09 3:30
liqnit7-Jan-09 3:30 
GeneralRe: Display numbers in HEX - DataGridView? Pin
DaveyM697-Jan-09 3:46
professionalDaveyM697-Jan-09 3:46 
GeneralRe: Display numbers in HEX - DataGridView? Pin
Dave Kreskowiak7-Jan-09 5:57
mveDave Kreskowiak7-Jan-09 5:57 
Questioncut,copy,paste a picturebox control in c#.net at runtime Pin
shabanab7-Jan-09 2:33
shabanab7-Jan-09 2:33 
RantDon't repost Pin
Eddy Vluggen7-Jan-09 2:38
professionalEddy Vluggen7-Jan-09 2:38 
AnswerRe: Don't repost Pin
Eddy Vluggen7-Jan-09 2:43
professionalEddy Vluggen7-Jan-09 2:43 
Now, as to answer the darned question;

A PictureBox is a place-holder for a picture, in the same way that a label is a placeholder for text. Both don't have the cut/copy/paste functions, because they aren't editable.

A Textbox is the placeholder for text that can be edited. There is no placeholder for editable pictures.

In other words, what is supposed to happen when you "cut" something from the PictureBox? Should it remove the entire picture, or just a selection thereof? The first "cut"-mechanism is easy to implement, as you just need to assign "null" to the image of the picturebox. The second "cut"-mechanism is harder to code.

What about "paste"? Do you want to insert a new picture in the picturebox, or do you want to combine the picture with what you are pasting?

I are troll Smile | :)

AnswerRe: cut,copy,paste a picturebox control in c#.net at runtime Pin
Not Active7-Jan-09 2:45
mentorNot Active7-Jan-09 2:45 
AnswerRe: cut,copy,paste a picturebox control in c#.net at runtime Pin
Dragonfly_Lee7-Jan-09 18:43
Dragonfly_Lee7-Jan-09 18:43 
QuestionReading Binary Database Pin
Muammar©7-Jan-09 2:21
Muammar©7-Jan-09 2:21 
AnswerRe: Reading Binary Database Pin
DaveyM697-Jan-09 2:26
professionalDaveyM697-Jan-09 2:26 
AnswerRe: Reading Binary Database Pin
Colin Angus Mackay7-Jan-09 2:30
Colin Angus Mackay7-Jan-09 2:30 
GeneralRe: Reading Binary Database Pin
Muammar©7-Jan-09 19:55
Muammar©7-Jan-09 19:55 
QuestionSetup tool Pin
blackjack21507-Jan-09 2:12
blackjack21507-Jan-09 2:12 
AnswerRe: Setup tool Pin
Colin Angus Mackay7-Jan-09 2:17
Colin Angus Mackay7-Jan-09 2:17 

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.