Click here to Skip to main content
15,895,423 members
Home / Discussions / C#
   

C#

 
GeneralReading StandardOutput Pin
Wjousts29-Sep-03 4:57
Wjousts29-Sep-03 4:57 
GeneralRe: Reading StandardOutput Pin
Heath Stewart29-Sep-03 9:09
protectorHeath Stewart29-Sep-03 9:09 
GeneralRe: Reading StandardOutput Pin
Wjousts29-Sep-03 10:25
Wjousts29-Sep-03 10:25 
GeneralRe: Reading StandardOutput Pin
Heath Stewart30-Sep-03 1:20
protectorHeath Stewart30-Sep-03 1:20 
GeneralRe: Reading StandardOutput Pin
Wjousts30-Sep-03 4:06
Wjousts30-Sep-03 4:06 
GeneralUrgent Help needed Pin
GenieUk29-Sep-03 4:02
GenieUk29-Sep-03 4:02 
GeneralValidating pasted text in textbox Pin
ecopilot29-Sep-03 4:01
ecopilot29-Sep-03 4:01 
GeneralRe: Validating pasted text in textbox Pin
Wjousts29-Sep-03 4:48
Wjousts29-Sep-03 4:48 
Could you not hook the TextChanged event of your text box? I think that event should be fired when text is pasted into you text box regardless of how it was pasted. I'm not sure if you're going to be able to restore the old text if you decide to reject the new text though? Perhaps you could copy the text to a member varible in the TextChanged event (if the new text is valid) then if the new text is invalid you'd be able to restore it from the last time it was changed to something valid.
Yeah, I think that should work?
Generalhandling internet explorer events from a console application in VS.net Pin
Sonja-Hartmann29-Sep-03 3:29
Sonja-Hartmann29-Sep-03 3:29 
Questionhow to make a shortcut in .net cf Pin
tignatov29-Sep-03 0:21
tignatov29-Sep-03 0:21 
Generalpass parameter to a method in new thread Pin
zecodela28-Sep-03 23:11
zecodela28-Sep-03 23:11 
GeneralRe: pass parameter to a method in new thread Pin
Corinna John29-Sep-03 2:26
Corinna John29-Sep-03 2:26 
QuestionScrolling two textboxes with one scrollbar??? Pin
Steppen Wolf28-Sep-03 21:07
sussSteppen Wolf28-Sep-03 21:07 
AnswerRe: Scrolling two textboxes with one scrollbar??? Pin
Anonymous29-Sep-03 1:18
Anonymous29-Sep-03 1:18 
GeneralRe: Scrolling two textboxes with one scrollbar??? Pin
Steppen_Wolf29-Sep-03 5:33
sussSteppen_Wolf29-Sep-03 5:33 
GeneralAdding a Class Library Pin
gmhanna28-Sep-03 8:32
gmhanna28-Sep-03 8:32 
GeneralRe: Adding a Class Library Pin
Daniel M. Edwards28-Sep-03 9:27
Daniel M. Edwards28-Sep-03 9:27 
GeneralRe: Adding a Class Library Pin
gmhanna28-Sep-03 10:08
gmhanna28-Sep-03 10:08 
GeneralRe: Adding a Class Library Pin
Tomas Petricek28-Sep-03 10:27
Tomas Petricek28-Sep-03 10:27 
QuestionHow to get the color of a Pixel? Pin
Leon van Wyk28-Sep-03 4:28
professionalLeon van Wyk28-Sep-03 4:28 
AnswerRe: How to get the color of a Pixel? Pin
Anonymous28-Sep-03 18:49
Anonymous28-Sep-03 18:49 
GeneralStructures and Unions Pin
gmhanna28-Sep-03 3:59
gmhanna28-Sep-03 3:59 
GeneralRe: Structures and Unions Pin
Bo Hunter28-Sep-03 7:46
Bo Hunter28-Sep-03 7:46 
GeneralRe: Structures and Unions Pin
jparsons28-Sep-03 15:38
jparsons28-Sep-03 15:38 
QuestionHow to implement "card view" similar to the Contact of Outlook Pin
Member 18476327-Sep-03 21:29
Member 18476327-Sep-03 21:29 

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.