Click here to Skip to main content
15,914,013 members
Home / Discussions / C#
   

C#

 
GeneralRe: "scrolling" old listbox items off the bottom when a new one is added to the top... Pin
Dave Kreskowiak3-Jun-04 5:17
mveDave Kreskowiak3-Jun-04 5:17 
GeneralRe: "scrolling" old listbox items off the bottom when a new one is added to the top... Pin
Heath Stewart3-Jun-04 6:11
protectorHeath Stewart3-Jun-04 6:11 
GeneralRe: "scrolling" old listbox items off the bottom when a new one is added to the top... Pin
Dave Kreskowiak3-Jun-04 6:42
mveDave Kreskowiak3-Jun-04 6:42 
GeneralRe: "scrolling" old listbox items off the bottom when a new one is added to the top... Pin
Heath Stewart3-Jun-04 6:54
protectorHeath Stewart3-Jun-04 6:54 
GeneralRe: "scrolling" old listbox items off the bottom when a new one is added to the top... Pin
Dave Kreskowiak3-Jun-04 7:17
mveDave Kreskowiak3-Jun-04 7:17 
GeneralRe: "scrolling" old listbox items off the bottom when a new one is added to the top... Pin
Heath Stewart3-Jun-04 7:22
protectorHeath Stewart3-Jun-04 7:22 
GeneralRe: "scrolling" old listbox items off the bottom when a new one is added to the top... Pin
Dave Kreskowiak3-Jun-04 7:25
mveDave Kreskowiak3-Jun-04 7:25 
GeneralRe: "scrolling" old listbox items off the bottom when a new one is added to the top... Pin
Dave Kreskowiak3-Jun-04 6:39
mveDave Kreskowiak3-Jun-04 6:39 
Damn! D'Oh! | :doh: VB code in the C# forum again!
OK...translated:
ListBox1.Items.Insert(0, "MyNewItemGoesHere")
try
{
    ListBox1.Items.RemoveAt(25)
}
catch
{
}


What forum am I in again?? Damn! 35 years old and I can't remember which way is up! Big Grin | :-D



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralSimple (I think) Inheritance question Pin
Guinness4Strength3-Jun-04 4:43
Guinness4Strength3-Jun-04 4:43 
GeneralRe: Simple (I think) Inheritance question Pin
Judah Gabriel Himango3-Jun-04 5:59
sponsorJudah Gabriel Himango3-Jun-04 5:59 
GeneralRe: Simple (I think) Inheritance question Pin
Heath Stewart3-Jun-04 6:02
protectorHeath Stewart3-Jun-04 6:02 
GeneralRe: Simple (I think) Inheritance question Pin
Guinness4Strength3-Jun-04 6:04
Guinness4Strength3-Jun-04 6:04 
GeneralRe: Simple (I think) Inheritance question Pin
Dave Kreskowiak3-Jun-04 6:07
mveDave Kreskowiak3-Jun-04 6:07 
GeneralRe: Simple (I think) Inheritance question Pin
BrcKcc3-Jun-04 6:24
BrcKcc3-Jun-04 6:24 
GeneralRe: Simple (I think) Inheritance question Pin
Guinness4Strength3-Jun-04 9:31
Guinness4Strength3-Jun-04 9:31 
GeneralRe: Simple (I think) Inheritance question Pin
Dave Kreskowiak3-Jun-04 9:39
mveDave Kreskowiak3-Jun-04 9:39 
GeneralRe: Simple (I think) Inheritance question Pin
Guinness4Strength3-Jun-04 9:45
Guinness4Strength3-Jun-04 9:45 
GeneralRe: Simple (I think) Inheritance question Pin
Dave Kreskowiak3-Jun-04 10:07
mveDave Kreskowiak3-Jun-04 10:07 
GeneralRe: Simple (I think) Inheritance question Pin
Guinness4Strength3-Jun-04 10:10
Guinness4Strength3-Jun-04 10:10 
GeneralRe: Simple (I think) Inheritance question Pin
Dave Kreskowiak3-Jun-04 12:25
mveDave Kreskowiak3-Jun-04 12:25 
GeneralRe: Simple (I think) Inheritance question Pin
Baris Kurtlutepe4-Jun-04 2:57
Baris Kurtlutepe4-Jun-04 2:57 
GeneralXSD Dataset and Oracle query with functions Pin
Alex Getman3-Jun-04 4:35
Alex Getman3-Jun-04 4:35 
GeneralRe: XSD Dataset and Oracle query with functions Pin
frank213-Jun-04 5:01
frank213-Jun-04 5:01 
GeneralRe: XSD Dataset and Oracle query with functions Pin
Alex Getman3-Jun-04 5:32
Alex Getman3-Jun-04 5:32 
GeneralRe: XSD Dataset and Oracle query with functions Pin
Heath Stewart3-Jun-04 6:05
protectorHeath Stewart3-Jun-04 6:05 

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.