Click here to Skip to main content
15,885,985 members
Home / Discussions / C#
   

C#

 
AnswerRe: Help me about OCR Pin
Mycroft Holmes25-May-09 17:52
professionalMycroft Holmes25-May-09 17:52 
AnswerRe: Help me about OCR Pin
Dave Kreskowiak25-May-09 18:01
mveDave Kreskowiak25-May-09 18:01 
QuestionRe: Help me about OCR Pin
Phoiphapham27-May-09 18:26
Phoiphapham27-May-09 18:26 
AnswerRe: Help me about OCR Pin
Dave Kreskowiak28-May-09 2:03
mveDave Kreskowiak28-May-09 2:03 
AnswerRe: Help me about OCR Pin
Christian Graus25-May-09 18:29
protectorChristian Graus25-May-09 18:29 
GeneralRe: Help me about OCR Pin
Phoiphapham27-May-09 18:29
Phoiphapham27-May-09 18:29 
QuestionCut, Copy Paste TreeNodes Pin
Rafone25-May-09 14:35
Rafone25-May-09 14:35 
AnswerRe: Cut, Copy Paste TreeNodes Pin
Mycroft Holmes25-May-09 15:57
professionalMycroft Holmes25-May-09 15:57 
Rafone wrote:
^C to cut, ^V

yep, that's VB for you. Instead of implementing a context menu they use sendkey - probably left over from a VB6 implementation.

Use a context menu on the treeview
Cut - copy node to a holding variable and delete from the tree
Copy - sames as cut without the delete
Paste - copy the node from the holding variable to the selectred node


Never underestimate the power of human stupidity
RAH

GeneralRe: Cut, Copy Paste TreeNodes Pin
Rafone26-May-09 2:47
Rafone26-May-09 2:47 
Questionanybody knows Tools for veiw problems with final code Pin
DVD_RR25-May-09 13:29
DVD_RR25-May-09 13:29 
QuestionSubscribe to event on all instances in array Pin
DaveyM6925-May-09 12:58
professionalDaveyM6925-May-09 12:58 
AnswerRe: Subscribe to event on all instances in array Pin
N a v a n e e t h25-May-09 17:29
N a v a n e e t h25-May-09 17:29 
GeneralRe: Subscribe to event on all instances in array Pin
DaveyM6925-May-09 23:03
professionalDaveyM6925-May-09 23:03 
QuestionTo stop keys Pin
ammoti25-May-09 11:51
ammoti25-May-09 11:51 
AnswerRe: To stop keys Pin
_Maxxx_25-May-09 12:12
professional_Maxxx_25-May-09 12:12 
AnswerRe: To stop keys Pin
EliottA25-May-09 12:14
EliottA25-May-09 12:14 
GeneralRe: To stop keys Pin
ammoti25-May-09 12:23
ammoti25-May-09 12:23 
GeneralRe: To stop keys Pin
EliottA25-May-09 12:38
EliottA25-May-09 12:38 
GeneralRe: To stop keys Pin
ammoti25-May-09 12:51
ammoti25-May-09 12:51 
GeneralRe: To stop keys Pin
EliottA25-May-09 12:51
EliottA25-May-09 12:51 
GeneralRe: To stop keys Pin
Dave Kreskowiak25-May-09 14:42
mveDave Kreskowiak25-May-09 14:42 
QuestionLooking for help getting started... Pin
Are Jay25-May-09 11:50
Are Jay25-May-09 11:50 
AnswerRe: Looking for help getting started... Pin
_Maxxx_25-May-09 12:14
professional_Maxxx_25-May-09 12:14 
GeneralRe: Looking for help getting started... Pin
Are Jay25-May-09 14:34
Are Jay25-May-09 14:34 
GeneralRe: Looking for help getting started... Pin
Dave Kreskowiak25-May-09 14:40
mveDave Kreskowiak25-May-09 14:40 

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.