Multiple Actions in one button vb

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abdan
    New Member
    • Sep 2014
    • 8

    Multiple Actions in one button vb

    how to do Multiple Actions in one button vb
  • twinnyfo
    Recognized Expert Moderator Specialist
    • Nov 2011
    • 3662

    #2
    abdan,

    You would simply have additional lines of code. The actions will execute sequentially.

    Comment

    • abdan
      New Member
      • Sep 2014
      • 8

      #3
      What is the code that connects sequentially orders

      Comment

      • twinnyfo
        Recognized Expert Moderator Specialist
        • Nov 2011
        • 3662

        #4
        All you need to do is hav emultiple lines. There is no "code" to perform sequential actions. You just add another line of code with a new action.

        Comment

        • abdan
          New Member
          • Sep 2014
          • 8

          #5
          look i dont understand what you mean by have emultiple lines

          Comment

          • twinnyfo
            Recognized Expert Moderator Specialist
            • Nov 2011
            • 3662

            #6
            Your initial question was how to do multiple actions in VB by clicking one button, yes?

            Perhaps I don't understand the question. If you want your button to do two things, then in your VB code you tell it to do the first thing, then tell it to do the second thing... And so on. I am not sure I can be anny clearer.

            If you have absolutely no idea how to program in VB, then this is an entirely different issue, and I would recommend learning some of the basics of the language, so that this will all make much more sense to you.

            I've been a newbie at one time, too, so there is no harm or shame in that. But, most of us on these forums assume there is at least an initial understanding of the programming language in use.

            Comment

            • abdan
              New Member
              • Sep 2014
              • 8

              #7
              The problem is that i have two allelements In the two things order

              Do you know the solution to this problem

              Comment

              • twinnyfo
                Recognized Expert Moderator Specialist
                • Nov 2011
                • 3662

                #8
                I am afraid I don't understand your question. Could you please explain?

                Comment

                • abdan
                  New Member
                  • Sep 2014
                  • 8

                  #9
                  i found it thanks man

                  Comment

                  Working...