Alem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alem
    New Member
    • Dec 2006
    • 38

    Alem

    Hi every body
    Happy new year !

    I have a doubt what is the difference between VB code and Moduel code I think they are the same, but they are not please clarify my doubt.
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by alem
    I have a doubt what is the difference between VB code and Moduel code I think they are the same, but they are not please clarify my doubt.
    It might depend on what version of VB you are talking about. But in VB6, ource code can appear in a number of places. If it is in a form, you might refer to it as "form code". If a module, one might call it "module code". But it's all VB code.

    Comment

    • hariharanmca
      Top Contributor
      • Dec 2006
      • 1977

      #3
      Originally posted by alem
      Hi every body
      Happy new year !

      I have a doubt what is the difference between VB code and Moduel code I think they are the same, but they are not please clarify my doubt.
      whereever you write the code in Form,ClassModul e,Module,User Control and Property Page from VB its all VB Codes

      Comment

      Working...