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. Checking string value

Checking string value

Scheduled Pinned Locked Moved Visual Basic
4 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.
  • H Offline
    H Offline
    harveyhanson
    wrote on last edited by
    #1

    In vb.net 2005. I am wanting to say at form load that if a global value (strName) has not been used (i.e. has not been entered into), then load another form, how can i do this, i have tried: If strName.length < 1 strName.Empty Help!!!

    N P 2 Replies Last reply
    0
    • H harveyhanson

      In vb.net 2005. I am wanting to say at form load that if a global value (strName) has not been used (i.e. has not been entered into), then load another form, how can i do this, i have tried: If strName.length < 1 strName.Empty Help!!!

      N Offline
      N Offline
      nlarson11
      wrote on last edited by
      #2

      better delete this one...you'll get yelled at for double posting

      1 Reply Last reply
      0
      • H harveyhanson

        In vb.net 2005. I am wanting to say at form load that if a global value (strName) has not been used (i.e. has not been entered into), then load another form, how can i do this, i have tried: If strName.length < 1 strName.Empty Help!!!

        P Offline
        P Offline
        prakash J
        wrote on last edited by
        #3

        try this Code If strName= Nothing Then else End If

        H 1 Reply Last reply
        0
        • P prakash J

          try this Code If strName= Nothing Then else End If

          H Offline
          H Offline
          harveyhanson
          wrote on last edited by
          #4

          Sorted now cheers :)

          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