User Profile

Collapse

Profile Sidebar

Collapse
Neuro
Neuro
Last Activity: Mar 4 '10, 10:19 PM
Joined: Mar 4 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ~You weren't helpful and you were discouraging both of you. There is better resources out there with alot more people on who are actually helpful so to be honest. F***off
    See more | Go to post
    Last edited by tlhintoq; Mar 4 '10, 10:25 PM. Reason: cursing edited

    Leave a comment:


  • So how do I fix it?
    the dll code is:

    Code:
    Imports System.Windows.Forms
    
    Public Class Class1
        Public Sub FadeIn(ByVal Target As Form)
            Dim i As Double = 0.0
            Target.Opacity = 0.0
            For i = 0.0 To 100.0 Step 0.001
                Target.Opacity = i
                Application.DoEvents()
            Next
        End Sub
        Public Sub Fadeout(ByVal Target
    ...
    See more | Go to post
    Last edited by tlhintoq; Mar 4 '10, 07:02 PM. Reason: [CODE] ...Your code goes between code tags [/CODE]

    Leave a comment:


  • I don't get you and it is tested I got the fade code off a video it definetly works and I don't get strings I just put that to get rid of error and what do you mean did I declare a method??
    See more | Go to post

    Leave a comment:


  • Neuro
    started a topic dll error: Expression is not a method

    dll error: Expression is not a method

    Ok so I have alot of plans for programs coming up and I want them all to fade in and out so instead of copy and pasting from project to project etc I learnt about dll's

    So when I added in the references etc and I typed in what I declared the Fadein function as which was "FadeIn" I got an error saying it needed to be declared
    So I declared it as a string
    Code:
     Private Sub Form1_Load(ByVal sender As System.Object,
    ...
    See more | Go to post
    Last edited by tlhintoq; Mar 4 '10, 05:20 PM. Reason: [CODE] ...Your code goes between code tags [/CODE]
No activity results to display
Show More
Working...