Author |
|
Kearney Newbie
Joined: 21 May 2013 Location: United Kingdom
Online Status: Offline Posts: 5
|
Posted: 22 May 2013 at 5:37am | IP Logged
|
|
|
Hi,
We want our users to Start and Stop the Service in our application, with a simple button.
We have a form in our application with the controls on it from you Control Panel in MailBee.NET Queue.
Can you provide the simplest code to do it? Vb.NET if possible!
Thanks
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 22 May 2013 at 6:25am | IP Logged
|
|
|
There's nothing product-specific there, you can start/stop it just like any other Windows service. MailBee.NET Queue comes with the source code so you can certainly check it; since that's programmed in C# you might need to adapt it to VB.NET.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Kearney Newbie
Joined: 21 May 2013 Location: United Kingdom
Online Status: Offline Posts: 5
|
Posted: 29 May 2013 at 10:53am | IP Logged
|
|
|
Hi Igor,
We've now integrated in your control panel source code discussed above! That is, your control panel simply appears on a menu item click event in our product!
We converted it from c# to vb.net and have referenced all the classes so we are left only one build error, namely MailBee.Global.LicenseKey.
This obviously take on the value of the LicenseKey Textbox on the Control Panel.
Is there any need for this LicenseKey in our deployed product, that way we can simply remove the licenseKey field and control on?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 29 May 2013 at 2:41pm | IP Logged
|
|
|
You can certainly remove that one, as long as the license key is supplied directly in the code.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|