Click here to Skip to main content
15,902,634 members
Home / Discussions / C#
   

C#

 
AnswerRe: create a loadable dll from vs 2005 environment (instead of by using csc) Pin
Saqib Mehmood30-Jul-06 23:51
Saqib Mehmood30-Jul-06 23:51 
QuestionSending Image to C++ Pin
liqnit30-Jul-06 21:08
liqnit30-Jul-06 21:08 
AnswerRe: Sending Image to C++ Pin
stancrm30-Jul-06 23:08
stancrm30-Jul-06 23:08 
GeneralRe: Sending Image to C++ Pin
liqnit31-Jul-06 2:57
liqnit31-Jul-06 2:57 
QuestionIP Address Pin
AnjuV30-Jul-06 20:53
AnjuV30-Jul-06 20:53 
AnswerRe: IP Address Pin
coolestCoder30-Jul-06 22:16
coolestCoder30-Jul-06 22:16 
QuestionPlease help with datagrid Pin
k535430-Jul-06 19:13
k535430-Jul-06 19:13 
Questioncopy and paste text Pin
Kim061830-Jul-06 18:57
Kim061830-Jul-06 18:57 
Hi,

I am programmig an app with a few window forms and users can copy
text from controls(e.g. textBox) from one form to another by highlighting
the text and click the copy menuItem in the mainMenu (not using contextMenu coz there would be no problem by using contextMenu with the control)

The problem is, how can the app know which control the text is copied from when the user clicks the copy menuItem ? Do I need to register a control
highlight or ???? event to each control so the app can know which control is being highlighted with text ? But it seems quite tedious coz there are many textBoxes on each form and may affect the performance coz many event listeners are registerd. Any better solution ?

Thanks



AnswerRe: copy and paste text Pin
Saqib Mehmood30-Jul-06 20:41
Saqib Mehmood30-Jul-06 20:41 
GeneralRe: copy and paste text Pin
Kim061830-Jul-06 22:29
Kim061830-Jul-06 22:29 
GeneralRe: copy and paste text Pin
Saqib Mehmood30-Jul-06 23:24
Saqib Mehmood30-Jul-06 23:24 
AnswerRe: copy and paste text Pin
erfi31-Jul-06 22:09
erfi31-Jul-06 22:09 
AnswerRe: copy and paste text Pin
LongRange.Shooter31-Jul-06 5:39
LongRange.Shooter31-Jul-06 5:39 
Questiongenerate numbers Pin
skyeddie30-Jul-06 18:52
skyeddie30-Jul-06 18:52 
AnswerRe: generate numbers Pin
Guffa30-Jul-06 18:58
Guffa30-Jul-06 18:58 
GeneralRe: generate numbers Pin
skyeddie30-Jul-06 19:53
skyeddie30-Jul-06 19:53 
GeneralRe: generate numbers Pin
Guffa30-Jul-06 20:59
Guffa30-Jul-06 20:59 
GeneralRe: generate numbers Pin
LongRange.Shooter31-Jul-06 5:40
LongRange.Shooter31-Jul-06 5:40 
AnswerRe: generate numbers Pin
Vipin Venugopal30-Jul-06 20:09
Vipin Venugopal30-Jul-06 20:09 
GeneralRe: generate numbers Pin
skyeddie30-Jul-06 20:22
skyeddie30-Jul-06 20:22 
GeneralRe: generate numbers Pin
Vipin Venugopal30-Jul-06 20:31
Vipin Venugopal30-Jul-06 20:31 
GeneralRe: generate numbers Pin
skyeddie30-Jul-06 20:37
skyeddie30-Jul-06 20:37 
GeneralRe: generate numbers Pin
Vipin Venugopal30-Jul-06 21:04
Vipin Venugopal30-Jul-06 21:04 
GeneralRe: generate numbers Pin
skyeddie30-Jul-06 21:19
skyeddie30-Jul-06 21:19 
GeneralRe: generate numbers Pin
Vipin Venugopal30-Jul-06 22:36
Vipin Venugopal30-Jul-06 22:36 

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.