Click here to Skip to main content
15,907,233 members
Home / Discussions / C#
   

C#

 
QuestionRe: MAC ADDRESS Pin
sanforjackass13-Jul-09 0:39
sanforjackass13-Jul-09 0:39 
AnswerRe: MAC ADDRESS Pin
Henry Minute13-Jul-09 0:45
Henry Minute13-Jul-09 0:45 
AnswerRe: MAC ADDRESS Pin
#realJSOP13-Jul-09 1:02
professional#realJSOP13-Jul-09 1:02 
AnswerRe: MAC ADDRESS Pin
#realJSOP13-Jul-09 2:15
professional#realJSOP13-Jul-09 2:15 
AnswerRe: MAC ADDRESS Pin
#realJSOP13-Jul-09 1:04
professional#realJSOP13-Jul-09 1:04 
AnswerRe: MAC ADDRESS Pin
#realJSOP13-Jul-09 0:28
professional#realJSOP13-Jul-09 0:28 
QuestionRe: MAC ADDRESS Pin
sanforjackass13-Jul-09 0:43
sanforjackass13-Jul-09 0:43 
AnswerRe: MAC ADDRESS Pin
#realJSOP13-Jul-09 1:00
professional#realJSOP13-Jul-09 1:00 
QuestionStore updated data from datagridview to sqlserver2000 Pin
elci12-Jul-09 21:13
elci12-Jul-09 21:13 
AnswerRe: Store updated data from datagridview to sqlserver2000 Pin
dan!sh 12-Jul-09 21:31
professional dan!sh 12-Jul-09 21:31 
GeneralRe: Store updated data from datagridview to sqlserver2000 Pin
elci12-Jul-09 22:47
elci12-Jul-09 22:47 
Questionread video stream from IP Address on 80 port assigned to DVR Pin
kunal.tawde12-Jul-09 20:37
kunal.tawde12-Jul-09 20:37 
AnswerRe: read video stream from IP Address on 80 port assigned to DVR Pin
#realJSOP13-Jul-09 1:05
professional#realJSOP13-Jul-09 1:05 
GeneralRe: read video stream from IP Address on 80 port assigned to DVR Pin
kunal.tawde13-Jul-09 21:14
kunal.tawde13-Jul-09 21:14 
Questionc#:how to install new font? Pin
lhong100112-Jul-09 19:00
lhong100112-Jul-09 19:00 
AnswerRe: c#:how to install new font? Pin
dan!sh 12-Jul-09 21:44
professional dan!sh 12-Jul-09 21:44 
GeneralRe: c#:how to install new font? Pin
lhong100112-Jul-09 22:15
lhong100112-Jul-09 22:15 
GeneralRe: c#:how to install new font? Pin
Pete O'Hanlon12-Jul-09 22:46
mvePete O'Hanlon12-Jul-09 22:46 
GeneralRe: c#:how to install new font? Pin
dan!sh 12-Jul-09 22:53
professional dan!sh 12-Jul-09 22:53 
QuestionDeleting a Registry Key Gives a Security Exception Pin
Richard Andrew x6412-Jul-09 17:37
professionalRichard Andrew x6412-Jul-09 17:37 
AnswerRe: Deleting a Registry Key Gives a Security Exception Pin
Richard Andrew x6412-Jul-09 17:47
professionalRichard Andrew x6412-Jul-09 17:47 
QuestionHow do i select the radiobutton depending on the info on my textbox? Pin
daffy_200312-Jul-09 16:31
daffy_200312-Jul-09 16:31 
AnswerRe: How do i select the radiobutton depending on the info on my textbox? Pin
PIEBALDconsult12-Jul-09 17:00
mvePIEBALDconsult12-Jul-09 17:00 
A) Why? Why not just use the RadioButtons?

B) If the RadioButtons are in the same group, you only need to check one, the framework will uncheck the other(s) for you.


Otherwise, I'd use the TextChanged event of the TextBox and maybe a switch.
GeneralRe: How do i select the radiobutton depending on the info on my textbox? Pin
daffy_200312-Jul-09 17:20
daffy_200312-Jul-09 17:20 
GeneralRe: How do i select the radiobutton depending on the info on my textbox? Pin
peishen8812-Jul-09 17:36
peishen8812-Jul-09 17:36 

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.