Click here to Skip to main content
15,894,291 members
Home / Discussions / C#
   

C#

 
AnswerRe: Listview with images? Pin
Adi Khan 7918-Feb-07 4:43
Adi Khan 7918-Feb-07 4:43 
Questionprotected and protected internal Pin
amaneet18-Feb-07 1:11
amaneet18-Feb-07 1:11 
AnswerRe: protected and protected internal Pin
Marc Clifton18-Feb-07 3:30
mvaMarc Clifton18-Feb-07 3:30 
Questionhow change input language Pin
Iman Mohsen18-Feb-07 1:07
Iman Mohsen18-Feb-07 1:07 
AnswerRe: how change input language Pin
sharpiesharpie18-Feb-07 1:55
sharpiesharpie18-Feb-07 1:55 
QuestionButton context menu Pin
CodeItWell18-Feb-07 0:50
CodeItWell18-Feb-07 0:50 
AnswerRe: Button context menu Pin
Christian Graus18-Feb-07 10:00
protectorChristian Graus18-Feb-07 10:00 
QuestionFOR Statement Pin
Glen Harvy18-Feb-07 0:37
Glen Harvy18-Feb-07 0:37 
How do I do the following:

      int i = 0;<br />
      for (i = 1; i < 4; i++)<br />
      {<br />
        if (texBox(i).Text.Length > 50)<br />
        {<br />
//do something<br />
      }


there are text boxes named textBox1, textBox2 etc.

TIA





Glen Harvy

AnswerRe: FOR Statement Pin
mnvkng7618-Feb-07 0:52
mnvkng7618-Feb-07 0:52 
GeneralRe: FOR Statement Pin
Glen Harvy18-Feb-07 1:20
Glen Harvy18-Feb-07 1:20 
GeneralRe: FOR Statement Pin
mnvkng7618-Feb-07 2:05
mnvkng7618-Feb-07 2:05 
AnswerRe: FOR Statement Pin
Guffa18-Feb-07 1:42
Guffa18-Feb-07 1:42 
GeneralRe: FOR Statement Pin
Glen Harvy18-Feb-07 1:47
Glen Harvy18-Feb-07 1:47 
AnswerRe: FOR Statement Pin
Christian Graus18-Feb-07 9:21
protectorChristian Graus18-Feb-07 9:21 
Questionhow to set value to property of user control from webforms code behind? Pin
sundar15617-Feb-07 23:50
sundar15617-Feb-07 23:50 
AnswerRe: how to set value to property of user control from webforms code behind? Pin
mnvkng7618-Feb-07 0:55
mnvkng7618-Feb-07 0:55 
QuestionHow to get computer current time? Pin
Hussam Fattahi17-Feb-07 22:57
Hussam Fattahi17-Feb-07 22:57 
AnswerRe: How to get computer current time? Pin
Stefan Troschuetz17-Feb-07 23:13
Stefan Troschuetz17-Feb-07 23:13 
QuestionHow to sort a ListBox or ListView...? Pin
anderslundsgard17-Feb-07 21:21
anderslundsgard17-Feb-07 21:21 
QuestionCombo Box with Checked drop down list Pin
Monther Salahat17-Feb-07 19:57
Monther Salahat17-Feb-07 19:57 
AnswerRe: Combo Box with Checked drop down list Pin
Thomas Stockwell18-Feb-07 5:21
professionalThomas Stockwell18-Feb-07 5:21 
QuestionOpening a Folder Pin
usermans17-Feb-07 19:31
usermans17-Feb-07 19:31 
AnswerRe: Opening a Folder Pin
Christian Graus17-Feb-07 20:12
protectorChristian Graus17-Feb-07 20:12 
GeneralRe: Opening a Folder Pin
usermans17-Feb-07 20:22
usermans17-Feb-07 20:22 
QuestionC# Dll Debugging Pin
usermans17-Feb-07 19:21
usermans17-Feb-07 19:21 

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.