ZeroEffect
Well-known member
I was able to do this
But I cant seem to find any information on how to do this in .Net.
Does anyone have an idea.
Thanks
ZeroEffect
Code:
Private Declare Function ShellAbout Lib "shell32.dll" Alias "ShellAboutA" (ByVal hWnd As Long, ByVal szApp As String, ByVal szOtherStuff As String, ByVal hIcon As Long) As Long
then call it this way
ShellAbout Me.hWnd, App.Title, "Blah Blah Blah.", ByVal 0&
But I cant seem to find any information on how to do this in .Net.
Does anyone have an idea.
Thanks
ZeroEffect