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

C#

 
GeneralRe: SQL connection execute what? Pin
Christian Graus29-Jun-08 23:38
protectorChristian Graus29-Jun-08 23:38 
GeneralRe: SQL connection execute what? Pin
laziale29-Jun-08 23:40
laziale29-Jun-08 23:40 
GeneralRe: SQL connection execute what? Pin
laziale30-Jun-08 0:04
laziale30-Jun-08 0:04 
Questionhow to use calculous to programing three dimensional graphics Pin
chenli051329-Jun-08 23:00
chenli051329-Jun-08 23:00 
AnswerRe: how to use calculous to programing three dimensional graphics Pin
Christian Graus29-Jun-08 23:04
protectorChristian Graus29-Jun-08 23:04 
AnswerRe: how to use calculous to programing three dimensional graphics Pin
leppie29-Jun-08 23:46
leppie29-Jun-08 23:46 
AnswerRe: how to use calculous to programing three dimensional graphics Pin
Alan Balkany30-Jun-08 4:57
Alan Balkany30-Jun-08 4:57 
QuestionNumericUpDown SelectedText property work-around Pin
jozsurf29-Jun-08 22:51
jozsurf29-Jun-08 22:51 
...is there such a thing?

There is a need to limit the number of characters that can be entered into a NumericUpDown control and I have done this by handling the control's KeyPress event and checking that the length of the text will not exceed the length of the NumericUpDown.Maximum property.

The problem that has left me stumped is handling the case where the user has any number of characters selected in the control and attempts to overwrite the selected character(s) with new ones; I can't handle this case properly because I can't get hold of the SelectedText in the NumericUpDown (because it doesn't exist as a property).

Does anyone have any ideas?
AnswerRe: NumericUpDown SelectedText property work-around Pin
Kjetil Svendsen30-Jun-08 5:27
Kjetil Svendsen30-Jun-08 5:27 
GeneralRe: NumericUpDown SelectedText property work-around Pin
jozsurf30-Jun-08 15:00
jozsurf30-Jun-08 15:00 
QuestionPropertyGrid + SelectedObjects Pin
KBou29-Jun-08 22:47
KBou29-Jun-08 22:47 
QuestionProjectitem unavailable error in my project Pin
Russell Jones29-Jun-08 21:31
Russell Jones29-Jun-08 21:31 
AnswerRe: Projectitem unavailable error in my project Pin
Rye20-Apr-09 6:45
Rye20-Apr-09 6:45 
AnswerRe: Projectitem unavailable error in my project Pin
priscila_monica786-Nov-11 6:00
priscila_monica786-Nov-11 6:00 
GeneralRe: Projectitem unavailable error in my project Pin
Russell Jones6-Nov-11 10:19
Russell Jones6-Nov-11 10:19 
QuestionHow to print Page using PJL in C# Pin
Rajesh_K_Sharma29-Jun-08 21:27
Rajesh_K_Sharma29-Jun-08 21:27 
QuestionAppupdater problem Pin
asma_panjabi29-Jun-08 21:24
asma_panjabi29-Jun-08 21:24 
AnswerRe: Appupdater problem Pin
Christian Graus29-Jun-08 21:29
protectorChristian Graus29-Jun-08 21:29 
GeneralRe: Appupdater problem Pin
asma_panjabi29-Jun-08 21:38
asma_panjabi29-Jun-08 21:38 
QuestionHow to get the IP of a client in Asp.Net Pin
MehmetFurkan29-Jun-08 21:18
MehmetFurkan29-Jun-08 21:18 
AnswerRe: How to get the IP of a client in Asp.Net Pin
Christian Graus29-Jun-08 21:27
protectorChristian Graus29-Jun-08 21:27 
GeneralRe: How to get the IP of a client in Asp.Net Pin
MehmetFurkan29-Jun-08 21:46
MehmetFurkan29-Jun-08 21:46 
QuestionHow to execute a dll call several times Pin
boschler29-Jun-08 20:59
boschler29-Jun-08 20:59 
AnswerRe: How to execute a dll call several times Pin
Christian Graus29-Jun-08 21:10
protectorChristian Graus29-Jun-08 21:10 
AnswerRe: How to execute a dll call several times Pin
Alan Balkany30-Jun-08 5:00
Alan Balkany30-Jun-08 5:00 

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.