CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Zordon

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    1,038

    Re: Problem gettin string value from class module

    That's the first thing I tried but It doesn't allow me to do that, I have a lot of class modules and to fix that problem I had to specify which class I'm using.
  2. Replies
    5
    Views
    1,038

    Re: Problem gettin string value from class module

    yeah, I figured out properties won't be the same (so I called directly from the form to it), but my teacher told me not to create an object of the first block into the second block, that limited a...
  3. Replies
    5
    Views
    1,038

    Problem gettin string value from class module

    Hi, I'm doing a homework dll with multiple class modules but I'm having problems getting string value from a class to a form

    here's the code

    this is the class where I send the value from the...
  4. Thread: Click event

    by Zordon
    Replies
    2
    Views
    686

    Re: Click event

    Excellent! Thank you so much :)
  5. Thread: Click event

    by Zordon
    Replies
    2
    Views
    686

    Click event

    Why I can't do this??

    Private Sub combobox1_Click()
    If combobox1.Text = "Some Text" Then
    combobox1.Text = Format(Now(), "dd-MMM-yyyy ttttt")
    End If
    End Sub

    Thanks in...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured