User Profile

Collapse

Profile Sidebar

Collapse
kokain
kokain
Last Activity: Aug 14 '06, 07:50 PM
Joined: Aug 10 '06
Location: Pittsburgh
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kokain
    replied to Use string to call function
    in .NET
    I am now using callbyname. It works fine for the read portion of my form, but the write side returns an error. The error says that my command dosn't accept this number of arguments. I only need one argument to read (probe position = x) but I need two arguments to write (probe possition = x, new value = b). How do I pass both arguments?

    a = "get" + Controls("Label " & c).Text

    Controls("TextB ox"...
    See more | Go to post

    Leave a comment:


  • kokain
    replied to Use string to call function
    in .NET
    I forgot to subscribe
    See more | Go to post

    Leave a comment:


  • kokain
    started a topic Use string to call function
    in .NET

    Use string to call function

    I want to use a string to call a function. I will just post the code because I don't really know the terminology or how to program for that matter. I am using Visual Studio express.

    Public Class Form1

    Dim estt As New Test.Unit.Drive r.Probe

    Dim c As Integer 'counter

    Dim x As Integer 'sensor position

    Dim rw As String 'read/write

    Private Sub ReadButton_Clic k(ByVal...
    See more | Go to post
No activity results to display
Show More
Working...