Click here to Skip to main content
15,922,155 members
Home / Discussions / C#
   

C#

 
GeneralRe: Picture box and KeyDown event with arrow keys Pin
--==PP==--25-Jan-07 6:27
--==PP==--25-Jan-07 6:27 
AnswerRe: Picture box and KeyDown event with arrow keys Pin
bobsugar22226-Jan-07 0:08
bobsugar22226-Jan-07 0:08 
QuestionAbstract Base Class Pin
Russell Jones25-Jan-07 3:37
Russell Jones25-Jan-07 3:37 
AnswerRe: Abstract Base Class Pin
Steve Hansen25-Jan-07 3:57
Steve Hansen25-Jan-07 3:57 
GeneralRe: Abstract Base Class Pin
Russell Jones25-Jan-07 4:08
Russell Jones25-Jan-07 4:08 
AnswerRe: Abstract Base Class Pin
Colin Angus Mackay25-Jan-07 4:28
Colin Angus Mackay25-Jan-07 4:28 
AnswerRe: Abstract Base Class Pin
Marc Clifton25-Jan-07 4:33
mvaMarc Clifton25-Jan-07 4:33 
AnswerRe: Abstract Base Class Pin
ednrgc25-Jan-07 5:47
ednrgc25-Jan-07 5:47 
AnswerRe: Abstract Base Class Pin
Ravi Bhavnani25-Jan-07 11:41
professionalRavi Bhavnani25-Jan-07 11:41 
Questionhow to get the duration of an mp3 file Pin
Sivaprasad C25-Jan-07 2:57
Sivaprasad C25-Jan-07 2:57 
AnswerRe: how to get the duration of an mp3 file Pin
Judah Gabriel Himango25-Jan-07 5:36
sponsorJudah Gabriel Himango25-Jan-07 5:36 
AnswerRe: how to get the duration of an mp3 file Pin
ComCoderCsharp25-Jan-07 7:12
ComCoderCsharp25-Jan-07 7:12 
AnswerRe: how to get the duration of an mp3 file Pin
greycrow25-Jan-07 8:00
greycrow25-Jan-07 8:00 
QuestionI need to know the possition of Sterik in string value Pin
M Riaz Bashir25-Jan-07 2:42
M Riaz Bashir25-Jan-07 2:42 
AnswerRe: I need to know the possition of Sterik in string value Pin
Luc Pattyn25-Jan-07 2:52
sitebuilderLuc Pattyn25-Jan-07 2:52 
AnswerRe: I need to know the possition of Sterik in string value Pin
Pete O'Hanlon25-Jan-07 2:54
mvePete O'Hanlon25-Jan-07 2:54 
GeneralRe: I need to know the possition of Sterik in string value Pin
M Riaz Bashir25-Jan-07 3:08
M Riaz Bashir25-Jan-07 3:08 
QuestionClipboard Monitoring Pin
zeltera25-Jan-07 2:23
zeltera25-Jan-07 2:23 
I have a (simple) custom control, a NumericTextBox. This control allow to the user to type only numbers (0..9) inside.
I do this OnKeyPress and OnKeyDown events.

The problem is if the user do paste from Clipboard. I don't know how to deny "paste" operation if the content of the clipboard is not a number. (in each textbox you have an context menu, with "paste" function).

Or... better, not to deny the "paste" operation, but to add to the existing text of the textbox only numeric part of the clipboard content. (if the clipboard contains 12ad3 in my textbox to be added 123).

Any suggestion?
AnswerRe: Clipboard Monitoring Pin
Martin#25-Jan-07 2:31
Martin#25-Jan-07 2:31 
AnswerRe: Clipboard Monitoring Pin
Seishin#25-Jan-07 3:16
Seishin#25-Jan-07 3:16 
GeneralRe: Clipboard Monitoring Pin
zeltera25-Jan-07 3:29
zeltera25-Jan-07 3:29 
Questioncant convert c# type string to c++ type char* Pin
Tsvi Girsh25-Jan-07 2:00
Tsvi Girsh25-Jan-07 2:00 
AnswerRe: cant convert c# type string to c++ type char* Pin
Marc Clifton25-Jan-07 4:32
mvaMarc Clifton25-Jan-07 4:32 
Questiondatabase watcher ... need suggestions !! Pin
eng_Hosam Kamel25-Jan-07 1:51
eng_Hosam Kamel25-Jan-07 1:51 
AnswerRe: database watcher ... need suggestions !! Pin
Pete O'Hanlon25-Jan-07 2:21
mvePete O'Hanlon25-Jan-07 2:21 

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.