Click here to Skip to main content
15,921,276 members
Home / Discussions / C#
   

C#

 
AnswerRe: call .css file into c# Pin
Colin Angus Mackay12-Jun-07 0:36
Colin Angus Mackay12-Jun-07 0:36 
GeneralRe: call .css file into c# Pin
matjame12-Jun-07 1:09
matjame12-Jun-07 1:09 
GeneralRe: call .css file into c# Pin
Colin Angus Mackay12-Jun-07 1:23
Colin Angus Mackay12-Jun-07 1:23 
Questionhow to take valid input in NumericUpDown control Pin
Rocky#11-Jun-07 22:38
Rocky#11-Jun-07 22:38 
AnswerRe: how to take valid input in NumericUpDown control Pin
Shy Agam12-Jun-07 0:41
Shy Agam12-Jun-07 0:41 
GeneralRe: how to take valid input in NumericUpDown control Pin
PandemoniumPasha12-Jun-07 1:02
PandemoniumPasha12-Jun-07 1:02 
GeneralRe: how to take valid input in NumericUpDown control Pin
Rocky#12-Jun-07 2:25
Rocky#12-Jun-07 2:25 
GeneralRe: how to take valid input in NumericUpDown control Pin
Shy Agam12-Jun-07 2:26
Shy Agam12-Jun-07 2:26 
1119 wrote:
the code provided by Shy will prevent the user from entering more than one decimal if and only if the user uses the key board to enter the data. what if one chooses to copy paste the data??


You're right... I didn't think about it...

1119 wrote:
to handle this you need to override the event handler for ValueChanged and check for the decimal character.


Wouldn't that cause flickering text?
That is, If a second decimal point is now present, and through ValueChanged you set the Text property to remove it.
The text would be drawn once before your code executes, and once after.
GeneralRe: how to take valid input in NumericUpDown control Pin
PandemoniumPasha13-Jun-07 0:37
PandemoniumPasha13-Jun-07 0:37 
GeneralRe: how to take valid input in NumericUpDown control Pin
Rocky#12-Jun-07 2:14
Rocky#12-Jun-07 2:14 
GeneralRe: how to take valid input in NumericUpDown control Pin
Rocky#14-Jun-07 0:44
Rocky#14-Jun-07 0:44 
GeneralRe: how to take valid input in NumericUpDown control Pin
Shy Agam14-Jun-07 2:09
Shy Agam14-Jun-07 2:09 
GeneralRe: how to take valid input in NumericUpDown control Pin
Rocky#14-Jun-07 2:15
Rocky#14-Jun-07 2:15 
GeneralRe: how to take valid input in NumericUpDown control Pin
Rocky#14-Jun-07 2:16
Rocky#14-Jun-07 2:16 
QuestionMy computer Explorer Pin
Jayesh Talsaniya11-Jun-07 22:28
Jayesh Talsaniya11-Jun-07 22:28 
AnswerRe: My computer Explorer Pin
Pete O'Hanlon11-Jun-07 23:19
mvePete O'Hanlon11-Jun-07 23:19 
Question[XAML Beginner] how to customize my list box? Pin
Super Lloyd11-Jun-07 21:54
Super Lloyd11-Jun-07 21:54 
QuestionIs it possible to have TabControl without the Tab to click on? Pin
Khoramdin11-Jun-07 21:46
Khoramdin11-Jun-07 21:46 
GeneralRe: Is it possible to have TabControl without the Tab to click on? Pin
Martin#11-Jun-07 21:51
Martin#11-Jun-07 21:51 
GeneralRe: Is it possible to have TabControl without the Tab to click on? Pin
Khoramdin11-Jun-07 22:17
Khoramdin11-Jun-07 22:17 
AnswerRe: Is it possible to have TabControl without the Tab to click on? Pin
Martin#11-Jun-07 22:31
Martin#11-Jun-07 22:31 
QuestionHow to Add an .msi file to a setup project????? Pin
nelluru11-Jun-07 21:12
nelluru11-Jun-07 21:12 
AnswerRe: How to Add an .msi file to a setup project????? Pin
Sylvester george12-Jun-07 2:11
Sylvester george12-Jun-07 2:11 
QuestionRe: How to Add an .msi file to a setup project????? Pin
nelluru12-Jun-07 20:50
nelluru12-Jun-07 20:50 
QuestionOutlook Addin Problem/Error Pin
Walaza11-Jun-07 21:11
Walaza11-Jun-07 21:11 

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.