Click here to Skip to main content
16,004,919 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: How to retrieve control's "Name" and "Value" in another program using Win32 API? Pin
Dave Kreskowiak27-Sep-06 12:03
mveDave Kreskowiak27-Sep-06 12:03 
GeneralRe: How to retrieve control's "Name" and "Value" in another program using Win32 API? Pin
niranjanshaiwale27-Sep-06 19:13
niranjanshaiwale27-Sep-06 19:13 
GeneralRe: How to retrieve control's "Name" and "Value" in another program using Win32 API? Pin
Dave Kreskowiak28-Sep-06 2:12
mveDave Kreskowiak28-Sep-06 2:12 
QuestionPrevent from being minimised Pin
K edar V26-Sep-06 3:33
K edar V26-Sep-06 3:33 
QuestionSerial Registration Software Code Pin
Stormz25-Sep-06 5:40
Stormz25-Sep-06 5:40 
QuestionListView Click Event Pin
vijayaramaraju25-Sep-06 0:06
vijayaramaraju25-Sep-06 0:06 
QuestionAvoid pasting any content in textbox Pin
Vipul Mehta22-Sep-06 19:34
Vipul Mehta22-Sep-06 19:34 
AnswerRe: Avoid pasting any content in textbox Pin
Tad McClellan23-Sep-06 4:46
professionalTad McClellan23-Sep-06 4:46 
You could Javascript it. So on Keyup you catch for Cntl-V. Or you could catch OnChange and then compare what is in the Clipboard with the value of the text box. If its the same, then clear it out.
AnswerRe: Avoid pasting any content in textbox Pin
Guffa23-Sep-06 4:54
Guffa23-Sep-06 4:54 
GeneralRe: Avoid pasting any content in textbox Pin
Vipul Mehta24-Sep-06 18:29
Vipul Mehta24-Sep-06 18:29 
AnswerRe: Avoid pasting any content in textbox Pin
Guffa24-Sep-06 21:02
Guffa24-Sep-06 21:02 
GeneralRe: Avoid pasting any content in textbox Pin
Vipul Mehta24-Sep-06 23:57
Vipul Mehta24-Sep-06 23:57 
AnswerRe: Avoid pasting any content in textbox Pin
Guffa25-Sep-06 9:16
Guffa25-Sep-06 9:16 
QuestionAdd-in For SourceSafe Pin
Tad McClellan22-Sep-06 11:35
professionalTad McClellan22-Sep-06 11:35 
QuestionCollection Change notification [modified] Pin
nicknotyet22-Sep-06 7:44
nicknotyet22-Sep-06 7:44 
QuestionPassing a Form handle to a constructor. Pin
JayThomas200622-Sep-06 4:48
JayThomas200622-Sep-06 4:48 
Questionneed a trick [modified] Pin
milleusi22-Sep-06 4:20
milleusi22-Sep-06 4:20 
AnswerRe: need a trick Pin
leckey23-Sep-06 18:51
leckey23-Sep-06 18:51 
AnswerRe: need a trick Pin
Hamid_RT28-Sep-06 8:56
Hamid_RT28-Sep-06 8:56 
Question.NET Question, twice i was asked by the interviewers Pin
Prabhurishi22-Sep-06 0:36
Prabhurishi22-Sep-06 0:36 
AnswerRe: .NET Question, twice i was asked by the interviewers Pin
Christian Graus22-Sep-06 1:33
protectorChristian Graus22-Sep-06 1:33 
AnswerRe: .NET Question, twice i was asked by the interviewers Pin
Hamid_RT28-Sep-06 8:57
Hamid_RT28-Sep-06 8:57 
QuestionUsing remoting features inside a .NET applet loaded in a tag object Pin
Lambuz21-Sep-06 4:27
Lambuz21-Sep-06 4:27 
QuestionProblem with Strong Typed Dataset with DataGridView Pin
kakarato21-Sep-06 3:12
kakarato21-Sep-06 3:12 
AnswerRe: Problem with Strong Typed Dataset with DataGridView Pin
Tristan Rhodes25-Sep-06 3:46
Tristan Rhodes25-Sep-06 3:46 

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.