Click here to Skip to main content
15,892,697 members
Home / Discussions / C#
   

C#

 
AnswerRe: Changing Screen Resolution through C# Pin
Dave Kreskowiak15-Dec-05 6:18
mveDave Kreskowiak15-Dec-05 6:18 
GeneralRe: Changing Screen Resolution through C# Pin
Dan Neely16-Dec-05 3:16
Dan Neely16-Dec-05 3:16 
Questionfaxing from C# via Send Fax Wizard Pin
cobra200515-Dec-05 3:00
cobra200515-Dec-05 3:00 
AnswerRe: faxing from C# via Send Fax Wizard Pin
albCode15-Dec-05 6:13
albCode15-Dec-05 6:13 
GeneralRe: faxing from C# via Send Fax Wizard Pin
cobra200515-Dec-05 6:31
cobra200515-Dec-05 6:31 
GeneralRe: faxing from C# via Send Fax Wizard Pin
albCode15-Dec-05 6:43
albCode15-Dec-05 6:43 
GeneralRe: faxing from C# via Send Fax Wizard Pin
cobra200515-Dec-05 8:02
cobra200515-Dec-05 8:02 
QuestionChanging all cursor types on a form Pin
fracalifa15-Dec-05 2:51
fracalifa15-Dec-05 2:51 
Hello everybody,

I want to change the cursors over all input controls (textboxes) on a form in a loop.
I tried something like:
foreach(TextBox tb in formclassname) // but instead of a class a var is expected
{
   tb.Cursor = Cursors.No;       // change cursor of textboxes
}

What's the right code to make the expected operation ?
Thank you in advance

Frank

-- modified at 11:45 Thursday 15th December, 2005
AnswerRe: Changing all cursor types on a form Pin
Polis Pilavas15-Dec-05 3:41
Polis Pilavas15-Dec-05 3:41 
GeneralRe: Changing all cursor types on a form Pin
fracalifa15-Dec-05 5:50
fracalifa15-Dec-05 5:50 
QuestionExtend NumericUpDown Pin
yala15-Dec-05 1:43
yala15-Dec-05 1:43 
QuestionDatabase migration tool Pin
AnonymousTwo15-Dec-05 1:34
AnonymousTwo15-Dec-05 1:34 
QuestionPreprocessKEy message DATAGRID column Pin
Greeky15-Dec-05 0:40
Greeky15-Dec-05 0:40 
QuestionExcel in C# Pin
Mahi.Ragava15-Dec-05 0:27
Mahi.Ragava15-Dec-05 0:27 
Questionevent handling Pin
Ankit Aneja14-Dec-05 23:34
Ankit Aneja14-Dec-05 23:34 
QuestionObject pooling in C# Pin
rana7414-Dec-05 23:07
rana7414-Dec-05 23:07 
AnswerRe: Object pooling in C# Pin
S. Senthil Kumar15-Dec-05 4:50
S. Senthil Kumar15-Dec-05 4:50 
QuestionTime out exception Pin
manojk_batra14-Dec-05 22:51
manojk_batra14-Dec-05 22:51 
AnswerRe: Time out exception Pin
Guffa15-Dec-05 1:27
Guffa15-Dec-05 1:27 
GeneralRe: Time out exception Pin
manojk_batra15-Dec-05 1:50
manojk_batra15-Dec-05 1:50 
AnswerRe: Time out exception Pin
Guffa18-Dec-05 1:29
Guffa18-Dec-05 1:29 
GeneralRe: Time out exception Pin
manojk_batra18-Dec-05 17:42
manojk_batra18-Dec-05 17:42 
Questionquestion Pin
eyalso14-Dec-05 22:45
eyalso14-Dec-05 22:45 
AnswerRe: question Pin
albCode14-Dec-05 22:50
albCode14-Dec-05 22:50 
GeneralRe: question Pin
J4amieC15-Dec-05 0:28
J4amieC15-Dec-05 0:28 

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.