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

C#

 
AnswerRe: Stored Procedure Pin
Vasudevan Deepak Kumar23-Jun-06 2:04
Vasudevan Deepak Kumar23-Jun-06 2:04 
AnswerRe: Stored Procedure Pin
Mairaaj Khan23-Jun-06 2:30
professionalMairaaj Khan23-Jun-06 2:30 
Questioncut, copy, paste in the box. Pin
Mairaaj Khan23-Jun-06 1:51
professionalMairaaj Khan23-Jun-06 1:51 
AnswerRe: cut, copy, paste in the box. Pin
Vasudevan Deepak Kumar23-Jun-06 2:06
Vasudevan Deepak Kumar23-Jun-06 2:06 
GeneralRe: cut, copy, paste in the box. Pin
Mairaaj Khan23-Jun-06 2:24
professionalMairaaj Khan23-Jun-06 2:24 
AnswerRe: cut, copy, paste in the box. Pin
Paul Brower23-Jun-06 2:07
Paul Brower23-Jun-06 2:07 
GeneralRe: cut, copy, paste in the box. Pin
Mairaaj Khan23-Jun-06 2:26
professionalMairaaj Khan23-Jun-06 2:26 
AnswerRe: cut, copy, paste in the box. Pin
wasife23-Jun-06 2:35
wasife23-Jun-06 2:35 
Set the ContextMenu property of the textbox as follows:

<textbox object="">.ContextMenu=new ContextMenu();

Now the ContextMenu for that textbox that contains Cut,Copy,Paste will not appear(Indeed no ContextMenu for that TextBox will appear). Consequently no one could cut,copy,paste. If you have defined any Shortcuts for your TextBox for cut,copy,paste, then set the EnableShortCuts property to false too.

Regards,
Wasif Ehsan.
QuestionHow do I paint an 'inverted' selection rectangle? Pin
srev23-Jun-06 0:44
srev23-Jun-06 0:44 
AnswerRe: How do I paint an 'inverted' selection rectangle? Pin
Josh Smith23-Jun-06 4:19
Josh Smith23-Jun-06 4:19 
GeneralRe: How do I paint an 'inverted' selection rectangle? Pin
srev23-Jun-06 9:43
srev23-Jun-06 9:43 
AnswerRe: Using Centralized Database Pin
J4amieC22-Jun-06 23:40
J4amieC22-Jun-06 23:40 
AnswerRe: Hi All, Pin
Not Active23-Jun-06 2:23
mentorNot Active23-Jun-06 2:23 
QuestionAdd CSharp User Control To CDialogBar in VC++ Pin
scorpion_pgm8222-Jun-06 22:48
scorpion_pgm8222-Jun-06 22:48 
QuestionHow to get assembly version for a remote type? Pin
mav.northwind22-Jun-06 22:13
mav.northwind22-Jun-06 22:13 
AnswerRe: How to get assembly version for a remote type? Pin
leppie22-Jun-06 23:07
leppie22-Jun-06 23:07 
GeneralRe: How to get assembly version for a remote type? Pin
mav.northwind23-Jun-06 0:17
mav.northwind23-Jun-06 0:17 
GeneralRe: How to get assembly version for a remote type? Pin
Not Active23-Jun-06 3:47
mentorNot Active23-Jun-06 3:47 
GeneralRe: How to get assembly version for a remote type? Pin
mav.northwind23-Jun-06 6:21
mav.northwind23-Jun-06 6:21 
QuestionC# WMI Connection Pin
Shaps22-Jun-06 21:55
Shaps22-Jun-06 21:55 
AnswerRe: C# WMI Connection Pin
Mattias Olgerfelt7-Mar-07 1:24
Mattias Olgerfelt7-Mar-07 1:24 
QuestionPaint Event Handler [modified] Pin
printscreen1234522-Jun-06 21:38
printscreen1234522-Jun-06 21:38 
QuestionTreeView visible Pin
ytubis22-Jun-06 21:12
ytubis22-Jun-06 21:12 
QuestionDataGridView Problem? [modified] Pin
Jax_qqq22-Jun-06 19:53
Jax_qqq22-Jun-06 19:53 
QuestionHtml reset button is called when esc button is clicked. how can i avoid it? Pin
nachisaravanan22-Jun-06 18:49
nachisaravanan22-Jun-06 18:49 

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.