Click here to Skip to main content
15,921,279 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Setup tool Pin
blackjack21507-Jan-09 2:20
blackjack21507-Jan-09 2:20 
GeneralRe: Setup tool Pin
DaveyM697-Jan-09 2:23
professionalDaveyM697-Jan-09 2:23 
AnswerRe: Setup tool Pin
DaveyM697-Jan-09 2:21
professionalDaveyM697-Jan-09 2:21 
AnswerRe: Setup tool Pin
carbon_golem7-Jan-09 2:44
carbon_golem7-Jan-09 2:44 
QuestionLimiting the size of log file Pin
eyalbi0077-Jan-09 1:20
eyalbi0077-Jan-09 1:20 
AnswerRe: Limiting the size of log file Pin
Giorgi Dalakishvili7-Jan-09 1:33
mentorGiorgi Dalakishvili7-Jan-09 1:33 
GeneralRe: Limiting the size of log file Pin
#realJSOP7-Jan-09 2:27
professional#realJSOP7-Jan-09 2:27 
GeneralRe: Limiting the size of log file [modified] Pin
blackjack21507-Jan-09 2:49
blackjack21507-Jan-09 2:49 
AnswerRe: Limiting the size of log file Pin
Dragonfly_Lee7-Jan-09 2:01
Dragonfly_Lee7-Jan-09 2:01 

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.