Menu

All you provide is the DLL?

Help
2010-03-06
2013-04-09
  • Will Pittenger

    Will Pittenger - 2010-03-06

    No demo?  No documentation?  I like the concept.  But it needs work.

     
  • V R

    V R - 2010-04-23

    I am getting this error..Unable to load DLL 'dwmapi.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

    This is the code.

    Private Sub WndMainScreen_SourceInitialized(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.SourceInitialized
            Try
                ApplyAero(Me)
            Catch ex As Exception
            End Try
        End Sub

     

Log in to post a comment.