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
  1. Home
  2. General Programming
  3. Visual Basic
  4. Very Urgent

Very Urgent

Scheduled Pinned Locked Moved Visual Basic
csharphelp
3 Posts 3 Posters 0 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.
  • D Offline
    D Offline
    Devkranth Kishore Vanja
    wrote on last edited by
    #1

    hi to alll i need to blink the label in vb.net plz help !!!!!!!!!!! thanks in Advance;)

    D T 2 Replies Last reply
    0
    • D Devkranth Kishore Vanja

      hi to alll i need to blink the label in vb.net plz help !!!!!!!!!!! thanks in Advance;)

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      devkranth wrote:

      Very Urgent

      No, it's not. Very Urgent is having to pee very badly. Hence, the icon for the Pee Pee Dance, :jig:.

      devkranth wrote:

      i need to blink the label in vb.net

      You'll have to create a custom label control for this, easily done by inheriting from the existing Label class. You'll need to add a Timer to your control, and a couple of properties and methods so you can set the blink rate and start and stop the blinking. Then it's just a matter of making the foreground color match the background color and changing it back to what it's supposed to be on every timer tick.

      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007

      1 Reply Last reply
      0
      • D Devkranth Kishore Vanja

        hi to alll i need to blink the label in vb.net plz help !!!!!!!!!!! thanks in Advance;)

        T Offline
        T Offline
        Thomas Stockwell
        wrote on last edited by
        #3

        Use a timer to set the Visible property of the label to either true or false.

        Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios[^]

        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