
For a preparation for a MCTS certification for NET Framework 2.0 - Application Development Foundation, I had to write some programming terms that will occur in the exam. Programming terms ...[more]
Scroll down and show always the last selected. As a result the scrollbar is moving down, as we know from a IRC (chat) client. int intIndex;intIndex = ListBox.Items.Add(string);ListBox.SelectedIndex = intIndex;[more]
