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. Visual Basic
  4. Please Help Me

Please Help Me

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

    Q1. RDO is supported only on___BIT Operating System Choices are: a)8 b)16 c)32 d)64 Q2. If the variable is created by Visual Baisc it is called Choices are: a)Local b)Implicit c)Explicit d)Private :rose: Mohan Balal

    D R 2 Replies Last reply
    0
    • M mohan_balal

      Q1. RDO is supported only on___BIT Operating System Choices are: a)8 b)16 c)32 d)64 Q2. If the variable is created by Visual Baisc it is called Choices are: a)Local b)Implicit c)Explicit d)Private :rose: Mohan Balal

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

      We're not doing your homework for you... RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

      N 1 Reply Last reply
      0
      • M mohan_balal

        Q1. RDO is supported only on___BIT Operating System Choices are: a)8 b)16 c)32 d)64 Q2. If the variable is created by Visual Baisc it is called Choices are: a)Local b)Implicit c)Explicit d)Private :rose: Mohan Balal

        R Offline
        R Offline
        ramaseb
        wrote on last edited by
        #3

        Hi mohan_balal For Q1. if you mean the RDO for data access , that visual basic 6 and prior uses , i think that is for 32 bit systems ( WINDOWS 95 , 98 , NT , 2000 , XP ) , but im not sure that RDO plays with 64bit windows. For Q2. the answers are related with "variables" but for different reasons. a) you can declare a variable in a procedure or function or inside a code block in a procedure or a function and this variable called "local" b-c) Impicit , Explicit , hmmmm... this is "instructions" to the compiler ( and /or refers to conversion from one type to other ) tell the behaviour about when you try to give a value from a variable to another variable that isnt excacty the same type, or use a variable in a procedure,function or method or property call that isnt actual the same type as in the definitions of all those ( general speaking ). d) Private. In a class definition you can give a "visibility" to members functions or variables . an examble ..... class aaaa private var1 as string public var2 as string private sub sub1 end sub public sub sub2 end sub end class ..... when you later in your rest code you use an object of type aaaa you can refer only to var2 and sub2 because are the only visible outside of the class !! the "word" private "hides" the var1 and var2 from outside the class/object I Hope I helped you .... Ramaseb Ramaseb.

        1 Reply Last reply
        0
        • D Dave Kreskowiak

          We're not doing your homework for you... RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

          N Offline
          N Offline
          Nick Seng
          wrote on last edited by
          #4

          ... too late, someone already did. :(


          "if you vote me down, I shall become more powerful than you can possibly imagine" - Michael P. Butler.

          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