Click here to Skip to main content
15,889,315 members
Home / Discussions / C#
   

C#

 
GeneralRe: get char from KeyChar Pin
Tyrus18224-Aug-06 19:23
Tyrus18224-Aug-06 19:23 
GeneralRe: get char from KeyChar Pin
Martin#24-Aug-06 19:27
Martin#24-Aug-06 19:27 
QuestionCan not bind the data to the list view Pin
Sri harini24-Aug-06 18:37
Sri harini24-Aug-06 18:37 
Questiondisable paste in a textbox Pin
Tyrus18224-Aug-06 18:04
Tyrus18224-Aug-06 18:04 
AnswerRe: disable paste in a textbox Pin
Martin#24-Aug-06 19:20
Martin#24-Aug-06 19:20 
GeneralRe: disable paste in a textbox Pin
Tyrus18224-Aug-06 19:28
Tyrus18224-Aug-06 19:28 
AnswerRe: disable paste in a textbox Pin
Martin#24-Aug-06 19:59
Martin#24-Aug-06 19:59 
GeneralRe: disable paste in a textbox Pin
Vipin Venugopal25-Aug-06 1:44
Vipin Venugopal25-Aug-06 1:44 
On the body tag just write the following code. It will disable the right Click in a page.

<body oncontextmenu="return false">

Vipin
QuestionListview.items.add() Pin
Sri harini24-Aug-06 16:53
Sri harini24-Aug-06 16:53 
QuestionHow to push a window behind the desktop icons? Pin
Rojan Gh.24-Aug-06 14:58
professionalRojan Gh.24-Aug-06 14:58 
AnswerRe: How to push a window behind the desktop icons? Pin
Divyang Mithaiwala24-Aug-06 19:34
Divyang Mithaiwala24-Aug-06 19:34 
AnswerRe: How to push a window behind the desktop icons? Pin
Rojan Gh.25-Aug-06 4:48
professionalRojan Gh.25-Aug-06 4:48 
QuestionPassing Excel.Application object from C# to C++ Pin
alias4724-Aug-06 14:25
alias4724-Aug-06 14:25 
QuestionbindingNavigator Lost Renderer - Blue Pin
Glen Harvy24-Aug-06 13:53
Glen Harvy24-Aug-06 13:53 
Questionif statements Pin
TWatson4724-Aug-06 9:47
TWatson4724-Aug-06 9:47 
AnswerRe: if statements Pin
Ennis Ray Lynch, Jr.24-Aug-06 9:52
Ennis Ray Lynch, Jr.24-Aug-06 9:52 
GeneralRe: if statements Pin
TWatson4724-Aug-06 10:31
TWatson4724-Aug-06 10:31 
GeneralRe: if statements Pin
Ennis Ray Lynch, Jr.24-Aug-06 10:38
Ennis Ray Lynch, Jr.24-Aug-06 10:38 
GeneralRe: if statements Pin
TWatson4724-Aug-06 11:22
TWatson4724-Aug-06 11:22 
GeneralRe: if statements Pin
Ennis Ray Lynch, Jr.24-Aug-06 11:27
Ennis Ray Lynch, Jr.24-Aug-06 11:27 
GeneralRe: if statements Pin
TWatson4724-Aug-06 11:53
TWatson4724-Aug-06 11:53 
GeneralRe: if statements Pin
Ennis Ray Lynch, Jr.24-Aug-06 12:32
Ennis Ray Lynch, Jr.24-Aug-06 12:32 
AnswerRe: if statements Pin
Sean Michael Murphy24-Aug-06 11:07
Sean Michael Murphy24-Aug-06 11:07 
GeneralRe: if statements Pin
TWatson4724-Aug-06 11:47
TWatson4724-Aug-06 11:47 
AnswerRe: if statements Pin
eggsovereasy24-Aug-06 11:13
eggsovereasy24-Aug-06 11:13 

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.