Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. I'm no magician!

I'm no magician!

Scheduled Pinned Locked Moved .NET (Core and Framework)
helpquestion
2 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    CoolAmir
    wrote on last edited by
    #1

    Hi guys =) Just drag in a ListBox & copy/paste this piece of code & run. for (int i=0; i<50; i++) { listBox1.Items.Add(""); TextBox tx = new TextBox(); tx.Location = new Point(0,i*20); listBox1.Controls.Add(tx); } Now scroll the listbox as fast as u can. Items disappear! :wtf::wtf::wtf: That's on XP ofcourse. Anyone can help? -- modified at 8:55 Tuesday 11th October, 2005

    M 1 Reply Last reply
    0
    • C CoolAmir

      Hi guys =) Just drag in a ListBox & copy/paste this piece of code & run. for (int i=0; i<50; i++) { listBox1.Items.Add(""); TextBox tx = new TextBox(); tx.Location = new Point(0,i*20); listBox1.Controls.Add(tx); } Now scroll the listbox as fast as u can. Items disappear! :wtf::wtf::wtf: That's on XP ofcourse. Anyone can help? -- modified at 8:55 Tuesday 11th October, 2005

      M Offline
      M Offline
      militiaware
      wrote on last edited by
      #2

      your code has no problem... i think it's the version of the OS... dude... we know all microsoft is good all the times.. but extremely bad sometimes (taking consediration of your copy.. is it trusted copy or not?)... so don't worry ... if you want to check out your program... run it in another machine, with another Version Militiaware

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups