Click here to Skip to main content
15,899,026 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to convert CSV file to XLS file using C# Programme Pin
Pete O'Hanlon12-Jul-07 3:03
mvePete O'Hanlon12-Jul-07 3:03 
QuestionProblem with Cookies Enabled detection Pin
Adoremi11-Jul-07 23:10
Adoremi11-Jul-07 23:10 
AnswerRe: Problem with Cookies Enabled detection Pin
chandu_shar12-Jul-07 0:21
chandu_shar12-Jul-07 0:21 
Questiondisable all DataGridViewRowHeaderCell glyphs Pin
agent32711-Jul-07 22:37
agent32711-Jul-07 22:37 
QuestionProblems with configuring .Net hosted control Pin
drweb8611-Jul-07 22:24
drweb8611-Jul-07 22:24 
Questionradiobutton BeforeStateChange ? Pin
fracalifa11-Jul-07 22:20
fracalifa11-Jul-07 22:20 
AnswerRe: radiobutton BeforeStateChange ? Pin
Martin#11-Jul-07 22:32
Martin#11-Jul-07 22:32 
AnswerRe: radiobutton BeforeStateChange ? Pin
Luc Pattyn11-Jul-07 23:48
sitebuilderLuc Pattyn11-Jul-07 23:48 
Hi,

dont know about BeforeStateChange event, it is not in my MSDN documentation.

Same MSDN documentation says one should not use RadioButton.OnClick

for RadioButtons you can set AutoCheck=false and do all the Checked logic
yourself.

I consider it bad practice to change the behavior of a standard Control:
a RadioButton (group) should either be enabled and you can operate it normally,
or disabled and you cant operate it at all. For me there is no way in between.

Smile | :)


GeneralRe: radiobutton BeforeStateChange ? Pin
Martin#12-Jul-07 0:05
Martin#12-Jul-07 0:05 
GeneralRe: radiobutton BeforeStateChange ? [modified] Pin
fracalifa12-Jul-07 0:32
fracalifa12-Jul-07 0:32 
GeneralRe: radiobutton BeforeStateChange ? Pin
Luc Pattyn12-Jul-07 0:36
sitebuilderLuc Pattyn12-Jul-07 0:36 
GeneralRe: radiobutton BeforeStateChange ? Pin
fracalifa12-Jul-07 0:40
fracalifa12-Jul-07 0:40 
JokeRe: radiobutton BeforeStateChange ? Pin
Luc Pattyn12-Jul-07 1:44
sitebuilderLuc Pattyn12-Jul-07 1:44 
AnswerRe: radiobutton BeforeStateChange ? Pin
ruanr12-Jul-07 0:23
ruanr12-Jul-07 0:23 
AnswerRe: radiobutton BeforeStateChange ? Pin
Martin#12-Jul-07 0:39
Martin#12-Jul-07 0:39 
GeneralRe: radiobutton BeforeStateChange ? Pin
fracalifa12-Jul-07 1:07
fracalifa12-Jul-07 1:07 
GeneralRe: radiobutton BeforeStateChange ? Pin
Martin#12-Jul-07 1:11
Martin#12-Jul-07 1:11 
GeneralRe: radiobutton BeforeStateChange ? Pin
fracalifa12-Jul-07 1:18
fracalifa12-Jul-07 1:18 
GeneralRe: radiobutton BeforeStateChange ? Pin
Martin#12-Jul-07 1:40
Martin#12-Jul-07 1:40 
Questioncreating a custom editor Pin
KaleoDev11-Jul-07 21:38
KaleoDev11-Jul-07 21:38 
AnswerRe: creating a custom editor Pin
Bekjong12-Jul-07 0:03
Bekjong12-Jul-07 0:03 
GeneralRe: creating a custom editor Pin
KaleoDev12-Jul-07 1:52
KaleoDev12-Jul-07 1:52 
GeneralRe: creating a custom editor Pin
Bekjong12-Jul-07 1:59
Bekjong12-Jul-07 1:59 
GeneralRe: creating a custom editor Pin
KaleoDev12-Jul-07 2:13
KaleoDev12-Jul-07 2:13 
QuestionProblem with Timer object Pin
alashara11-Jul-07 21:22
alashara11-Jul-07 21:22 

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.