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. What is the way to use global variable in vb.net

What is the way to use global variable in vb.net

Scheduled Pinned Locked Moved Visual Basic
questioncsharp
2 Posts 2 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.
  • B Offline
    B Offline
    babusat
    wrote on last edited by
    #1

    i want use global variable for accessing in all the form in my projects how ? sathish

    S 1 Reply Last reply
    0
    • B babusat

      i want use global variable for accessing in all the form in my projects how ? sathish

      S Offline
      S Offline
      Sathesh Sakthivel
      wrote on last edited by
      #2

      The easiest way is to add a new Module to your project. Modules are forms without graphics, and their greatest feature is that variables in them that are declared "public" or "friend" are visible in all parts of your project. Thus, create a module (modGlobals is a good name) and put a line like this in it Friend gsMyString as String = Nothing and all of your forms and other modules can access this variable. Hope this will help you.

      Regards, Satips.:rose: Don't walk in front of me, I may not follow; Don't walk behind me, I may not lead; Walk beside me, and just be my friend. - Albert Camus

      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