User Profile

Collapse

Profile Sidebar

Collapse
tshukela
tshukela
Last Activity: Feb 12 '13, 11:15 AM
Joined: Feb 7 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • here are my codes

    Code:
    Module Module1
        Sub AddCourse(ByVal Team As String, ByRef ReturnString As String)
            Dim Subjects() = {"Ms Office 2007", "internet and commmunications", "Lifetime skills"}
            
            Dim CourseName As String = ""
            Dim Result As String
            Dim i As Short
            Dim Title As String
    ...
    See more | Go to post
    Last edited by Rabbit; Feb 7 '13, 05:05 PM. Reason: Please use code tags when posting code.

    Leave a comment:


  • how to declare form textbox in vb module

    I have a module with an array, so I want the results of an array to be displayed in a form textbox.

    When I'm trying to use the texbox in a module a get an error that reads "Error'text box' is not declared. It may be inaccessible due to its protection level.", so how do I solve this problem?
    See more | Go to post
No activity results to display
Show More
Working...