are you writing your app in
VB.NET or VB6? since you mentioned the
.NET framework, i will assume it is
VB.NET. the seconds parameter is
an array of NotificationType objects. some sample code in
VB.NET would
look like this:
Dim nt As NotificationType = New NotificationType("Sample
Notification", "Sample Notification")
Dim app As Growl.Connector.Application = New
Growl.Connector.Application("Your App Name")
Dim types() As NotificationType = New NotificationType() {nt}
growl.Register(app, types)
Let me know if that gets you pointed in the right direction or if you
need any more help. also, you can download the Growl .NET Connector
SDK that contains a compete
VB.NET sample app from:
http://www.growlforwindows.com/gfw/d.ashx?f=connectors/Growl_NET_Connector_SDK.zip
> --
>
> You received this message because you are subscribed to the Google Groups "growl for windows" group.
> To post to this group, send email to
growl-fo...@googlegroups.com.
> To unsubscribe from this group, send email to
growl-for-wind...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/growl-for-windows?hl=en.
>
>
>