Problem with LicenseKey ? (General questions)
Is this where they are supposed to go in vb.net ?
--- Start Code ---
Public Class Form1
Inherits System.Windows.Forms.Form
Dim mBox As WODMAILBOXCOMLib.wodMailboxCom
Dim Msg As WODMAILBOXCOMLib.Message
Private Sub Form1_Load(ByVal sender As Object, _
ByVal e As System.EventArgs) Handles MyBase.Load
mBox = New WODMAILBOXCOMLib.wodMailboxCom
mBox.LicenseKey = ****-****-****-****
Msg = New WODMAILBOXCOMLib.Message
Msg.LicenseKey = ****-****-****-****
End Sub
End Class
--- End Code ---
Because when I install the app on a machine that does not have the components installed, it pops up the wod logo,
that is a problem...
Thanks,
Mav
[:smile:]