Click here to Skip to main content
15,881,381 members
Home / Discussions / C#
   

C#

 
GeneralRe: generating numbers automatically Pin
Saksida Bojan3-Mar-10 18:57
Saksida Bojan3-Mar-10 18:57 
AnswerRe: generating numbers automatically Pin
J4amieC3-Mar-10 21:40
J4amieC3-Mar-10 21:40 
Questionsetup of window application Pin
Milind Panchal3-Mar-10 17:41
Milind Panchal3-Mar-10 17:41 
AnswerRe: setup of window application Pin
AspDotNetDev3-Mar-10 17:47
protectorAspDotNetDev3-Mar-10 17:47 
GeneralRe: setup of window application Pin
Milind Panchal3-Mar-10 17:57
Milind Panchal3-Mar-10 17:57 
GeneralRe: setup of window application Pin
Nasri873-Mar-10 22:54
Nasri873-Mar-10 22:54 
QuestionTransferring Focus to Multiple Buttons Pin
gamer11273-Mar-10 13:53
gamer11273-Mar-10 13:53 
AnswerRe: Transferring Focus to Multiple Buttons Pin
Rod Kemp3-Mar-10 17:28
Rod Kemp3-Mar-10 17:28 
So you start off with the buttons enabled property as False then when the start button is clicked you go through each control in Panel.Controls and if it is a button and not the start button set the enabled property to True.

You may want to put the alphabet buttons in a groupbox to further segregate them from any other controls, in this case you go through the GroupBox.Controls collection instead.
QuestionRegex.Split help Pin
Aljaz1113-Mar-10 10:24
Aljaz1113-Mar-10 10:24 
AnswerRe: Regex.Split help Pin
Kristian Sixhøj3-Mar-10 10:39
Kristian Sixhøj3-Mar-10 10:39 
AnswerRe: Regex.Split help Pin
Luc Pattyn3-Mar-10 10:40
sitebuilderLuc Pattyn3-Mar-10 10:40 
GeneralRe: Regex.Split help Pin
Aljaz1113-Mar-10 10:46
Aljaz1113-Mar-10 10:46 
GeneralRe: Regex.Split help Pin
Luc Pattyn3-Mar-10 10:53
sitebuilderLuc Pattyn3-Mar-10 10:53 
AnswerRe: Regex.Split help Pin
April Fans3-Mar-10 23:37
April Fans3-Mar-10 23:37 
QuestionCreating and Manipulating Zip Files Pin
Richard Andrew x643-Mar-10 8:17
professionalRichard Andrew x643-Mar-10 8:17 
AnswerRe: Creating and Manipulating Zip Files Pin
Kristian Sixhøj3-Mar-10 8:32
Kristian Sixhøj3-Mar-10 8:32 
GeneralRe: Creating and Manipulating Zip Files Pin
Richard Andrew x643-Mar-10 8:39
professionalRichard Andrew x643-Mar-10 8:39 
GeneralRe: Creating and Manipulating Zip Files Pin
harold aptroot3-Mar-10 8:43
harold aptroot3-Mar-10 8:43 
GeneralRe: Creating and Manipulating Zip Files Pin
Richard Andrew x643-Mar-10 8:46
professionalRichard Andrew x643-Mar-10 8:46 
GeneralRe: Creating and Manipulating Zip Files Pin
Dave Kreskowiak3-Mar-10 8:43
mveDave Kreskowiak3-Mar-10 8:43 
GeneralRe: Creating and Manipulating Zip Files Pin
Richard Andrew x643-Mar-10 8:46
professionalRichard Andrew x643-Mar-10 8:46 
GeneralRe: Creating and Manipulating Zip Files Pin
Kristian Sixhøj3-Mar-10 8:44
Kristian Sixhøj3-Mar-10 8:44 
GeneralRe: Creating and Manipulating Zip Files Pin
Richard Andrew x643-Mar-10 8:48
professionalRichard Andrew x643-Mar-10 8:48 
AnswerRe: Creating and Manipulating Zip Files Pin
Kythen3-Mar-10 12:06
Kythen3-Mar-10 12:06 
AnswerRe: Creating and Manipulating Zip Files Pin
FyreWyrm3-Mar-10 14:13
FyreWyrm3-Mar-10 14:13 

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.