Normal
Hmm, why don't you use C# if your more familiar with C-style language, especially if you have trouble with "simple" statements like this in VB?Anyways, I guess this should work:[PHP]Class Class1 Public Sub New() ' get ID of windowplugin belonging to this setup ' enter your own unique code GetID = 5678 End SubEnd Class[/PHP]
Hmm, why don't you use C# if your more familiar with C-style language, especially if you have trouble with "simple" statements like this in VB?
Anyways, I guess this should work:
[PHP]
Class Class1
Public Sub New()
' get ID of windowplugin belonging to this setup
' enter your own unique code
GetID = 5678
End Sub
End Class
[/PHP]