Click here to Skip to main content
15,920,383 members
Home / Discussions / C#
   

C#

 
GeneralRe: get XML from browser window in C# windows app Pin
jarlath16-Oct-06 6:35
jarlath16-Oct-06 6:35 
QuestionBinding Business Objects to Controls (or not) Pin
Jan Limpens16-Oct-06 1:49
Jan Limpens16-Oct-06 1:49 
AnswerRe: Binding Business Objects to Controls (or not) Pin
Ed.Poore16-Oct-06 2:54
Ed.Poore16-Oct-06 2:54 
GeneralRe: Binding Business Objects to Controls (or not) Pin
Jan Limpens16-Oct-06 2:59
Jan Limpens16-Oct-06 2:59 
Questionhow to check answers Pin
Yustme16-Oct-06 0:40
Yustme16-Oct-06 0:40 
AnswerRe: how to check answers Pin
Colin Angus Mackay16-Oct-06 0:48
Colin Angus Mackay16-Oct-06 0:48 
GeneralRe: how to check answers Pin
Yustme16-Oct-06 1:31
Yustme16-Oct-06 1:31 
GeneralRe: how to check answers Pin
Colin Angus Mackay16-Oct-06 1:51
Colin Angus Mackay16-Oct-06 1:51 
You have a loop that gets the text boxes that you need then processes them. The way it is finding the text boxes is inefficient. Do this step only once on the form load by populating a TextBox array. When you need to loop over all the text boxes, you are looping over a pre-built textbox array which is much more efficient than lookin up each textbox by name.


GeneralRe: how to check answers Pin
Yustme16-Oct-06 2:00
Yustme16-Oct-06 2:00 
GeneralRe: how to check answers Pin
Colin Angus Mackay16-Oct-06 2:04
Colin Angus Mackay16-Oct-06 2:04 
GeneralRe: how to check answers [modified] Pin
Yustme16-Oct-06 2:48
Yustme16-Oct-06 2:48 
GeneralRe: how to check answers Pin
Colin Angus Mackay16-Oct-06 5:51
Colin Angus Mackay16-Oct-06 5:51 
GeneralRe: how to check answers Pin
Yustme16-Oct-06 5:55
Yustme16-Oct-06 5:55 
QuestionProblem with button.Image . Pin
hdv21216-Oct-06 0:30
hdv21216-Oct-06 0:30 
AnswerRe: Problem with button.Image . Pin
sam#16-Oct-06 0:37
sam#16-Oct-06 0:37 
QuestionHow to program a messenger !? Pin
amin_behzadi16-Oct-06 0:07
professionalamin_behzadi16-Oct-06 0:07 
AnswerRe: How to program a messenger !? Pin
Colin Angus Mackay16-Oct-06 0:49
Colin Angus Mackay16-Oct-06 0:49 
AnswerRe: How to program a messenger !? Pin
sam#16-Oct-06 0:52
sam#16-Oct-06 0:52 
QuestionUsing Oledb dataadapter c# Pin
chandler8315-Oct-06 23:03
chandler8315-Oct-06 23:03 
AnswerRe: Using Oledb dataadapter c# Pin
WillemM16-Oct-06 1:31
WillemM16-Oct-06 1:31 
Question??? about firewalled environment ??? Pin
mohadcs15-Oct-06 23:00
mohadcs15-Oct-06 23:00 
AnswerRe: ??? about firewalled environment ??? [modified] Pin
Travis D. Mathison16-Oct-06 0:57
Travis D. Mathison16-Oct-06 0:57 
QuestionRe: ??? about firewalled environment ??? Pin
mohadcs17-Oct-06 11:25
mohadcs17-Oct-06 11:25 
QuestionHow to play a sound from my program Pin
CodeItWell15-Oct-06 22:56
CodeItWell15-Oct-06 22:56 
AnswerRe: How to play a sound from my program Pin
NassosReyzidis16-Oct-06 1:06
NassosReyzidis16-Oct-06 1:06 

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.